/* navigation */
.navigation {
	background: #DED9D0 url('../img/nav.gif') repeat-x; 
padding-left:10px;
height: 30px;
	border-top: 1px solid #996;
}
.navigation a.mainLink {
	background: #FFF url('../img/nav.gif') repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #553;
        color: purple;
	float: left;
	padding: 0 14px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
}
.navigation a.mainLink#active {background-position: left bottom; color: #331;}

.navigation a.mainLink:hover {background-position: left bottom; color: #331;}

.pnav{
	text-decoration: none;
	font: 12px sans-serif;
}


/*-------------------  DROP DOWN MENU   ---------------- */
.drop_menu {
width: 99%;
font-weight: bold;
padding: 0px;
border: 1px solid #ccc;
}
.drop_menu ul{
	border: none;
	width: 100%;
	background: url(img/menu.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 1px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.drop_menu ul li{
display: inline;
color: black;
}
.drop_menu ul li:first-child{
background-color: #DFD7C3;
border: 1px solid #ccc;
}
.drop_menu ul li a{
color: #494949;
padding-right: 12px;
padding-left: 12px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}
.drop_menu ul li a:hover, .drop_menu ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
.drop_menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menu{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.menu a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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

.menu a:hover{ /*THEME CHANGE HERE*/
background-color: #DDD;
}

.direc_nav{
	background: #CEC9C0 url('../img/directory.jpg') repeat-x;
	height: 20px;
	padding-left: 12px;
	border-top: 1px solid #6F6861;
	border-bottom: 1px solid #AFA8A1;
}
.direc_nav a{
	text-decoration: none;	
}

.dropdown * {padding:0; margin:0; font:bold 12px Tahoma, sans-serif ; }
.dropdown {float:left;}
.dropdown dt {cursor:pointer; } /*background:url(img/header.gif)  */
.dropdown dt:hover {background:url('../img/directory_over.jpg');}
.dropdown dd {position:absolute; overflow:hidden; width:208px; display:none; z-index:200; opacity:0;}/*  */
.dropdown ul {position:relative; top: 2px; border-width:0px 2px 4px;border-style: solid; border-color: #bbafa0; list-style:none;  background-color:#fed;}
.dropdown li {display:inline}
.dropdown li a:hover {background-color:#aaa; color:#fff} 
.dropdown li a {padding-left:5px;border-top:1px solid #edc}
.dropdown a, .dropdown a:active, .dropn a:visited {height:16px; display:block; padding:3px 6px 0px 6px; color:#a98; text-decoration:none;}
.dropdown a:hover { color:#543;}

