 
/*from the orrig_________________________________________________*/
.chromestyle{float: right; font-size: 11px; margin:0px; padding-top:0px;}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; display: block; height: 0; clear: both;  visibility: hidden; }
.chromestyle ul{padding: 0px 0;
margin: 0;}
.chromestyle ul li{display: inline; }
#top_nav{}
.chromestyle ul li a, .chromestyle ul li a:visited{	padding: 4px 7px; margin: 0; text-decoration: none;
 font-size: 10px;  text-decoration: none;  text-transform: uppercase; color: #FFF;  list-style-type: none; letter-spacing:1px; font-weight:bold;}
.chromestyle ul li a:hover{ color:fff; }



.chromestyle ul li a[rel]: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;
margin:0px; padding-top:0px;
top: 0;
z-index:100;
visibility: hidden;
}


.dropmenudiv a, .dropmenudiv a:visited{
	text-transform: Capitalize;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	line-height: 11px;
	background-color: #CC0000;
	width: auto;
	display: block;
	text-indent: 0px;
	padding: 3px 3px;
	text-decoration: none;
	border-bottom: 1px solid #660000;
}



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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #000000;
	color:#FFFFFF
}

ul#nav {   margin-top:26px; Width:180px; float:right; line-height: 20px;}
ul#nav  { display: block;  }
ul#nav li a { text-transform: Capitalize; display: block;   height:16px;  color: #dcb;  text-decoration: none;  margin: 0px 0px 7px 0px; font-size: 11px;}
ul#nav li a:hover { color: #fff; }

/* 2nd Menu Hover Persistence */

ul#nav li{
	display: block;
	padding: 0px;line-height: 16px;
}


