.chromestyle {

}

.chromestyle ul {
	padding: 0px;	
	margin: 3px 0 0 0;
}

.chromestyle ul li {
	display: inline;
	padding: 0px 0px 0px 0px;
}

.chromestyle a {
	color: #C29F00;
	margin: 0;
	text-decoration: none;
}
.chromestyle a:hover, #menu .chromestyle a:hover {
	text-decoration: none;
	background-color: #1eacc2;
}

.dropmenudiv {
	margin-top:5px;
	width: 180px; 
	position: absolute;
	top: 1;
	font-size: 12px;
	font-family: Verdana;
	line-height:20px;
	z-index: 100;
	background-color: #17325F;
	visibility: hidden;
	font-weight:bold;
	text-align:left;
}
.dropmenudivshort {
	width: 180px;
	position: absolute;
	top: 1;
	font: normal 12px Verdana;
	line-height:20px;
	z-index: 100;
	background-color: #0268a3;
	visibility: hidden;
	text-align:left;
}

.dropmenudivshort a, .dropmenudiv a {
	width: auto;
	display: block;
	padding: 2px 7px 2px 7px;
	font-weight: bold;
	color: #C29F00;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;	
}
/*
* html .dropmenudiv a { 
	width: 100%;
	text-decoration: underline;
}
*/
.dropmenudivshort a:hover, .dropmenudiv a:hover {
	color:#C29F00;
	background-color: #304773;
	text-decoration: none;	
}
