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

.chromestyle ul {
width:100%;
background:url(chromebg.gif) center center repeat-x;
text-align:center;
margin:0;
padding:4px 0;
}

.chromestyle ul li {
display:inline;
}

.chromestyle ul li a {
color:#494949;
text-decoration:none;
margin:0;
padding:4px 7px;
}

.chromestyle ul li a:hover,.chromestyle ul li a.selected {
background:url(chromebg-over.gif) center center repeat-x;
}

.dropmenudiv {
position:absolute;
top:0;
border-bottom-width:0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background:url(chromebg.gif) repeat-y;
width:340px;
visibility:hidden;
}

.dropmenudiv a {
width:auto;
display:block;
text-indent:3px;
border-bottom:1px solid #c2c2c2;
text-decoration:none;
font-weight:700;
color:#666;
padding:5px 5px;
}

.dropmenudiv a:hover {
background:#e8f7fc;
color:#000;
}

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