@charset "utf-8";
.chromestyle{
	width:100%;
	padding-top:40px;
	height:38px;
	font-weight: bold;
	direction:ltr;
}
.chromestyle table {
	width:100%;
	border-collapse:collapse;
}
.chromestyle tr {
	height:38px;
	line-height:38px;
	text-align:center; /*set value to "left", "center", or "right"*/
}
.chromestyle th {
	width:90px;
	background:url(../images/top_menu_sep.gif) no-repeat right;
}
.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:90px;
	font:bold 13px Arial;
	line-height:38px;
}
.chromestyle a:hover, .chromestyle-selected a {
	text-decoration:underline;
}

.chromestyle .chromestyleon a {
	display:block;
	color:black;
	text-decoration:none;
	height:100%;
	width:95px;
	font:bold 13px Arial;
	line-height:38px;
	background:url(../images/menu_tab.png) no-repeat left;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
background:url(../images/submenu_02.png) no-repeat top center;
width:156px;
min-height:196px;
/*border: 1px solid #BBB; THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:25px;
z-index:100;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width:140px;
text-align:left;
display: block;
border-bottom: 1px dotted #fff; /*THEME CHANGE HERE*/
padding: 0px 0px;
text-indent:3px;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration:underline;
}