#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: right;
position: relative;
}

.mainitems
{
width:150px;
background-color: #ffffff;
}

.mainitems a
{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls
{
display: none;
width: 10em;
position: absolute;
top: 20px;
right: 0;
background-color: #eeeeee;
left:0px;
}

.subuls li{
width: 100%;
}

a.starter {
	z-index:100;
	margin: 0px;
	padding: 0px;
	font-family:tahoma;
	font-size:13px;
	color:#99AFBA;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
	width:150px;
}
.subuls li a {
	background: #eeeeee;
	color: #000000;
	display: block;
	width:150px;
	font-size: 1em;
	
}
.subuls li a:hover, .subuls li a:active, .subuls li a:focus 
{
	background-color: #5AB0C5;
	color: #ffffff;
	
}
/**/
#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;
right: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: right;
}
