/* ================================================================ 
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.stunicholls.com/menus/pro_dropline_2.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.
=================================================================== */
#menu {
height:18px;
width:100%;
/*background:url(lrimages/black_0.gif);*/
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:12px;
z-index:100;
font-variant: small-caps;
}

#menu .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
float:right;
}

#menu li {
float:left;
border-left: 1px solid white;
/*background:url(lrimages/black_1.gif);*/
}

#menu li.lrt {
float:right;
/*background:url(lrimages/blue_1.gif);*/
}


#menu .select a {
display:block; 
height:16px; 
float:left; 
/*background: url(lrimages/black_0.gif); */
/*padding:0 0 0 15px; */
padding: 0 8px 0 8px;
text-decoration:none; 
line-height:16px; 
white-space:nowrap; 
color:#fff;
}


#menu .select li.lrt a {color:#fff;}


#menu .select a b {
display:block;
padding:0 30px 0 15px; 
/*background:url(lrimages/black_0.gif) right top;*/
}

#menu .select li.line a b {
/*background:url(lrimages/black_0a.gif) right top;*/
}

#menu .select a:hover, 
#menu .select li:hover a {
/*background: url(lrimages/black_1.gif); */
/*padding:0 0 0 15px;*/
cursor:pointer; 
color:#50caff;
}

#menu .select li.lrt a:hover, 
#menu .select li.lrt:hover a {
/*background: url(lrimages/blue_1.gif); */
}

#menu .select a:hover b, 
#menu .select li:hover a b {
display:block; 
float:left;
/*padding:0 0px 0 15px; */
/*background:url(lrimages/black_1.gif) right top; */
cursor:pointer;
}

#menu .select li.line a:hover b, 
#menu .select li.line:hover a b {
/*background:url(lrimages/black_1a.gif) right top; */
}

#menu .select li.lrt a:hover b, 
#menu .select li.lrt:hover a b {
/*background:url(lrimages/blue_1.gif) right top; */
}

#menu .select li.lrt a:hover b.arrow, 
#menu .select li.lrt:hover a b.arrow {
/*background:url(lrimages/blue_1a.gif) right top; */
}

#menu .sub {
position:absolute; left:-9999px; width:0;
}

/* IE6 only */
#menu table {
border-collapse:collapse; 
margin:-1px -10px -1px -1px; 
font-size:1em; 
width:0; 
height:0;
}

#menu .sub {
margin:0; 
padding:0;
list-style:none;
}

#menu .sub li {background:transparent;}

#menu .select :hover .sub {
/*height:16px;*/
height:32px;
padding-top:8px;
position:absolute;
width:100%;
top:16px; 
left:0;
text-align:center;
/*background:#fff url(lrimages/fade.gif);*/
/*border-bottom:1px solid #aaa;*/
}

#menu .select :hover .rt li {float:right;}

#menu .select :hover .sub li a 
{display:block; height:16px; line-height:16px; float:left; /*background:#fff url(lrimages/fade.gif);*/ padding:0 8px; margin:0; white-space:nowrap; color:#fff;font-size:11px;}

#menu .select :hover .sub li.subline a {color:#fff;}

#menu .select :hover .sub li a:hover,
#menu .select :hover .sub li:hover
{color:#50caff; line-height:16px; position:relative; /*background:#fff url(lrimages/fade.gif) left bottom;*/}
