/* ================================================================ 
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.
=================================================================== */
b{font-size:18px;font-weight:lighter;}


.nav {



height:35px; 
background: #ffffff;
position:relative; 
font-family:  "Trebuchet MS", "Verdana", "Arial", "Helvetica", "Geneva", sans-serif;

font-size:13px; 
width:700px;
z-index:500;


}

.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 .select1
 {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;


}

.nav .select1 a {

display:block; 
height:35px; 
float:left; 

padding:0 30px 0 30px; 
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 
color:#666666;
}


.nav .select1 a:hover, 
.nav .select1 li:hover a {
background:#f7f7f7;
padding:0 0 0 15px; 
cursor:pointer; 
color:#D74338;

}

.nav .select1 a:hover b, 
.nav .select1 li:hover a b {
display:block; 
float:left; 
padding:0 30px 0 15px; 
background:#f7f7f7;
cursor:pointer;

}


.nav .select1 :hover .select_sub
{
display:block; 
position:absolute; 
width:700px;
top:35px; 
background:url(img/back_0.gif); 
padding:0; 
z-index:100; 
left:0; 
text-align:center;
}

.nav .select1 :hover .sub li a {
display:block; 
float:left; 
background:transparent; 
padding:0 15px 0 10px; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#666666;
}

.nav .select1 :hover .sub li a:hover {
visibility:visible; 
color:#D74338;
background:#f7f7f7;
}
.nav .select_sub {
display:none;
}





.nav li {
margin:0; 
padding:0; 
height:auto; 
float:left;

}

.nav .select a {
display:block; 
height:35px; 
float:left; 
background: #ffffff;
padding:0 30px 0 30px; 
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 
color:#666666;
}

.nav .current a {
display:block; 
height:35px; 
float:left; 

color:#D74338;
padding:0 0 0 15px; 
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 

}


.nav .current a b {
display:block; 
padding:0 30px 0 15px; 
font-size:18px;
color:#D74338;
}

.nav .select a:hover, 
.nav .select li:hover a {
background:#f7f7f7;
padding:0 0 0 15px; 
cursor:pointer; 
color:#D74338;

}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left; 
padding:0 30px 0 15px; 
background:#f7f7f7;
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 .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:35px; 
background:url(img/back_0.gif); 
padding:0; 
z-index:100; 
left:0; 
text-align:center;
}

.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 15px 0 10px; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#666666;
}

.nav .current .sub li.sub_show a {
color:#D74338; 
font-weight:bold;
cursor:default; 
background:url(img/back_0.gif);
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#D74338;
background:#f7f7f7;
}
