/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_dropline.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */



.footer_nav {
font-family:Georgia, Times, serif; 
font-size:0.9em;
text-align:center;
margin-left:auto;
margin-right:auto;
padding-bottom:10px;
border-bottom:#bbb solid 1px;
}



.footer_nav a {
	text-align:center;
	text-decoration:none;
	color:#666;
	padding:0px 20px 0px 20px;
}






.nav {
height:70px; 
position:relative; 
font-family:Georgia, Times, serif; 
font-size:15px;
width:720px;
z-index:500;
font-weight:100;
}


.nav .select,
.nav .current {
margin: 0; 
padding:0px 2px 0px 2px; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.nav li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

.nav .select a {
	display:block;
	height:70px;
	float:left;
	text-align:center;
	text-decoration:none;
	line-height:70px;
	white-space:nowrap;
	color:#ddd;
	padding:0 24px 0 24px;
}



.nav .select a:hover {
background-image:url(../images/nav-pointer2.png);
background-repeat:no-repeat;
background-position:center;
/* background: url(../images/hc_nav_on.gif) center top repeat-y; */
cursor:pointer; 
color:#fff;
}

.nav .current a {
	display:block;
	height:70px;
	float:left;
background-image:url(../images/nav-pointer2.png);
background-repeat:no-repeat;
background-position:center;
	text-decoration:none;
	line-height:70px;
	white-space:nowrap;
	color:#fff;
	padding:0 24px 0 24px;
}

.nav .current a b {
	display:block;
/*	background: url(../images/hc_nav_on.gif) center top repeat-y; */
cursor:pointer; 
color:#fff;
}



.nav .select a:hover b {
display:block; 
float:left; 
cursor:pointer;
}



/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
font-size:10px;
display:table; 
margin:0 auto; 
margin-top:0px;
padding:0px; 
list-style:none;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
color:#f00;
}

.nav .select :hover .select_sub, 
.nav .current .show {
display:block; 
position:absolute; 
width:700px; 
top:70px;
background:#261715; 
padding:0; 
z-index:100; 
left:0; 
text-align:center;
height:20px; 
}

.nav .current .show {
z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float:left; 
background:transparent; 
padding:0 10px 0 10px; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#FFF;
line-height:20px;
font-size:13px; 
}

.nav .current .sub li.sub_show a {
color:#9fa615; 
cursor:default; 
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#9fa615; 
}