.chromestyle{
width: 100%;
height: 26px;
font-weight: bold;
}


.chromestyle ul{
width: 100%;
background: url(../img/titlebg.png) center center repeat-x;
padding: 2px 2px;
margin: 0px;
text-align: right;		
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
font-family: Tahoma, Arial, sans-serif, "Times New Roman";
padding: 4px 7px;
font-size: 14px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #ffffff;
background: url(../img/menubarh.png) bottom center repeat-x;
}

.chromestyle ul li a:visited {
color: #ffffff;
}

.chromestyle ul li a:active {
color: #ffffff;
}

.chromestyle ul li a[rel]:after{ 
}


.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB;
border-bottom-width: 0px;
font-family: "Tahoma", Arial, sans-serif, "Times New Roman";
font-size: 12px;
line-height:18px;
z-index:100;
background-color: #444444;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
opacity: 0.85;
width: 150px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block; 
padding: 2px 12px;
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
}

.dropmenudiv a:visted {
color: #ffffff;
font-weight: bold;
}

.dropmenudiv a:active {
color: #ffffff;
font-weight: bold;
}

.dropmenudiv a:link {
color: #ffffff;
font-weight: bold;
}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #096b84;
color: #ffffff;
font-weight: bold;
}