.chromestyle{
width: 99%;
}

.dropmenudiv{
	position:absolute;
	border: 1px solid #758CB9;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #2B447D;
	width: 200px;
	visibility: hidden;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #758CB9;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
background-color: #B70005;
text-decoration: none;
color: white;
}
