.chromestyle{
 
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle #me{
border: 0px solid #BBB;
width: 100%;
height:16px;
background: url(../images/bg-menu.jpg); /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle #me span{
display: inline;
}

.chromestyle #me span a{
font:normal 11px Arial;
color: #2a2929;
padding: 0px 20px;
margin: 0;
text-decoration: none;
border-right: 1px solid #F1A53E;
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */
.chromestyle #me2{
border: 0px solid #BBB;
width: 100%;
background: none; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle #me2 span{
display: inline;
}

.chromestyle #me2 span a{
font:normal 11px Arial; /*Change here for inner pages link text modification*/
color: #2a2929;
padding: 0px 20px;
margin: 0;
text-decoration: none;
border-right: 1px solid #F1A53E;
}

.chromestyle #me2 span a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}


/*__________________________________________________________*/
.dropmenudiv{
text-align: left;
position:absolute;
top: 0;
border: 1px solid #e5e1e1; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;/*Change here for dropdown text modification*/
line-height:18px;
z-index:100;
background-color: #e5e1e1;
width: 150px;
visibility: hidden;
padding-left:2px;
padding-right:2px;

 /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 0px solid #dddada; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: normal;
color: #2a2929;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f8981f;
color: #454545;
}
