/* ================================================================ 
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.
=================================================================== */

.navtop {
height:24px; 
background: navy; 
position:relative; 
font-size:13px; 
width:100%; 
z-index:500;
        border-radius: 4px;
   -moz-border-radius: 4px;
-webkit-border-radius: 4px;
    -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;	
}

.navtop .tabletop {
display:table; 
margin:0 auto;
}

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

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

.navtop .select a {
display:block; 
height:24px; 
float:left; 
padding:0 30px 0 30px; 
text-decoration:none; 
line-height:24px; 
white-space:nowrap; 
color:white;
border-bottom: none;
}

.navtop .current a {
display:block; 
height:24px; 
float:left; 
padding:0 0 0 15px; 
text-decoration:none; 
line-height:24px; 
white-space:nowrap; 
color:#fff;
border-bottom: none;
}


.navtop .current a b {
display:block; 
padding:0 30px 0 15px; 
color:yellow;
}

.navtop .select a:hover, 
.navtop .select li:hover a { 
padding:0 0 0 15px; 
cursor:pointer; 
color:yellow;
}

.navtop .select a:hover b, 
.navtop .select li:hover a b {
display:block; 
float:left; 
padding:0 30px 0 15px; 
cursor:pointer;
}

.navtop .select_sub {
display:none;
}

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

.navtop .sub {
display:table; 
margin:0 auto; 
padding:0; 
list-style:none;
}

.navtop .sub_active .current_sub a, 
.navtop .sub_active a:hover {
background:transparent; 
color:darkred;
}

.navtop .select :hover .select_sub, 
.navtop .current .show {
display:block; 
position:absolute; 
width:550px; 
top:24px;  
padding:0; 
z-index:100; 
left:0; 
text-align:center;
}

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

.navtop .select :hover .sub li a, 
.navtop .current .show .sub li a {
display:block; 
float:left; 
background:transparent; 
padding:0 10px 0 10px; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#444;
}

.navtop .current .sub li.sub_show a {
color:darkred; 
cursor:default; 
}

.navtop .select :hover .sub li a:hover, 
.navtop .current .sub li a:hover {
visibility:visible; 
color:darkred; 
}