.chromestyle{
	width: 390px;
	font-weight: bold;
	margin:0px;
	text-align:left;
	/*border:1px solid red;*/
}

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

.chromestyle ul{
	width: 100%;	
	margin: 0px 0px 0px -40px !important;
	*margin:0px !important;
	margin:0px;
	text-align: center; 
	/*border:1px solid blue;*/
}

.chromestyle ul li{
	display: inline;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	line-height:160%;
	/*border:1px solid blue;*/
}

.chromestyle ul li a{
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
	font: bold 11px Tahoma, Verdana;
	color:#666666;
}

.chromestyle ul li a:hover{
	
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	font: bold 12px Tahoma, Verdana;
	color:#3282CC;
	line-height:18px;
	z-index:100;
	width: 165px;
	margin: 10px 0px 0px 0px;
	visibility: hidden;
	float:left;
	background-color:#F3F3F3;
	border:3px double #999999;
	z-index:1000;
}

.dropmenudiv a{
	text-decoration: none;
	vertical-align:middle;
	text-align:left;
	padding-left:15px;
	padding-top:2px;
	display: block;
	width: 165px !important;
	*width: 150px !important;
	width: 150px ;
	height:23px !important;
	height:25px;
	color:#3282CC;
	z-index:1000;
	border-bottom:1px dotted #666666;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#3282CC;
	z-index:1000;
	text-decoration:underline;
}
