#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
z-index:5;

}

#cssdropdown li {
float: left;
position: relative;
z-index:5;
}

.mainitems{
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/common/nav_stripe4.gif);
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 23px;
	float: left;
	z-index:1100;
	vertical-align: middle;
}

.mainitems a{
	/*	margin-left: 10px;
	margin-right: 10px;*/
	
	text-decoration: none;
	color: #FFFFFF;
/*	vertical-align: baseline;*/
	padding-left: 18.4px;
	padding-right: 18.4px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;	
	z-index:1100;
}

.mainitems2 {
	/*	margin-left: 10px;
	margin-right: 10px;*/
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/common/nav_stripe.gif);
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: bold;
	Height: 24px;
	
	letter-spacing: normal;
	line-height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: baseline;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;	
	vertical-align:baseline;
	z-index:1100;
}

.mainitems a:hover {
	/*	margin-left: 10px;
	margin-right: 10px;*/
	

	color: #FFFFFF;
	
	background-image:url(images/common/nav_stripe_hover3.gif);
}

.subuls {
display: none;
width: 10em;
position: absolute;
top: 31px;
padding-top: 0em;
left: 0;
background-color: #666666;
border: 1px solid black;
z-index:1100;
}

.subuls li{

width: 100%;
z-index:7;
}

.subuls li a{
z-index:7;
text-decoration: none;
}

#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;
}

/* Hover Styles */

#cssdropdown ul li a:hover {
	color: #FFF;
	background: #888;
	margin-right: auto;	
	z-index:1107;
		
} 

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
background: #666;
z-index:1100;

}

#restofcontent { /*wrap rest of content of the page inside a div with id=content*/
clear: left;

}
/* CSS Document */

