#nav {
	width: 960px;
	margin: 0px 0 0px 0px;
	height: 35px;
	padding: 0;
	background: url(../img/nav_bg_no.png) repeat-x top right;
}

#nav ul li {
	float: left;
	display: inline;
	background: url(../img/nav_left_no.png) no-repeat top left;
	padding: 12px 0px 12px 3px;
	border-right: 1px solid #fff;
	font-size: .75em;
	text-transform: uppercase;
}

#nav li:hover {
	background: url(../img/nav_left_ho.png) no-repeat top left;
}

#nav a:hover {
	background: url(../img/nav_middle_ho.png) no-repeat top right;
}

#nav .first {
	margin-left: 55px;
	border-left: 1px solid #fff;
}

#nav .last {
	float: right;
	border-right: none;
	background: url(../img/nav_middle_red.png) no-repeat top right;
	border-left: 1px solid #fff;
}

#nav .last a {
	background: url(../img/nav_middle_red.png) no-repeat top right;
}

#nav .last a:hover {
	background: url(../img/nav_middle_ho.png) no-repeat top right;
}

#nav ul {
	font-size: .9em;
	list-style-image: none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width: 960px;
	height: 35px;
	display: inline;
}

#nav ul a {
	background: url(../img/nav_middle_no.png) no-repeat top right;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	display: inline;
	padding: 12px 9px 12px 8px;
	text-decoration:none;
}

#nav li#act  {
	background: url(../img/nav_left_ho.png) no-repeat top left;
}

#nav li#act a {
	background: url(../img/nav_middle_ho.png) no-repeat top right;
}



/* #### Subnav #################################*/

#subnav {
	width: 959px;
	margin: 0px 0 0 0px;
	height: 18px;
	background: #dedede;
	border: 1px solid #bfbfbf;
	border-left: none;
	border-top: 1px solid #fff;
}

#subnav ul li {
	float: left;
	display: inline;
	padding: 4px 0px 4px 0px;
	font-size: .7em;
}

#subnav ul {
	font-size: .9em;
	list-style-image: none;
	list-style-position:outside;
	list-style-type:none;
	display: inline;
	float: left;
	margin-left: 55px;
}

#subnav ul a {
	color: #383838;
	display: inline;
	padding: 6px;
	text-decoration:none;
}

#subnav ul a:hover {
	text-decoration: underline;
}


