.chromestyle{
	width: 415px;
	border: 1px solid #154F74;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background: url(media/nnav-bk.jpg) repeat-x; /*THEME CHANGE HERE*/
	padding: 3px 0 5px;
	margin: 0;
	text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #005279;
	padding: 1px 5px 3px 4px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #144E73;
	font-size: 10px;
	font-weight: bold;
}

.chromestyle ul li a:visited{
	color: #005279;
}

.chromestyle ul li a:hover{
	color: #FFFFFF;
/*background: url(../images/chromebgy-over.jpg) center center repeat-x; THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]: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;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	z-index: 100;
	background-color: white;
	width: 150px;
	visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#006699,direction=135,strength=4);
	border-top: 1px solid #993366;
	border-right: 1px solid #993366;
	border-bottom: 0 solid #993366;
	border-left: 1px solid #993366;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #993399; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #AB63B1;
	font-size: 10px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #CE5EC0;
	color: #FFFFFF;
}
#chromemenu ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
