@charset "iso-8859-1";
/* ================================================================ 
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_left_right_line.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 {
height:30px;
width:850px;
background:url(img/black_0.gif);
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:10px;
z-index:600;
}

.nav .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.nav li {
float:left;
background:url(img/black_1.gif);
}

.nav li.lrt {
float:right;
background:url(img/blue_1.gif);
}


.nav .select a {
display:block; 
height:30px; 
float:left; 
background: url(img/black_0.gif); 
padding:0 0 0 15px;  /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
text-decoration:none; 
line-height:28px; 
white-space:nowrap; 
color:#34b0e4;
}


.nav .select li.lrt a {color:#34b0e4;}


.nav .select a b {
display:block;
padding:0 30px 0 15px;  /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
background:url(img/black_0.gif) right top;
}

.nav .select li.line a b {
background:url(img/black_0a.gif) right top;
}

.nav .select a:hover, 
.nav .select li:hover a {
background: url(img/black_1.gif); 
padding:0 0 0 15px;
cursor:pointer; 
color:#fff;
}

.nav .select li.lrt a:hover, 
.nav .select li.lrt:hover a {
background: url(img/blue_1.gif); 
}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
padding:0 30px 0 15px;  /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */ 
background:url(img/black_1.gif) right top; 
cursor:pointer;
}

.nav .select li.line a:hover b, 
.nav .select li.line:hover a b {
background:url(img/black_1a.gif) right top; 
}

.nav .select li.lrt a:hover b, 
.nav .select li.lrt:hover a b {
background:url(img/blue_1.gif) right top; 
}

.nav .select li.lrt a:hover b.arrow, 
.nav .select li.lrt:hover a b.arrow {
background:url(img/blue_1a.gif) right top; 
}

.nav .sub {
display:none;
}
.nav ul ul {display:none;}

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

.nav .sub {
margin:0; 
padding:0;
list-style:none;
}

.nav .sub li {background:transparent;}

.nav .select :hover .sub {
height:25px;
display:block; 
position:absolute;
float:left;
width:850px;
top:30px; 
left:0; 
text-align:center;
background:#fff url(img/fade.gif);
border:1px solid #aaa;
}

.nav .select :hover .rt li {float:right;}

.nav .select :hover .sub li a 
{display:block; height:25px; line-height:22px; float:left; background:transparent url(img/transparent.gif); padding:0 10px; margin:0; white-space:nowrap; color:#333;font-size:10px;}

.nav .select :hover .sub li.subline a {color:#c00;}

.nav .select :hover .sub li a:hover,
.nav .select :hover .sub li:hover
{color:#000; line-height:20px; position:relative; background:#fff url(img/fade.gif) left bottom;}
