#cssdropdown {
	width: 600px;

}
#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}
#cssdropdown li {
float: left;
position: relative;
z-index:1;
}

.mainitems{
height: 41px;
}
.mainitems a{
	color: #5edaff;
	display: block;
	padding: 12px 0 10px 0;
margin-left: 8px;
margin-right: 15px;
text-decoration: none;
}
.mainitems a:hover {
	color: #fff;
	padding: 12px 0 10px 0;

	text-decoration: none;
}
.subuls{
display: none;
width: 10em;
position: absolute;
top: 3.2em;
left: 0;
background-color: #145192;
margin-bottom:2px;
}

.subuls li{
width: 100%;
margin: 2px 0 5px -6px;

}

.subuls li a{

	border: none;
	display: block;
	padding: 4px;

}
.subuls li a:hover{
	border: none;
	padding: 4px;	
	background: #ff0f5c;
background: url(images/nav-hover.png) 50% 50%;
}
#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;font-size:11.6px;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
ul.rightuls {
	width: 150px;
	float: right;
	list-style: none;
} 
ul.rightuls li{
	float: left;
	margin: 0 25px 0 0;
}
ul.rightuls li a{
	color: #5edaff;
	display: block;
	padding: 0 0 9px 0;
	border-bottom: 4px solid #0a3f81;	
}
ul.rightuls li a:hover{
	text-decoration: none;
	color: #fff;
	border-bottom: 4px solid #ff0f5c;
}