.chromestyle{

	width: 670px;

	font-weight: bold;

	position: absolute;

	left: 88px;

	top: 87px;

}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

content: "."; 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

}



.chromestyle ul{

width: 670px;

/*background: url(file:///C|/DOCUME~1/steve/LOCALS~1/Temp/Temporary Directory 3 for chromemenu.zip/chrometheme/chromebg.gif) center center repeat-x; THEME CHANGE HERE*/

padding: 2px 0px 4px 0px;

margin: 0px;

text-align: left; /*set value to "left", "center", or "right"*/

}



.chromestyle ul li{

	display: inline;

	background-image: url(../images/nav/bullet.gif);

	background-repeat: no-repeat;

	background-position: left center;

}



.chromestyle ul li a{

color: #5f5f5f;

padding: 4px 6px 4px 12px;

margin: 0;

text-decoration: none;

}



.chromestyle ul li a:hover{

	color: #E91828;/*background: url(file:///C|/DOCUME~1/steve/LOCALS~1/Temp/Temporary Directory 3 for chromemenu.zip/chrometheme/chromebg-over.gif) center center repeat-x;  THEME CHANGE HERE*/

}



.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/

}





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



.dropmenudiv{

	position:absolute;

	top: 0px;

	line-height:14px;

	z-index:100;

	background-color: white;

	width: 210px;

	visibility: hidden;





filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

	left: 0px;

	text-transform: uppercase;

	font-size: 11px;

}





.dropmenudiv a{

width: auto;

display: block;

text-indent: 0px; /*THEME CHANGE HERE*/

padding: 4px 2px 2px 14px;

text-decoration: none;

font-weight: bold;

color: #5f5f5f;

}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

	background-color: #F0F0F0;

	color: #E91828;

}

