#nav-bckgd {
	background-image:   url("../images/layout/nav_bckgd.jpg");
	background-repeat: repeat-x;
	clear: both;
	width: 795px;
	height: 23px;
}

#nav li {

	background-image:   url("../images/layout/nav_div.jpg");
	background-repeat: no-repeat;
	background-position: right;
	height: 23px;
	padding-right: 40px;
	padding-left: 20px;
	float: left;
	list-style-type:none;
	color: #ffffff;
}

/* ----------------------------------nav style --------------------------------------------------*/

#nav li a:link, #nav li a:active, #nav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#nav li a:hover  {
	color: #795a50;
}

/* ----------------------------------sub nav --------------------------------------------------*/


#header-sub-nav a:link, #header-sub-nav a:visited, #header-sub-nav a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	text-decoration: none;
}

#header-sub-nav a:hover  {
	color: #336699;
	text-decoration: underline;

}

