.chromestyle {
width: 100%;
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
color: #fff;
font-size: 11px;
font-weight: bold;
border-bottom: 1px solid #61768b;
}

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

.chromestyle ul {
border: 1px solid #61768b;
width: 100%;
/*background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 1px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
display: inline;
}

.chromestyle ul li a{

color: #494949;

padding: 4px 7px;

margin: 0;

text-decoration: none;

color: #fff;

border-right: 1px solid white;

}



.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

background-color: #61768b;

color: white;  /*THEME CHANGE HERE*/

}

.chromestyle a, .chromestyle a:hover, .chromestyle a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

background-color: #61768b;

color: white;  /*THEME CHANGE HERE*/

}



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



.dropmenudiv{

position:absolute;

top: 0;

border: 1px solid #61768b; /*THEME CHANGE HERE*/

border-bottom-width: 0;

font-family:'lucida grande',tahoma,verdana,arial,sans-serif;

font-size: 11px;

line-height:18px;

z-index:100;

background-color: white;

width: 200px;

visibility: hidden;

}





.dropmenudiv a{

width: auto;

display: block;

text-indent: 3px;

border-bottom: 1px solid #61768b; /*THEME CHANGE HERE*/

padding: 5px 0;

text-decoration: none;

color: black;

/*font-weight: bold;*/

}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: #61768b;

color: #fff;

}



.menubar {
width: 850px;
margin-left: auto;
margin-right: auto;
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
font-size:11px;
color: white;
}

.spiffy{display:block}

.spiffy *{

display:block;

height:1px;

overflow:hidden;

font-size:.01em;

background:#61768b}

.spiffy1{

margin-left:3px;

margin-right:3px;

padding-left:1px;

padding-right:1px;

border-left:1px solid #d6e1c6;

border-right:1px solid #d6e1c6;

background:#b7cc9c}

.spiffy2{

margin-left:1px;

margin-right:1px;

padding-right:1px;

padding-left:1px;

border-left:1px solid #f5f8f1;

border-right:1px solid #f5f8f1;

background:#b2c794}

.spiffy3{

margin-left:1px;

margin-right:1px;

border-left:1px solid #b2c794;

border-right:1px solid #b2c794;}

.spiffy4{

border-left:1px solid #d6e1c6;

border-right:1px solid #d6e1c6}

.spiffy5{

border-left:1px solid #b7cc9c;

border-right:1px solid #b7cc9c}

.spiffyfg{

background:#61768b;

color: white; }


