@charset "UTF-8";
/* CSS Document */

#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#cssdropdown li {
	float: left;
	position: relative;
	font-family: "Trebuchet MS";
	color: #000000;
}

.mainitems{
	border: 0px solid #000000;
	background-repeat: repeat-x;
	padding: 2px;
	color: #FFFFFF;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
	display: none;
	width: 10em;
	position: absolute;
	top: 20px;
	left: 0px;
	background-color: #f0b310;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.subuls li{
	width: 100%;
	font-size: 11px;
	line-height: 20px;
}

.subuls li a{
	font-size: 11px;
	line-height: 20px;
}

#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: 20px;
	left: 0px;
}

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

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
</style>
