/* ================================================================ 
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_droptab.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 {
border-top:5px solid #325279;
height:25px; 
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:12px; 
width:680px;
margin:0 auto; 
z-index:500;
background:#325279;
}

.nav .table {
display:table; 
margin:0 auto;
}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
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:25px; 
float:left; 
background: url(left.gif) no-repeat; 
padding:0 0 0 5px; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#494;
}

.nav .select a b {
display:block;
padding:0 10px 0 5px; 
background:url(right.gif) no-repeat 100% 0;
}

.nav .current a {
display:block; 
height:25px; 
float:left; 
background: url(left.gif) no-repeat 0 -200px; 
padding:0 0 0 5px; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#030;
}

.nav .current a b {
display:block; 
padding:0 10px 1px 5px; 
background:url(right.gif) no-repeat 100% -200px;
}

.nav .select a:hover, 
.nav .select li:hover a {
background: url(left.gif) no-repeat 0 -100px; 
padding:0 0 0 5px; 
cursor:pointer; 
color:#0f0;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left; 
padding:0 10px 0 5px; 
background:url(right.gif) no-repeat 100% -100px; 
cursor:pointer;
}

.nav .select_sub {
display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:0 0 -1px 0; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
display:table; 
margin:0 auto; 
padding:0; 
list-style:none;
}

.nav .select :hover .select_sub, 
.nav .current .show {
display:block; 
position:absolute; 
width:680px; 
top:25px; 
background:#353; 
padding:10px 0 0 0; 
z-index:100; 
left:0; 
text-align:center;
}

.nav .select :hover .select_sub {
background:#547a54;
}

.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 0 0 5px; 
background: url(left.gif) no-repeat 0 0; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#0f0;
font-size:11px;
height:20px;
line-height:20px;
}
.nav .select :hover .sub li a i, 
.nav .current .show .sub li a i {
display:none;
}

.nav .select :hover .sub li a b {
padding:0 10px 0 5px;
background: url(right.gif) no-repeat right 0;
font-weight:bold;
}

.nav .current .sub li.sub_show a {
color:#030; 
cursor:default;
padding:0 0 0 5px;
background: url(left.gif) no-repeat 0 -200px; 
}
.nav .current .sub li.sub_show a b {
padding:0 10px 0 5px;
background: url(right.gif) no-repeat right -200px;
font-weight:bold;
}
.nav .current .sub li a b {
padding:0 10px 0 5px;
background: url(right.gif) no-repeat right 0;
font-weight:bold;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#333;
padding:0 0 0 5px;
background: url(left.gif) no-repeat 0 -200px; 
}
.nav .select :hover .sub li a:hover b, 
.nav .current .sub li a:hover b {
padding:0 10px 0 5px;
background: url(right.gif) no-repeat right -200px; 
}

.nav .select :hover .sub :hover i, 
.nav .current .show .sub :hover i,
.nav .current .sub li.sub_show a i {
display:block;
width:680px;
position:absolute;
left:0;
top:30px;
text-align:center;
font-style:bold;
background:#353;
z-index:100
}

.nav .current .sub li.sub_show a:hover, 
.nav .current .sub li.sub_show a:hover i {
color:#060;
}

.nav .current .sub li.sub_show a i {
z-index:50;
}