#chromemenu{
	width: 917px;
	display: block;
	height: 53px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	width: 917px;
	margin: 0;
	display: block;
	list-style: url(none) none;
	padding: 0px;
	border-style: none;
}


#chromemenu ul li{
	display: inline;
	list-style: url(none) none;
}


#chromemenu ul li a{
	float: left;
	padding: 0px;
	text-decoration: none; /*Theme Change here*/
	margin: 0px;
}

#chromemenu ul li a:hover{
color: #494949;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: "";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*Theme Change here*/
	border-bottom-width: 0;
	font:normal 12px/18px "Times New Roman", Times, serif;
	z-index:100;
	background-color: white;
	width: 125px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	padding: 0px;
	margin-top: -15px;
	margin-left: 12px;
}

.dropmenudiv a{
	width: 100%;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	display: block;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
}
