.posrelative {
	position:relative; /* orange */
	bottom:5px;
	left:7px;
	}

.chromestyle{
margin-top:10px;
width: 750px;
margin-ritgh:10px;

position: relative;
font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	left:0px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px ;
width: 100%;
/* background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 4px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
/*color: #494949;*/
color:#FFFFFF;
padding: 4px 18px;
margin: 4;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

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

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	font-weight: bold;
	font:normal 11px Tahoma;
	z-index:100;
	visibility: hidden;
	margin-left: 10px;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 4px 0px 10px;
text-decoration: none;
font-weight: bold;
/*color:  black;*/
color:#FFFFFF;

/*background: url(chromebg-over.gif) ;

/*center center repeat-x;*/
}

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

.dropmenudiv a:hover{
	color: #339900;
}
