#chromemenu	{
	width: 100%;
	height:28px;
	margin-left:1px;
	white-space:nowrap;
}

#under_chromemenu	{
	width: 618px;
	margin:0;
	padding:0;
	height:28px;
	text-align:right;
}

#chromemenu img {
	border:0;
	}

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

#chromemenu ul {
	width: 100%;
	/*background: url(../img/basic/chromebg.gif) center center repeat-x;*/ /*Theme Change here*/
	margin: 0;
	padding:0;
	float: left;
	font: bold 12px Verdana;
	}


#chromemenu ul li	{
	display: inline;
}


#chromemenu ul li a {
	float: left;
	color: #36699a;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	/*background: url(../img/basic/divider.gif) center right no-repeat;*/ /*Theme Change here*/
	}

#chromemenu ul li a:hover {
	color: #8dc54c;
	}
	

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

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #36699A; /*Theme Change here*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 140px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cacaca,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	filter:alpha(opacity=90); /* for IE */
	-moz-opacity:0.9; /* for mozilla */
	opacity: 0.9; /* for safari */
	khtml-opacity: 0.9 /* for konquerer and older safari */
	}

.dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 7px;
	border-bottom: 1px solid #36699A; /*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
	}

.dropmenudiv a:hover { /*Theme Change here*/
	background-color: #F0F0F0;
	}