/* CSS Nav Document for Damand Productions */

/* begin NAVIGATION */
	/* Start Nav */
#nav_holder {
	height: 24px;
	padding-left: 55px;
	background: none;
	text-align: center;
	width:750px; 
	display:block; 
	position:absolute; 
	top:189px; 
	left:31px; 
	padding:0px; 
	margin: 0; 
	background:none; 
	z-index: 15;
}
#nav {
	margin: 0;
	padding: 0;
	color: #666666;
	list-style: none;
}
#nav li {
	float: left;
	color: #666666;
	margin: 0;
	padding: 0px;
	position: relative;
	height: 28px;
	line-height: 28px;
	background: url(../images/border.gif) right no-repeat;
	padding: 0 20px 0 0px;
}
#nav li.contact { background-image: none;}

#nav li a {
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold; 
	margin:0;
	color: #666666;
	text-decoration: none;
	padding:0 0px 0 30px;
	text-indent: 0;
	height: 30px;
	line-height: 30px;
}
#nav li a:hover {
	color: #016287;
	background: url(../images/bg_nav_cap.gif) top left no-repeat;
	
}
#nav li a.contact{
	background:url(../images/contact.gif) no-repeat 0 0; width:19px; height:16px;
	padding-left: 30px;
	}

#nav li a.contact:hover{
	background:url(../images/contact_over.gif) no-repeat 0 0; width:19px; height:16px; 
	padding-left: 30px;
	}
/* dropdown lists' background-image and position */
#nav li ul {
	background: url(../images/bg_nav_sub.gif) top center repeat;
	display: none;
	position: absolute;
	/*top: 5px;*/
	top: 26px;
	left: -22px;
	filter: alpha(Opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	padding-top: 6px;
	padding-bottom: 6px;
	list-style: none;
}
/* drop down list width */
#nav li.languages ul,
#nav li.languages ul li {
	width: 200px;
	z-index: 10;
}
/* end drop down list */

/* dropdown background list items*/
#nav li ul li {
	height: 34px;
	line-height: 34px;
	text-align: left;
	padding: 0;
	margin: 0;
	background-image: none;
}
/* end drop down list */
/* secondary list items */
#nav li ul li a {
	display: block;
	padding: 0 10px;
	line-height: 28px;
	border: none;
	color: #ffffff;
}
/* submenu hover state background-color */
#nav li ul li a:hover {
	background-color: #ff1454;
	background-image: none;
}
#nav li ul li a:hover {
	color: #ffffff;
}
#nav li:hover ul, #nav li.sfhover ul { display: block; }
#nav li a.selected {
  	background: url(../images/bg_nav_cap.gif) top left no-repeat;
  }
  #nav li a.sub { background-image: none;}
/***********/
/* END NAV */

/**** Sub NAV *******/

/* end Sub NAV */