#chromemenu{
margin: 0px 140px 0px 175px;
position: relative;
background: #ffffff;
z-index: 5;
border-right: 1px solid #006699;
border-left: 5px solid #006699;
}
#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 #00FF00;
width: 99%;
background: url(http://www.personaltrainingfitness.com/image-files/chromebg2.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 255px;
margin: 0;
float: left;
font: bold 11px verdana;
}
#chromemenu ul li{
display: inline;
}
#chromemenu ul li a{
	float: left;
	color: Blue;
	font-weight: bold;
	padding: 6px 12px 6px 7px;
	text-decoration: none;
	background: url(http://www.personaltrainingfitness.com/image-files/divider2.gif) center right no-repeat; /*Theme Change here*/
}
#chromemenu ul li a:hover{
	color: red;
}
#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*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 #B5E2FE; /*Theme Change here*/
	border-bottom-width: 0;
	font: 10px verdana;
	color: Blue;
	line-height: 18px;
	z-index: 8;
	background-color: white;
	width: 190px;
	visibility: hidden;
}
.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #B5E2FE; /*Theme Change here*/
	padding: 2px 0;
	text-decoration: underline;
	font-weight: bold;
	color: Blue;
}
.dropmenudiv a:hover{
	/*Theme Change here*/
	background-color: #EBF7FF;
	color: red;
}
