.chromestyle{
/*	width:350px;*/
	color:#FFFFFF;
	z-index:100;
	position:absolute;
	text-align:left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content;: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	color: #000000;
	width: 500px;
	background-image:url(http://extentech.com/themes/sheetster/btn_stretch.png) center center repeat-x; /**/
	/*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0 auto;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	color: #000000;
	display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 4px 5px;
	margin: 0;
	/*THEME CHANGE HERE*/
	text-decoration:none;
	border-right: 1px dotted #DDDDDD;
}

.chromestyle ul li a:hover{
	background: url(http://extentech.com/themes/sheetster/btn_stretch.png) center center repeat-x;
	color: #FFFFFF;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); */
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	width: 438;
	position:absolute;
	border: 1px dotted #CCCCCC;
	border-bottom-width: 0;;
	line-height:14px;
	z-index:100;
	padding: 4px;
	color:ffffff;
	background-color:#999999;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCCS,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 4px;
	text-decoration: none;
	color: #FFFFFF;
	background-color:#999999;
}

* html .dropmenudiv a{ /*IE only hack*/
	width:550px;
}

.dropmenudiv a:hover{
	background-color:#CCCCCC;
	color: #000000;
}