/* ================================================================ 
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_flyline1.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#pro_linedrop {
height:340px;
width:41px;
padding: 20px 0 0 5px;
margin:0;
background:#000;
position:relative; 
font-family:georgia, arial, verdana, sans-serif; 
font-size:12px;
z-index:500;
float:left;
}

#pro_linedrop .select {
margin:0; 
padding:0; 
list-style:none; 
}

#pro_linedrop li {
float:left;
background:#000;
}

#pro_linedrop .select a {
display:block; 
height:36px;
width:41px;
float:left; 
text-decoration:none; 
white-space:nowrap; 
}
#pro_linedrop b {position:absolute; left:-9999px;}

#pro_linedrop .select a.draw {background:url(icons2/draw.png) no-repeat left top;}
#pro_linedrop .select a.help {background:url(icons2/help.png) no-repeat left top;}
#pro_linedrop .select a.contact {background:url(icons2/mail.png) no-repeat left top;}
#pro_linedrop .select a.music {background:url(icons2/music.png) no-repeat left top;}
#pro_linedrop .select a.phone {background:url(icons2/phone.png) no-repeat left top;}
#pro_linedrop .select a.photo {background:url(icons2/photo.png) no-repeat left top;}
#pro_linedrop .select a.stocks {background:url(icons2/stock.png) no-repeat left top;}
#pro_linedrop .select a.video {background:url(icons2/video.png) no-repeat left top;}
#pro_linedrop .select a.weather {background:url(icons2/weather.png) no-repeat left top;}
#pro_linedrop .select li:hover {position:relative;}
#pro_linedrop .select a:hover, 
#pro_linedrop .select li:hover a {
background-position: left bottom; 
cursor:pointer;
position:relative;
}
#pro_linedrop .sub {
display:none;
}
#pro_linedrop ul ul {display:none;}

/* IE6 only */
#pro_linedrop table {
border-collapse:collapse; 
margin:-4px; 
font-size:1em; 
width:0; 
height:0;
}

#pro_linedrop .sub {
margin:0; 
padding:0;
list-style:none;
background:transparent url(icons2/trans.png);
}

#pro_linedrop .sub li {background:transparent; height:36px; line-height:36px}
#pro_linedrop .sub li.item {font-weight:bold; color:#000; padding-left:10px;}

#pro_linedrop .select :hover .sub {
height:35px;
display:block; 
position:absolute;
float:left;
width:420px;
top:0; 
left:41px; 
text-align:center;
}

#pro_linedrop .select :hover .sub li a 
{display:block; height:25px; width:auto; line-height:25px; float:left; padding:0 10px; margin:5px 0; white-space:nowrap; color:#fff;font-size:12px; border-right:1px solid #ddd;}
#pro_linedrop .select :hover .sub li a.last {border:0;}

#pro_linedrop .select :hover .sub li a:hover
{color:#fff; line-height:20px;}

img.lady {display:block; float:left;}
.clear {clear:both;}
