.chromestyle {
	/* width: 99%; */
	font-weight: bold;
}

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

.chromestyle ul{
	/* width: 100%; */
	/* background: url(images/table_header_bg.jpg) center center repeat-x; */
	padding: 3px 0;
	margin: 0;
	text-align: right;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;

	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	/* border-right: 1px solid #000000; */
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected {
	background-color: #FFFFFF;
	color: #2F4F4F;
}

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBBBBB;
	border-bottom-width: 0;
		
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	z-index: 100;
	background-color: #FFFFFF;
	width: 180px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4);
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 4px;
	border-bottom: 1px solid #BBBBBB;
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

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

.dropmenudiv a:hover{
	background-color: #DCDCDC;
}