#chromemenu{
	width: 950px;
	position: static;
}

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

#chromemenu ul{
	width: 900px;
	padding-left: 0;
	margin: 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(chromebg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	position: static;
	left: 2px;
	top: 0px;
	background-attachment: scroll;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: url(divider.gif) center right no-repeat; /*Theme Change here*/
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 7px;
}

#chromemenu ul li a:hover{
	color: #FFFFFF;
	background-image: url(chromebgo.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

#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: 1;
	border: 1px solid #E8BEBE; /*Theme Change here*/
	border-bottom-width: 0;
	line-height:12px;
	z-index:100;
	background-color: #CC3435;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px; /*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc3435;
	background-color: #cc3435;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #EA8380;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

