
/* Nav Css */
.black_overlay
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	
}
.mainnav
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0;
}
.black_navitem
{
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.60;
	filter: alpha(opacity=80);
}
.hover_navitem
{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}
#wrapper_nav
{
	background-color:#503334;
	background-image:url(../images/bg_nav.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	z-index:1002;
	text-align:center;
}
.Container_NavContent
{
	width:875px;
	margin:0 auto;
}
#nav
{
	height:50px;
    margin-left:10px;
	z-index:1002;
}
.navitem
{
	height:50px;
	float:left;
}
.subnav_container
{
	margin:0;
	padding:0;
	text-align:left;
}
.subnav
{
	background: #fffefc url(../images/bg_subnav.jpg) repeat-x left bottom;
	min-height:200px;
	width:875px;
	height:auto;
	display:none;
	z-index:1002;
	position:absolute;
	*margin-left:-438px;
}
/*
#subnav_1
{
	

}
#subnav_2
{
	margin-left:165px;
}
#subnav_3
{
	margin-left:320px;
}
#subnav_4
{
	margin-left:472px;
}
#subnav_5
{
	margin-left:703px;
}
*/
.tbl_subnav
{
	margin:30px 0 40px 15px;
	width:860px;
	text-align:left;
}
.tbl_subnav td
{
	width:33%;
	background:url(../images/bg_subnav_column.jpg) no-repeat top right;
}
.tbl_subnav td ul
{
	padding: 0 0 0 35px;
	margin:0;
	list-style:none;
}
.tbl_subnav td ul li
{
	padding:5px 0 5px 0;
	margin:0;
	list-style:none;
	background:none;
    line-height: 12px;
    height: auto;
}
.tbl_subnav td ul hr.listheader
{
	margin: 0 50px 20px 0;
    line-height:1px;
    font-size:1px;
}
.tbl_subnav td ul hr
{
	border:none;
	color: #c5c3be;
	background-color: #c5c3be;
	margin: 0 50px 10px 0;
	height:1px;
    line-height:1px;
    font-size:1px;
}
.tbl_subnav td ul li a
{
	color:#534F49;
	display:block;
	font-family:Georgia,Helvetica,Times,serif;
	font-size:14px;
    line-height: 14px;
	font-weight:bold;
	text-decoration:none;
	vertical-align:top;
    margin:0;
    padding:0;
}
.tbl_subnav td ul li a:hover
{
	color:#948777;
}
