.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;
}

.main {font-family:Palatino Linotype; color:#000000;}

.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{
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 10px Verdana;
line-height:18px;
z-index:100;
background-color: #d1cdce;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#cc3333,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: 2px 0;
text-decoration: none;
font-size: 12px;
color: #584f51;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #d1cdce;
color:#000000;
font-size: 16px;
}
