@charset "utf-8";
.chromestyle{
	width:778px;
	height:28px;
	font-weight: bold;
	direction:ltr;
}
.chromestyle table {
	width:100%;
	border-collapse:collapse;
	background:url(../images/top_menu_bg.jpg) repeat-x #eaf3fc;
}
.chromestyle tr {
	height:28px;
	line-height:28px;
	text-align:center; /*set value to "left", "center", or "right"*/
}
.chromestyle th {
	border-right:1px dotted #9ac1e9;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.chromestyle a {
	display:block;
	color:black;
	text-decoration:none;
	height:100%;
	width:100%;
	font:bold 13px Arial;
	line-height:28px;
}
.chromestyle a:hover, .chromestyle-selected a {
	color:#ff6600;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
z-index:100;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
text-align:left;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
