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