.chromestyle{
}

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

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

.chromestyle li{
	display:inline;
	background:url(../images/bullet_border.jpg) 0 0 no-repeat;
	list-style-type:none;
	float:left;
}

.chromestyle ul li a{
	color:#305d9e;
	font:bold 16px "trebuchet MS";
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
	color:#fff;
}


.dropmenudiv{
	position:absolute;
	top: 9px;
	border: 1px solid #BBB; 
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
	left: 532px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; 
	padding: 2px 5px;
	text-decoration: none;
	color:#305d9e;
	font:bold 14px "trebuchet MS";
}

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

.dropmenudiv a:hover{
	background-color: #383e64;
	color:#fff;
}
