.chromestyle{
padding-top: 0px;
font-weight: bold;
position: relative;
text-align: left;
float: left;
width: 628px;
height: 33px;
background-image:url(images/menubg.jpg);
background-repeat: repeat-x;
margin-top: 10px;
margin-bottom: 10px;
filter: alpha(opacity=100);
-moz-opacity: 1; 
z-index: 2;
}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 628px;
float: left;
/*background: url(chromebg.gif) center center repeat-x; */
padding: 0px 0;
margin: 0;
font-family: Arial, Verdana, Helvetica,sans-serif;
font-size: 12px;
line-height: 33px;
text-align: left; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
font-family: Arial, Verdana, Helvetica,sans-serif;
font-size: 14px;
line-height: 33px;
padding: 1px 15px;
margin: 0;
text-decoration: none;
border-left: 0px solid #FFF;
}

.chromestyle ul li a:hover{
/*background: url(images/news_bg.jpg) center center repeat-x; */
color:#CCCCCC;
}




.dropmenudiv{
position: absolute;
top: 0;
/*border: 1px solid #CCCCCC;;
border-bottom-width: 0;*/
color: #fff;
font-family: Arial, Verdana, Helvetica,sans-serif;
font-size: 13px;
line-height: normal;
z-index:10000;
background-color: #333333;
background-image:url(images/submenubg.png);
background-position: top right;
width: 200px;
line-height: 20px;
margin: 0 auto;
margin-top: 5px;
margin-left: 10px;
/*border: solid #111111;
border-width: 5px;*/
visibility: hidden;
padding: 10px 0;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */
}


.dropmenudiv a{
width: auto;
display: block;
text-align:left;
text-indent: 7px;
/*border-bottom: 1px solid #CCCCCC; */
padding: 2px 10px;
text-decoration: none;
font-weight: bold;
color: #fff;
}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{ 
opacity: 0.4;
filter: alpha(opacity=40);
background-color: #FFF;
color: #000;
}
