#chromemenu{
width: 100%;
}

#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%; /*Theme Change here*/
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px;
	margin: 0;
	float: left;
	font: bold 10px Verdana;
	background-repeat: repeat-x;
	background-position: center center;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
	float: left;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background: url(../Images/layout/nav_separate.gif) center right no-repeat; /*Theme Change here*/
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#chromemenu ul li a:hover{
color: #FFFFFF;
text-decoration: none;
background: url(../Images/layout/nav_bkgd_over.gif);
}

#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;
	font:normal 10px Verdana;
	line-height:14px;
	z-index:100;
	background-color: #ff4c00;
	width: 150px;
	visibility: hidden;
	background-image: url(../html/images/layout/drop_menu.gif);
	display: block;
}

.dropmenudiv a{
	width: 150px;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF5500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150px;
}
