.chromestyle { height: 99%;	width: 99%;	z-index: 90	}  
.chromestyle:after { clear: both; content: ".";	display: block;	height: auto; visibility: hidden }
.chromestyle ul { height: 100%;	margin: 0; padding: 5px 0px; text-align: left; width: 100% }
.chromestyle ul li { display: inline }
.chromestyle ul li a { border-right: 1px #DADADA solid;color: #494949;margin: 0;padding: 5px 5px;text-decoration: none}
.chromestyle ul li a[rel]:after {content: " v" }

.dropmenudiv {
background-color: white;
border-bottom: 0;
border: 1px #BBB solid;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
font: normal 12px Verdana;
line-height: 18px;
position: absolute;
top: auto;
visibility: hidden;
width: 200px;
z-index: 100
}

.dropmenudiv a {
text-decoration: none;
text-indent: 3px;
display: block;
color: #494949;
border-bottom: 1px solid #BBB;
padding: 2px 0;
width: auto
}

* html .dropmenudiv a {width: 100%}
.dropmenudiv a:hover { background-color: #F0F0F0}
