#menu {

	padding-left:95px;
}

.chromestyle{ 
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	margin:0;
	visibility: hidden;
}

.chromestyle ul{
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	margin:0;
	text-align: left;
}

.chromestyle ul li a {
	color:#ffffff;
	padding: 9px 0px 7px 26px;
	margin: 0;
	height:23px;
	display: block;
	float:left;
	width:95px;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-image:url(../images/buttonbg.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#ffffff;
	background-position:bottom left;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border: 1px solid #494949; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #494949; /*THEME CHANGE HERE*/
	padding: 4px 0;
	padding-left:12px;
	text-decoration: none;
	color: #303030;
	background-image:url(../images/navdroparrow.gif);
	background-repeat:no-repeat;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-image:url(../images/navdrophover.gif);
	color:#ffffff;
}
