.chromestyle{
width: 99%;
font-weight: bold;
z-index:999;
margin-top:7px;
}

.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%;

padding: 0px 0px;
margin: 0;
text-align:left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

* html .chromestyle ul li a{
color: #494949;
padding: 4px 0px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a{
color: #494949;
padding: 1px 0px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin:-4px 0px 0px 0px;
font:normal 11px arial;
line-height:18px;
z-index:999;
background-color: white;
width: 121px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border-bottom: 1px solid #E5E5E5;
padding: 2px 0px 2px 15px;
background:#F3F3F4 url(../img/menu/dot.jpg) no-repeat 5px 8px;
text-decoration: none;
color:#4B555E;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 121px;
display: block;
text-indent: 0px;
border-bottom: 1px solid #E5E5E5;
padding: 2px 0px 2px 15px;
background:#F3F3F4 url(../img/menu/dot.jpg) no-repeat 5px 8px;
text-decoration: none;
color:#4B555E;

}

.dropmenudiv a:hover{
background:#0098FF url(../img/menu/dot_.jpg) no-repeat 5px 8px;

color:#FFFFFF;
}