@charset "UTF-8";


#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
	padding: 0px 0px 0px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 5px 0px 0px 22px;
	vertical-align: top;
	color: #FFCE00;
	font-weight: bold;
}

.mainitems a{
	text-decoration: none;
	color: #FFCE00;
}

.subuls{
	display: none;
	width: 10em;
	position: absolute;
	top: 25em;
	left: 0;
	background-image: url(dropdownimages/bkgr.gif);
	padding-right: 4px;
	padding-left: 4px;
}

.subuls li{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 11px;
}
.subuls  li:hover  {
	background-image: url(dropdownimages/bkgrover.gif);
}

.subuls li a{
	text-decoration: none;
	display: block;
	padding-left: 7px;
	color: #FFFFCC;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
	color: #990000;
	background-color: #990000;
	background-repeat: repeat;
	background-image: url(png_layouts/v_endo1a.png);
}
.subuls li a:hover {
	text-decoration: none;
	display: block;
	color: #7E2271;
}
#nav2 {
	background-color: #155a85;
	height: 29px;
	text-align: center;
	clear: both;
	width: 686px;
	padding: 0px;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
