.nav a{color:#000000; font-family:Palatino Linotype; font-size:13px; font-weight:bold; text-decoration:none;}
.nav a:hover {color:#448423; font-family:Palatino Linotype; font-size:13px; font-weight:bold; text-decoration:none;}
.nav {color:#000000; font-family:Palatino Linotype; font-size:13px; font-weight:bold; text-decoration:none; background-image:url(images/nav_back2.jpg); background-repeat:repeat-x;}


.chromestyle{
width: 100%;
border: 0;
}

.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%;
padding: 0px;
margin: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{ 
background-image:url(images/nav_back2.gif); background-repeat:repeat;
/*color: #d1cdce;*/
padding: 0px 0px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
background: #2853A1;
}

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


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #4e4e4e; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 13px Palatino Linotype;
line-height:13px;
z-index:100;
/*background-color: #d1cdce;*/
background-image:url(images/nav_back2.gif); background-repeat:repeat;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#f3851e,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #4e4e4e; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-size: 13px;
color: #FFFFFF;
}

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

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

color:#000000;
font-size: 13px;
}
