@charset "UTF-8";
/* CSS Document */
#cssdropdown, #cssdropdown ul {
	margin: 0;
	padding: 0;
	background-image:url(../_img/LINK_BAR_BG.gif);
	background-repeat:repeat-x;
	list-style: none;
}

#cssdropdown li {
	float: left;
	position: relative;
	margin: 0;
	background-image:url(../_img/LINK_BAR_BG.gif);
	background-repeat:repeat-x;
}

.mainitems{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	width: 60px;
	height: 17px;
	color:#ddab41;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 2px;
	vertical-align:top;
}

.mainitems a{
	text-decoration: none;
	color:#ddab41;
	width: 90px;
	display:block;
}

.mainitems a:hover{
	color:#ffecbf;
}

.subuls{
	display: none;
	position: absolute;
	top: 16px;
	left: 0;
	width: 130px;
	height: 14px;
}

.subulsli, .subuls li{
	width: 100px;
	height: 14px;
	background-image:url(../_img/LINK_BAR_BG.gif);
	background-repeat:repeat-x;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 2px;
	vertical-align:top;
}

.subuls li a{
	text-decoration: none;
}

#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: -1px;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	color:#ffecbf;
}

#restofcontent { /*wrap rest of content of the page inside a div with id=content*/
clear: left;
}







