@charset "UTF-8";
/* CSS Document */
a.vdd_menu_current:link, a.vdd_menu_current:visited { background-color:#CCC; }
/* insane v-outer/v-middle/v-inner needed for vertical alignment of text */
.v-outer {
	display: table;
 #position: relative;
	overflow: hidden;
	height: 52px;
	width: 100%;
}
.v-middle {
	width: 100%;
	display: table-cell;
 #position: absolute;
 #top: 50%;
	vertical-align: middle;
}
.v-inner {
	width: 100%;
 #position: relative;
 #top: -45%;
 #left: 0%;
	text-align: left;
}
.vdd_menu table {
	border-collapse:collapse;
	width:278px;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
.vdd_menu {
	padding:0px;
	margin:0px;
	list-style:none;
	position:relative;
	/*
	z-index:1;
	*/
	font-family:arial, verdana, sans-serif;
}
.vdd_menu ul {
	list-style: none;
	margin:0px;
	padding:0px;
	width:240px;
}
.vdd_menu p {
	margin: 0px;
	padding: 0px;
}
.vdd_menu li {
	float:left;
	margin-right:0px;
	margin-left: 0px;
	border-style: solid;
	border-width: 1px 2px;
	font-size:11px;
}
.vdd_menu li a {
	display:block;		/* so that link hover works inside non-text portion of the list-item */
	float:left;
	height:4.8em;
	width:260px;		/* specifying width ensures IE will work with the display:block above */
	line-height:1.15em;
	color:#000;
	text-decoration:none;
	padding:0px 5px;
	background-color: #EEE;
}
.vdd_menu li a:link {
	position:relative;
}
.vdd_menu li a:visited {
	position:relative;
}
.vdd_menu li a:hover {
	/*
	z-index:200;
	*/
	position:relative;
	background-color:#AAA;
}
.vdd_menu li:hover { position:relative; /*
	z-index:200;
	*/
}
.vdd_menu li:hover>a {
	background-color: #AAA;
}
.vdd_menu :hover ul {
	left:0px;
	top:2em;
	width:120px;
	background:#AAA;
}
.content { padding: 10px 10px 0 20px; }
.content h2 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.content h3 {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content p.link {
	text-align:center;
}
.content p.photo_caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
