	.chromestyle{
	width: 99%;
	font-weight: bold;
	}
	
	.chromestyle ul{
	/*border: 1px solid #BBB;*/
	width: 100%;
	/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
	padding: 0px;
	margin: 0;
	/*background: #006699;*/
	/*text-align: left; set value to "left", "center", or "right"*/
	}
	
	.chromestyle ul li{
	display: inline;
	margin-left: 5px;
	margin-right: 10px;
	}
	
	.chromestyle ul li a{
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	padding-left: 10px;
	background-image: url('../images/icons/menu_arrow.gif');
    background-repeat: no-repeat;
	background-position: center left;
	margin: 0;
	text-decoration: none;
	/*border-right: 1px solid #DADADA;*/
	}
	
	.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
	}
	
	/* ######### Style for Drop Down Menu ######### */
	
	.dropmenudiv{
	position:absolute;
	top: 0;
	/*border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background: #ffffff;
	/*width: 130px;*/
	visibility: hidden;
	margin-top: 9px;
	padding-left:5px;
	padding-right:10px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	/*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-left: 10px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	}
	
	* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	}
	
	.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	padding-left: 10px;
	background-image: url('../images/icons/plus.jpg');
    background-repeat: no-repeat;
	background-position: center left;
	color: #285067;
	}}
