/* ================================================================ 
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.
=================================================================== */

.nav {
background: url(../images/menu1_bg.gif) repeat-x; 
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:11px; 
width:968px; 
z-index:500;
float:left;
border-top:2px solid #6c6c6c;
border-right:2px solid #6c6c6c;
}

.nav .table {
display:table;
}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}
.nav ul {
/*Impact height*/
height:31px;
float:left;
}

.nav li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

.nav .select a {
float:left; 
padding: 7px 18px;
text-decoration:none; 
white-space:nowrap; 
color:#fff;
}

.nav .current a {
float:left; 
padding: 7px 0;
text-decoration:none; 
white-space:nowrap; 
color:#fff;
margin-top:2px;
}


.nav .current a b {
padding: 7px 18px;
/*background:url(../images/menu_bg_alt.jpg) no-repeat bottom center;*/
background-color:#ED008c;
}

.nav .select a:hover, 
.nav .select li:hover a {
/*background: url(../images/menu_bg_alt.jpg) no-repeat bottom center; */
cursor:pointer; 
color:#363636;
background-color:#c7ec4e;
margin-top:2px;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
float:left; 
cursor:pointer;
}

.nav .select_sub {
display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
display:table; 
margin:0 auto; 
padding:0; 
list-style:none;
}

.nav .current .show {
display:block; 
position:absolute; 
width:966px; 
top:29px; 
/*background:url(../images/submenu_bg.jpg) repeat-x bottom; */
background-color:#ED008c;
z-index:100; 
left:0;
text-align:center;
float:center;
color:#fff;
/*Impact height*/
height:31px;
border-right:2px solid #6c6c6c;
border-left:2px solid #6c6c6c;
}

.nav .current .show a {
	color:#fff;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
color:#f00;
}

.nav .select :hover .select_sub {
display:block; 
position:absolute; 
width:966px; 
top:29px; 
/*background:url(../images/submenu_bg.jpg) repeat-x bottom; */
background-color:#c7ec4e;
z-index:100; 
left:0;
text-align:center;
float:center;
color:#363636;
/*Impact height*/
height:31px;
border-right:2px solid #6c6c6c;
border-left:2px solid #6c6c6c;
}

.nav .select :hover .select_sub a{
	color:#363636;
}



.nav .current .show {
z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:inline-block;
float:left; 
background:transparent; 
padding: 7px 18px 9px 18px;
margin:0; 
white-space:nowrap; 
border:0; 
}

.nav .current .sub li.sub_show a {
color:#EEE; 
cursor:pointer; 
/*text-decoration:underline*/
background:url(../images/menu_bg_alt.jpg) no-repeat bottom center
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible;
text-decoration:underline;
/*background:url(../images/menu_bg_alt.jpg) no-repeat bottom center;*/
}

.nav .current .sub li.sub_show a:hover {
text-decoration:none
}

.lborder{border-left:2px solid #6c6c6c}
.lborderthin{border-left:1px solid #6c6c6c}
.rborder{border-right:2px solid #6c6c6c}
.rborderthin{border-left:1px solid #6c6c6c}