.chromestyle {
	margin-bottom:3px;
	direction:rtl;
}
.chromestyle table {
	width:100%;
	border-collapse:collapse;
}
.chromestyle tr {
	height:28px;
	line-height:28px;
	text-align:center; /*set value to "left", "center", or "right"*/
}
.chromestyle th {
	padding-left:1px;
	padding-right:1px;
	
}
.chromestyle th Table {
	width:100%;
	height:28px;
}

.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:white;
	text-decoration:none;
	height:100%;
	width:100%;
	font:bold 12px Arial;
	line-height:28px;
}
.chromestyle a:hover, .chromestyle-selected a {
/*	text-decoration:underline;
*/}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:28px;
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:right;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: #26356e;
background:url(../images/sub_bg.jpg) repeat-x bottom #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: underline;
}
