#navholder {
	width: auto;
	height: auto;
	clear: both;
	float: left;
	position: absolute;
	top: 103px;
	right: 31px;
}
 /* parent */
#nav{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	font-weight: lighter;
	width: auto;
}
#nav ul{
	list-style-type:none;
	margin: 0px;
	padding: 10px; /* to allow for the corner width */
	list-style-position:outside;
}
#nav a{
	display:block;
	text-decoration:none;
	color: #9B9999;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
}
#nav a:hover{
	background-color:transparent;
	color:#FFFFFF;
}
 /* child level 1 */
#nav li{
	border: none;
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}
#nav li a{
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	background-image: none;
	width: auto;
	text-transform: lowercase;
	font-weight: lighter;
	white-space: nowrap;
	float: left;
}
#nav  li  .extended    {
	width: 190px;
}
#nav li a:hover, #nav li a.selected{
	color: #181512;
}
#nav li .extended:hover{
}
 /* child level 2 - drop-down */
#nav li ul {
	position:absolute;
	display:none;
	width:auto;
	top:50px;
	font-size: 12px;
	-moz-box-shadow: 2px 2px 7px #333333; /* shadow for firefox */
	-webkit-box-shadow: 2px 2px 7px rgba(51,51,51,0.85); /* shadow for safari */
	border-radius: 5px; /* corner for IE */
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	background-color: #F2FFCD;
	opacity: 0.95;
	padding: 7px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 1000; 
	}
#nav li ul a{
	width:100%;
	height:auto;
}
 /* child level 3 - drop-down contents */
#nav li ul li {
	padding-bottom: 0px;
	height: auto;
	clear: both;
	float: left;
}
#nav ul li a{
	margin: 0px;
	padding: 4px;
	background-color: #F2FFCD;
	color: #000000;
	font-size: 14px;
	border: none;
	background-image: none;
	line-height: normal;
	text-align: left;
	height: auto;
	width: auto;
}
#nav ul li a:hover{
	margin: 0px;
	padding: 4px;
	background-color: #C8D1AC;
	color: #000000;
	font-size: 14px;
	border: none;
	background-image: none;
	line-height: normal;
	text-align: left;
	height: auto;
	width: auto;
}
 /* child level 4 - drop-out contents */
#nav ul ul{
top:auto;
}	
#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}
 /* global*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
 /* sub nav*/

#sub_nav{
	margin:0;
	padding:0;
	list-style-type:none;
	font-weight: lighter;
	width: 553px;
	position: absolute;
	top: 344px;
	left: 0px;
	text-transform: uppercase;
}
#sub_nav_page {
	margin:0;
	padding:0;
	list-style-type:none;
	font-weight: lighter;
	width: 553px;
	position: absolute;
	left: 0px;
	text-transform: uppercase;
	bottom: 1px;
}
#sub_nav li, #sub_nav_page li{
	border: none;
	float: left;
	padding: 0px;
	width: auto;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;	
}
#sub_nav li a, #sub_nav_page li a{
	font-size: 12px;
	height: 19px;
	background-image: none;
	width: 130px;
	white-space: nowrap;
	text-align: center;
	float: left;
	-webkit-border-radius:  5px;
	-moz-border-radius:  5px;
	border-radius:  5px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}
#sub_nav li a:hover, #sub_nav_page li a:hover{
	color: #FFFFFF;
}
.col1 {
	background-color: #E59756;
}
.col1:hover{
	background-color: #9D683C;
}
.col2 {
	background-color: #468986;
}
.col2:hover{
	background-color: #274D4B;
}
.col3 {
	background-color: #453F27;
}
.col3:hover{
	background-color: #805431;
}
.col4 {
	background-color: #866274;
}
.col4:hover{
	background-color: #413039;
}
.col5 {
	background-color: #4A699B;
}
.col5:hover{
	background-color: #25344E;
}
.col6 {
	background-color: #9D918C;
}
.col6:hover{
	background-color: #4B4543;
}
.col7 {
	background-color: #406D83;
}
.col7:hover{
	background-color: #203742;
}
.col8 {
	background-color: #849A7F;
}
.col8:hover{
	background-color: #3F4A3D;
}
 /* pager*/
#pager_nav {
	z-index: 50;
	position: absolute!important;
	left: 300px;
	top: 13px;
	font-size: 12px;
}
#pager_nav a {
	border: 1px solid #9D918C;
	text-decoration: none;
	background-color: #E7E3E1;
	color: #5F5C5C;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#pager_nav a.activeSlide {
	background-color: #9D918C;
	color: #FFFFFF;
}
#pager_nav a:focus { outline: none; }

