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

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

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

.mainitems{
	padding: 5px;
}

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

.subuls{
	display: none;
	width: 200px;
	position: absolute;
	top: 25px;
	left: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	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;
	text-align: left;
}

.subuls li{
	width: 200px;
	font-size: 11px;
	line-height: 15px;
}

.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: 25px;
	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: right;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #0C0;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
</style>

