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

#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
}

#cssdropdown li {
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.mainitems{
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 16px;
	padding-left: 25px;
}

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

.subuls{
	display: none;
	width: 100%;
	position: absolute;
	top: 23px;
	left: 0px;
	background-color: #0476b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.subuls li{
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.subuls li a{
	font-size: 12px;
	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: 23px;
	left: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#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: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #000000;
}
</style>
