.chromestyle{
width: 99%;
font-weight: normal;
}
#navmenu {
	width: 780px;
	height: 30px;
	background: url() no-repeat;
	margin:0; 
	padding: 0;

	
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{

width: 100%;
background: url() center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;

 /*set value to "left", "center", or "right"*/

}


.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color:white;
padding: 4px 7px;
margin: 0;
text-decoration: none;


}


.chromestyle ul li a:hover{

}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv1{
	margin-left: -10px;
	margin-top: 5px;
	position: absolute;
	height: 169px;
	border: 0px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:bold 10px Arial;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align:right;
	line-height:18px;
	z-index:100;
	background-color: #E95E01;
	width: 119px;
	width: fixed;
	padding-right: 36.5px;
	visibility: hidden;
	filter: alpha(opacity=80);
	opacity: .1*/;
}
.dropmenudiv2{
margin-left: -11px;
margin-top: 5px; 
position: absolute; 
height: 250px;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 10px Arial;
color: #FFFFFF;
text-transform: uppercase;
text-align:right;
line-height:18px;
z-index:100;
background-color: #AB1707;
width: 134px;
padding-right: 21px;
visibility: hidden;
filter: alpha(opacity=80); 
opacity: .5*/
}

.dropmenudiv3{
margin-left: -11px;
margin-top: 5px; 
position: absolute; 
height: 150px;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 10px Arial;
color: #FFFFFF;
text-transform: uppercase;
text-align:right;
line-height:18px;
z-index:100;
background-color: #9DBE25;
width: 135px;
padding-right: 20px;
visibility: hidden;
filter: alpha(opacity=80); 
opacity: .5*/
}

.dropmenudiv4
{
margin-left: -10px;
margin-top: 5px; 
position: absolute; 
height: 210px;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 10px Arial;
color: #FFFFFF;
text-transform: uppercase;
text-align:right;
line-height:18px;
z-index:100;
background-color:  #57BEE2;
width: 135px;
padding-right: 20px;
visibility: hidden;
filter: alpha(opacity=80); 
opacity: .5*/
}

.dropmenudiv5
{
margin-left: -10px;
margin-top: 5px; 
position: absolute; 
height: 141px;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 10px Arial;
color: #FFFFFF;
text-transform: uppercase;
text-align:right;
line-height:18px;
z-index:100;
background-color:   #CC9900;
width: 120px;
padding-right: 35px;
visibility: hidden;
filter: alpha(opacity=80); 
opacity: .5*/
}

.dropmenudiv1 a{
width: 50px;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
text-align:left;
}
.dropmenudiv2 a{
width: 50px;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
text-align:left;
}
.dropmenudiv3 a{
width: 50px;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
text-align:left;
}
.dropmenudiv4 a{
width:50px;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
text-align:left;
}
.dropmenudiv5 a{
width:150px;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
text-align:left;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: white;
}
* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: white;
}
* html .dropmenudiv3 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv3 a:hover{ /*THEME CHANGE HERE*/
background-color: white;
}

* html .dropmenudiv4 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv4 a:hover{ /*THEME CHANGE HERE*/
background-color: white;
}
* html .dropmenudiv5 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv5 a:hover{ /*THEME CHANGE HERE*/
background-color: white;
}