#nav_con{
	margin:0px auto;
	width:882px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
}

#nav, #nav ul{
	list-style-position:outside;
	list-style-type:none;
	padding:0px;
	margin:0px auto;
	width:673px;
	background-color:#000;
	border-right:#000 solid 1px;
	text-align: center;
	z-index:10;
}

#nav a{
	float:left;
	background-color:#C94D22;
	color:#FFFFFF;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	padding:9px 0px;
	text-decoration:none;
	text-transform:uppercase;
	width:110px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
}

#nav a:hover{
color:#FFFFFF;
	background-image:url(../images/nav_bg_2.jpg);
	background-repeat:repeat-x;
}

.rightBorder_nav{
	border-right:#C74C22 solid 1px;
}

.leftBorder_nav{
	border-left:#8B3517 solid 1px;
}

.rlBorder_nav{
	border-right:#C74C22 solid 1px;
	border-left:#8B3517 solid 1px;
}

#nav li{
	float:left;
	position:relative;
	height: 28px;
	display: inline;

}

#nav ul {
	display:none;
	left:0;
	position:absolute;
	text-align:left;
	top:30px;
	width:200px;
	text-indent: 5px;
}


#nav li ul a{
width:200px;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:11.3em;
margin:0px 0px 0px 6px;
}

#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;
}
