.chromestyle { 
width : 100%;
font-size : 12px;
font-weight : 700;
} 
.chromestyle:after { 
/*content: " " url('/images/nav_arrow.gif'); */
content : " "; 
display : block;
height : 0;
clear : both;
visibility : hidden; 
} 
.chromestyle ul { 
border : 1px solid #b2c2b8;
width : 100%;
background : url('/images/chromebg.gif') repeat-x center 0%;
margin : 0;
text-align : left;
padding-left : 0;
padding-right : 0;
padding-top : 4px;
padding-bottom : 4px;
} 
.chromestyle ul li { 
display : inline;
} 
.chromestyle ul li a { 
color : #494949;
padding : 4px 7px;
margin : 0;
text-decoration : none;
border-right : 1px solid #b2c2b8;
} 
.chromestyle ul li a:hover { 
background-color : #b2c2b8;
color : #ffffff;
text-decoration : none;
} 
.chromestyle ul li a[rel]:after { 
/*content : ""; */
content: " " url('/images/nav_arrow.gif'); 
}
.dropmenudiv { 
border-left : 1px solid #b2c2b8;
border-right : 1px solid #b2c2b8;
border-top : 1px solid #b2c2b8;
border-bottom : 0 solid #b2c2b8;
position : absolute;
top : 0;
line-height : 18px;
z-index : 100;
background-color : #dde8e1;
width : 200px;
visibility : hidden;
} 
.dropmenudiv a { 
width : auto;
display : block;
text-indent : 15px;
border-bottom : 1px solid #b2c2b8;
padding : 2px 0;
text-decoration : none;
font-size : 12px;
font-weight : bold;
color : black;
} 
* html .dropmenudiv a { 
width : 100%;
} 
.dropmenudiv a:hover { 
background : url('/images/chromebg-over.gif') repeat-x center 0%;
color : #ffffff;
text-decoration : none;
} 