.chromemenu{
	width: 651px;
}
.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromemenu ul{
	border: 1px solid #8B9282;
	width: 100%; /*Theme Change here*/
	margin-left: 15px;
	padding-left: 0px;
	float: left;
	background-image: url(/inc/images/design/chromebg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	margin-top: 74px;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
}
.chromemenu ul li{
	display: inline;
}
.chromemenu ul li a{
	float: left;
	color: #000000;
	font-weight: bold;
	text-decoration: none; /*Theme Change here*/
	background-image: url(/inc/images/design/divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 17px;
}
.chromemenu a:visited {
	color: #000000;
}
.chromemenu ul li a:hover{
	color: #EC7502;
	text-decoration: none;
}
.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: 0px;
	line-height:18px;
	z-index:100;
	width: 145px;
	visibility: hidden;


	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8B9282;
	border-right-color: #8B9282;
	border-left-color: #8B9282;
	letter-spacing: 1px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.dropmenudiv a:link{
	color: #000000;
}
.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B9282;
	background-color: #EBEBEB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.dropmenudiv a:visited {
	color: #000000;
	text-decoration: none;
}
.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #FFFFFF;
	color: #EC7502;
	text-decoration: none;
}
.dropmenudiv a:active {
	background-color: #000000;
	text-decoration: none;
	color: #EC7502;
}
#menu {
	float: left;
	width: 651px;
	position: relative;
}

