a{
	font-family:Tahoma; font-size:12px; font-weight:normal; text-decoration:none; color:#333;
}

a:hover{
	font-family:Tahoma; font-size:12px; font-weight:normal; text-decoration:none; color:#F90;
}
.chromestyle{
width: 100%;
font-weight: normal;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0;
clear: both; 
visibility: hidden;

}

.chromestyle {
/*border: 1px solid #BBB;*/
width: 86%;
background: url(../images/menu_r1_c1.jpg) center center repeat-x; /*THEME CHANGE HERE*/
float: left;
padding: 0px 0px 0px 0px;

}

.chromestyle ul{
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
height:50px;
padding-top:38px;

}

.chromestyle ul li{
display: inline;
margin-left:50px;
float:left;

}

.chromestyle ul li a{
color: #000;
}

.chromestyle ul li a.mainlinks{
color: #FFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;

}

.chromestyle ul li a:hover.mainlinks{
/*
background: url(navbgover.gif) center center repeat-x;
*/
color: #E3E3E3;
}

.chromestyle ul li a.mainlinksover{
color: #CFCFCF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
background-image:url(../images/overmenu.gif); background-repeat:repeat-x;

}

.chromestyle ul li a:hover.mainlinksover{
/*
background: url(navbgover.gif) center center repeat-x;
*/
color: #f0f0f0;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " " url(../images/arrow.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #666; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FFF;

width: 200px;
visibility: hidden;
text-align:left;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a.droplinks{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #000;
}

* html .dropmenudiv a.droplinks{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover.droplinks{ /*THEME CHANGE HERE*/
background-color: #02A7D7;
color: #ffffff;
font-weight: normal;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
}

.dropmenudiv a.droplinksover{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BC0C13; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #CBCBCB;
background-color: #6C0406;
}

* html .dropmenudiv a.droplinksover{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover.droplinksover{ /*THEME CHANGE HERE*/
background-color: #511D1E;
color: #CBCBCB;
font-weight: bold;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
}
