/* Color white = #FFFFFF */


.chromestyle
{
width: 788px;
}
.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 Verdana;
background: url("../chromemenu/chrometheme/chromebg2bb40.gif") center center repeat-x; /*THEME CHANGE HERE*/
/*background: url("../images/MenuBar.jpg"); /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
/* Set height of menu bar below */
height:32px;
text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li
{
display: inline;
}


.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 7px;
padding-bottom: 12px;
font-weight: bold;
margin: 0;
line-height:25px;
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*/
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
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: #13C5C5;
width: 125px;
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 #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #CCCCCC;
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;
	}