.chromestyle{
width: 100%;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#585858;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB; */
width: 100%;
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
background-image:('images/m_bg.jpg');
}

.chromestyle a.menu1 {
color: #ffffff;
padding: 4px 20px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
color:#456503;
text-decoration:underline;
}

.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 ######### */

.dropmenudiv{
border-left:1px solid #BBB; border-right:1px solid #BBB; border-top:1px solid #BBB; border-bottom:0px solid #BBB; position:absolute;
top: -10px;
/*THEME CHANGE HERE*/
line-height:20px;

z-index:101;
background-color: white;
width: 190px;
margin-left:100px;
visibility: hidden;
text-align:left;
color:#BE001A;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Arial;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #BE001A;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
