.chromestyle
{
width: 99%;
font-weight: bold;
}

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

.chromestyle ul
{
background-color: #FFFFFF;
text-decoration: none;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
font: 11px verdana;
font-style: normal;
font-weight: 500;
text-align: left;
letter-spacing: 1px;
color: #B77762;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 0px;
padding-right: 0px;
width: 100%;
}

.chromestyle ul li
{
display: inline;
list-style-type: none;
}

.chromestyle ul li a
{
padding-right: 0px;
display: block;
padding-left: 1px;
padding-bottom: 3px;
margin-left: 1px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
color: #B77762;
padding-top: 3px;
text-decoration: none;
border-bottom: #A25641 1px solid;
moz-background-clip: initial; 
moz-background-origin: initial; 
moz-background-inline-policy: initial;
}

.chromestyle ul li a:hover /*THEME CHANGE HERE*/
{
font: normal 11px verdana;
font-style: normal;
text-decoration: none;
background-color: #FED09E;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
letter-spacing: 1px;
color: #A25641;
padding-left: 2px;
border-left: #00923F 2px solid;
border-bottom: #00923F 1px solid;
border-right: #00923F 1px solid; 
}

.chromestyle ul li a[rel]:after
{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " " url(http://localhost/ngac/images/tri.gif); /*uncomment this line to use an image instead*/
}

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

.dropmenudiv
{
	position: absolute;
	margin-top: -12px;
	margin-left: 190px;
	border: #9E5642 1px solid;
	font:normal 11px Verdana;
	line-height:16px;
	z-index:100;
	color: #B77762;
	background-color: white;
	width: 493px;
	visibility: hidden;



filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	left: 231px;
	top: 495px;
	height: 364px;
}


.dropmenudiv a
{
width: auto;
display: block;
text-indent: 3px;
border-bottom: #A25641 1px solid; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: 500;
color: #B77762;
}

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

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

