.nav  {
	list-style-type: none;
	position: relative;
	float:left;
	width:955px;
	clear:both;
	background: transparent;
	margin: 0 auto;
	margin-top:10px;
	}



.nav ul{
  	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 0;
	}

.nav ul li{
	float: left;
	}


.nav ul li.divider{
	float: left;
	display:block;
	background:url("../_images/nav_divider.jpg") no-repeat center center;
	width:2px;
	height:39px;
	}

	


.nav ul li a {  /* Nav Link */
	display:block;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #e6ecec;
	line-height:39px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0;
	padding:0px 25px 0px 25px;
	
	} 



.nav ul li a:hover {
	line-height:39px;
    display:block;
	color:#bb720f;
	background:#edf0f1;
	}
	
.nav ul li a:visited {
	color: #e6ecec;
	}

.nav ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	line-height:39px;
    display:block;
	color:#4b463e;
	background:#edf0f1;
}
.nav ul li a:visited.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#4b463e;
}

.nav ul li a#active{ /*script dynamically adds a class of "selected" to the current active menu item*/
	line-height:39px;
    display:block;
	color:#bb720f;
	background: url(../_images/nav_bg_hover.jpg) bottom left repeat-x #ffffff;
}



.nav 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;
	z-index:600;
	width:225px;		
	visibility: hidden;
	margin-top:0px;
	background:#edf0f1;
	
}


.dropmenudiv a{
	margin:auto;
	display:block;
	line-height:30px;
	color:#4b463e;
	text-indent:20px;
	font-weight:normal;
	font-size:12px;
	text-transform:none;
	background:#edf0f1;
	border-bottom:1px solid  #CCCCCC;;
	border-top:1px solid #FFFFFF;
	margin-bottom:0px;
	text-decoration:none;
}


.dropmenudiv a.first{
	border-top:0px;
	}



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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
	background:#e7eced;
	
	
}