.chromestyle{
	width: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	letter-spacing: 0.2em;
	font-style: normal;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

.chromestyle ul{
	border: 0px;
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left center;
	color: #FFFFFF;
}

.chromestyle ul li{
	display: inline;
	color: #FFFFFF;
}

.chromestyle ul li a{
color: #FF9999;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000000;
}

.chromestyle ul li a:hover{
	color: #990000;
	background-color: #FFFFFF;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
	color: #FFFFFF;
	background-color: #000000;
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:16px;
	width: 200px;









filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	letter-spacing: 0.2em;
	background-image: url(tumb_menu_dropdown.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCCCCC;
	text-indent: 10px;
	z-index: 100;
	height: 280px;
	visibility: hidden;
	overflow: visible;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 7px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FF9999;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	color: #FF9999;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFFFFF;
}
.submenutitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bolder;
	color: #C0C0C0;
	text-align: left;
	letter-spacing: 0.1em;
	text-indent: 0px;
	text-decoration: underline;
}
