.chromestyle{
	font-weight: bold;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top;
	width: 295px;
	height: 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	margin: 0;
	padding: 0;
	float: right;
	font: normal 11px Arial, Helvetica, sans-serif;
	width: 100%;
	overflow: hidden;
	background:  url(images/nav_bf.gif) repeat-x center top;
	}

.chromestyle ul li{
	display: inline;
	text-align: center;
}

.chromestyle ul li a{
	float: left;
	color: #d96170;
	padding: 13px 5px;
	text-decoration: none;
	font-weight: normal;
}

.chromestyle ul li a:hover{
	background: url(images/nav_af.gif) repeat-x center center; /*THEME CHANGE HERE*/
	color: #FFFFFF;
}







/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{

position:absolute;
top: 0px;
border-top: 1px solid #EB889D;
border-right: 1px solid #EB889D;
border-bottom: 1px solid #EB889D;
border-left: 1px solid #EB889D;
font: normal 11px/18px Arial, Helvetica, sans-serif;
z-index:100;
background: #E6E6E6;
width: 250px;
visibility: hidden;
padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;

}


.dropmenudiv a{
	width: 250px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #d96170;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #EB889D;
	color: #FFFFFF;
}
.chromestyletable_bg {
	background-image: url(images/header_b.jpg);
	background-position: top;
	height: 40px;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eb889d;
}
