/* CSS Document */


#cssdropdown {
background:url(../images/topbar.jpg) repeat-x #dededc;
position:relative;
top:-11px !important;
top:3px;
height:51px;

padding-top: 0px;
padding-left: 0px;
margin-left: 19px;
list-style: none;
z-index:5;
font-size:15px;
}

#cssdropdown li {
float: left;
padding-top: 9px;
padding-left: 5px;
border: 0px solid #FF0000; 
z-index:5;
}



#cssdropdown ul {
font-size:15px;

padding: 0px;
margin-left: 0px;
list-style: none;
z-index:5;
}



.mainitems{
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #737373;
z-index:1100;
}

.mainitems a{
	text-decoration: none;
	color: #737373;
	padding-bottom: 4px;
	display: block;	
	z-index:1100;
}


.mainitems a:link {
	text-decoration: none;
	color: #737373;
}

.mainitems a:hover {
	text-decoration: none;
	color: #000000;
}

.subuls {

display: none;
width: 680px;
max-width:100%;
position: absolute;
top: 25px;
left: 0px;
margin:0;
padding-top: 0em;
border: 0px solid black;
z-index:1100;
}

.subuls li{
float: left;
font-size:12px;
z-index:7;
}

.subuls li a{
z-index:7;
text-decoration: none;
}


/* Hover Styles */

#cssdropdown ul li a:hover {
	color: #FFF;
	margin-right: auto;	
	z-index:1107;
		
} 

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
background:url(../images/topbar.jpg) repeat;
z-index:1100;

}

#cssdropdown li:hover , li.over  { /* lists nested under hovered list items */
background:url(../images/topbar.jpg) repeat;
}

#restofcontent { /*wrap rest of content of the page inside a div with id=content*/
clear: left;

}
/* CSS Document */

 