.chromestyle{
	font: 12px Arial, tahoma;
	width: 135px;
	color: #474747;
	font-style:normal;
	text-decoration: none;
	padding: 0px 0;

}

.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%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:0px;
	margin: 0;	
	text-align: left; /*set value to "left", "center", or "right"*/
	
}

.chromestyle ul li{
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-type: none;
	background-color:#FFFFFF;
}

.chromestyle ul li a{
	color: #043A5E;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	padding-left:18px;
	/*content: url("../imgs/black_13x13_greyboxed.gif") center right no-repeat;; */
/*	background:url("../imgs/black_13x13_greyboxed.gif") bottom right no-repeat;*/
	/*border-left: 1px solid #999999;*/
	line-height:18px;
	

	
}

.chromestyle ul li a:hover{ 

	
	background:  url("../imgs/backon_beige.gif") center center repeat-x;
	bgcolor: #cccccc;
	line-height:18px;
	
}

.chromestyle ul li a:active{

	background: url("../imgs/backon_beige.gif") center center repeat-x;
	line-height:18px;
	
}


.chromestyle ul li a[dropmenudiv]:after{ /*HTML to indicate drop down link*/
 /*content: " " url("../imgs/black_13x13_greyboxed.gif"); /*uncomment this line to use an image instead*/*/
	background:#FEFAD2 url("../imgs/on_13x13_greyboxed.gif") bottom right no-repeat;/*uncomment this line to use an image instead*/
}
.chromestyle ul li a[rel]:before{ /*HTML to indicate drop down link*/
/*	content: " v";*/
	/*content: " " url("../imgs/black_13x13_greyboxed.gif"); /*uncomment this line to use an image instead*/*/
	background:#FEFAD2 url("../imgs/on_13x13_greyboxed.gif") bottom right no-repeat;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	font: 12px Arial, tahoma;
	color: #043A5E;
	font-style:normal;	
	z-index:100;
	width: 170px;
	visibility: hidden;
	/*border: 1px solid #148441;*/
	border: 1px solid #233273;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=200,strength=3); /*Add Shadow in IE. Remove if desired*/
	background: url("../imgs/backoff_white.gif");
	/*background: url("../imgs/backoff_blue.gif");*/
	padding-top: 0px;	
	padding-bottom: 0px;
}

.dropmenudiv a{
	
	line-height:18px;
	display: block;
    background-color: #ffffff;
	font: 11px Arial, tahoma;
	color: #043A5E;
	font-style:normal;
	text-decoration: none;
	/*font-weight: 500;*/
	text-align: left; /*
	/*text-indent: 10px;*/
	border-bottom:0px solid #ffffff; /*THEME CHANGE HERE*/
	padding: 3px 0px;
	padding-left:27px;
	/*set value to "left", "center", or "right"*/
	border-left: 0px solid #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/

	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

	background-color: #ffffff;
	line-height:18px;
	text-decoration: none;
	font: 11px  Arial, tahoma;
	font-style:normal;
	color: #043A5E;
	width: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	/*padding-left:30px;*/
	background: url("../imgs/backon_beige.gif");

}

.dropmenudiv a:active{ /*THEME CHANGE HERE*/
	background-color: #ffffff;
	line-height:18px;
	text-decoration: none;
	font: 11px  Arial, tahoma;
	font-style:normal;
	color: #043A5E;
	width: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	/*padding-left:30px;*/
	background: url("../imgs/backon_beige.gif");

	

}
