/* ================================================================ 
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 {
 position:relative; 
 
width:637px;
 height:50px;
 float:right;
z-index:500;
margin-top:5px;
 }

*html .nav {
position:relative; 
 
width:637px;
 height:50px;
 float:right;
z-index:500;
margin-top:5px;
}

 

.nav .table {
display:table; 
margin:0 auto;
 

 margin-left:-1px;

}

*+ html .nav .table {
display:table; 
margin:0 auto;
 

 margin-left:-10px;

}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.nav li {
  
  float:left;
  
background-repeat:no-repeat;
height:31px;
width:100px;
text-align:center;
 
}

.nav .select a {
 height:35px; 
font-size:12px;
color:#010100;
text-decoration:none;
font-family:"Trebuchet MS", sans-serif;
font-weight:100; 
  
 line-height:35px; 
white-space:nowrap; 
 }

.nav .current a {
display:block; 
 height:35px; 
font-size:14px;
color:#010100;
text-decoration:none;
font-family:"Trebuchet MS", sans-serif; 
  
 line-height:35px; 
white-space:nowrap; 
}


.nav .current a b {
display:block; 
  
}

.nav .select a:hover, 
.nav .select li:hover a {
 
/*padding:0 0 0 17px;*/ 
cursor:pointer;
 color:#000000;
 text-decoration:underline;
display:block; 
height:35px; 
line-height:35px; 
white-space:nowrap;  
}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
  
 
cursor:pointer;
}

.nav .select_sub {
display:none;
 }

/* IE6 only */
.nav table {
border-collapse:collapse; 
 
font-size:1em; 
width:0; 
height:0;
text-align:left;
}

.nav .sub {
display:table;
text-align:left;
 
  width:130px;
   background-image:none;
  background-color:#ABA291;
   
padding:0; 
list-style:none;
}

/* IE6 only */
*html .nav .sub{
display:table;
  width:100px;
 padding:0; 
list-style:none;
}
/* IE6 only */

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
color:#507D9A;
}

.nav .select :hover .select_sub, 
.nav .current .show {
display:block;
 
 
position:absolute; 
width:100px; 
top:31px; 
padding:0; 
z-index:100;
background-image:none; 
 
text-align:center;
}

/*---ie6-----*/
*html .nav .select :hover .select_sub, 
.nav .current .show {
display:block;
margin-left:-90px;
 
position:absolute; 
width:100px; 
top:31px; 
padding:0; 
z-index:100;
background-image:none; 
 
text-align:center;
}

/*---ie6-----*/


.nav .current .show {
z-index:10;
text-align:center;
}

.sub li{
text-align:left;
background-image:none;
margin-left:10px;
height:25px; 

}

*html .sub li{
text-align:left;
background-image:none;
margin-left:3px;
margin-right:3px; 

}

.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:#507D9A;
 text-decoration:none;
 
}

.nav .current .sub li.sub_show a {
color:#088; 
cursor:default;
text-align:center;
 
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#088;
text-align:left;
background-image:url(../images/menuhover.jpg);
background-repeat:x-repeat;
width:80px;;
height:31px;
color:#FFFFFF;

}

/*---ie6----*/
*html .nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#088;
text-align:left;
background-image:url(../images/menuhover.jpg);
background-repeat:x-repeat;
width:80px;;
height:31px;
color:#FFFFFF;

}

/*---ie6----*/
