/* Color white = #FFFFFF */


.chromestyle
{
width: 760px;
margin-left:auto;
margin-right:auto; 
background-image:url("../images/GWCA_topNav.jpg"); 
background-repeat:no-repeat; 
height:51px;
padding-left:189px;

}

.chromestyle:after
{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


/* Font Change here */
.chromestyle ul{
border: 1px solid #ffffff;
width: 100%;
color:black;
font:normal 12px Arial;
/*background: url("../chromemenu/chrometheme/chromebg2bb40.gif") center center repeat-x; /*THEME CHANGE HERE*/
/*background: url("../images/MenuBar.jpg"); /*THEME CHANGE HERE*/
padding-top: 1px;
padding-left: 4px;
/*padding: 4px 7px;*/
margin: 0;
/* Set height of menu bar below */
height:51px;
text-align: left; /*set value to "left", "center", or "right"*/
 
}

.chromestyle ul li
{
display: block;
width:95px;
float: left;
}


.chromestyle ul li a
{
/* Color below changes the font color of main menu text */
/* This is the main menu bar not the drop down menu */
color: #fffffff; /* Color of Text on Main Menu Bar */
padding: 4px 0px;
padding-bottom: 12px;
/*font-weight: bold;*/
margin: 0;
line-height:25px;
height:35px;
text-decoration: none;
/* Change Color of menu seperator */
/*border-right: 1px solid #000000;*/
}

.chromestyle ul li a:hover
{
/*background: url("../chromemenu/chrometheme/chromebg-overbl.gif") center center repeat-x; /*THEME CHANGE HERE*/
color:#DDDDDD;
font-weight:normal;
text-decoration:none;
text-align:left;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
margin-top:17px;
position:absolute;
top: 0;
left: 0px;
/*border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
color:black;
line-height:18px;
font:normal 12px Verdana;
z-index:100;
background-color:#00AD8F;
width: 155px;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */ /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a 
{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/* Set height of menu options here */
height:17px;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#A1E1D6;
color:black;

}


a:link /* Changes color of bottom menu and some options on dropdown ? */
	{
	COLOR: #ffffff;
	}
	
	a:visited {
	COLOR: #FFFFFF;
	}
	a:hover 
	{
	COLOR: #7374B7;
	/*COLOR: #FFFFFF;*/
	}
	a:active {
	COLOR: #ffffff;
	}