/* ================================================================ 
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.
=================================================================== */
body {
	margin: 0;
	padding: 0;
}

.menu {
	padding: 0 20px 0 20px;
	background:url(../lrimages/black_0.gif);
	overflow: hidden;
}

#pro_linedrop {
position: absolute; 
top: 0; 
left: 0;
height:75px;
width:100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
min-width:1170px;
background: url(../lrimages/black_0.gif) repeat-x;
position:relative; 
font-family: "Times New Roman", Times, serif;
font-size:14px;
z-index:100;
}

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

#pro_linedrop li {
float:left;
background:url(../lrimages/black_1.gif);
}

#pro_linedrop li.lrt {
float:right;
margin-right: 20px;
background:url(../lrimages/black_1.gif);
}


#pro_linedrop .select a {
display:block; 
height:45px; 
float:left; 
background: url(../lrimages/black_0.gif); 
padding:0 0 0 10px; 

text-decoration:none; 
line-height:43px; 
white-space:nowrap; 
color: #3C3C3C;
}


#pro_linedrop .select li.lrt a {color: #3C3C3C;}


#pro_linedrop .select a b {
display:block;
padding:0 22px 0 10px; 

background:url(../lrimages/black_0.gif) right top;
}

#pro_linedrop .select li.line a b {
background:url(../lrimages/black_0a.gif) right top;
}

#pro_linedrop .select a:hover, 
#pro_linedrop .select li:hover a {
background: url(../lrimages/black_1.gif); 
padding:0 0 0 10px;

cursor:pointer; 
color: #3C3C3C;
}

#pro_linedrop .select li.lrt a:hover, 
#pro_linedrop .select li.lrt:hover a {
background: url(../lrimages/black_1.gif); 

}

#pro_linedrop .select a:hover b, 
#pro_linedrop .select li:hover a b {
display:block; 
float:left;
padding:0 22px 0 10px; 

background:url(../lrimages/black_1.gif) right top; 
cursor:pointer;
}

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

#pro_linedrop .select li.lrt a:hover b, 
#pro_linedrop .select li.lrt:hover a b {
background:url(../lrimages/black_1.gif) right top; 

}

#pro_linedrop .select li.lrt a:hover b.arrow, 
#pro_linedrop .select li.lrt:hover a b.arrow {
background:url(../lrimages/black_1a.gif) right top; 
}

#pro_linedrop .sub {
position:absolute; left:-9999px; width:0;
}

#pro_linedrop .select li a span {
	color: #B22222;
}

#pro_linedrop .select li a:hover span {
	color: #3C3C3C;
}

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

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

#pro_linedrop .sub li {background:transparent;}

#pro_linedrop .select :hover .sub {
height:35px;
position:absolute;
width:100%;
top:45px; 
left:0; 
text-align:center;
background:#fff url(../lrimages/fade.gif);
border-bottom:1px solid #aaa;

}

#pro_linedrop .select :hover .rt li {float:right;}

#pro_linedrop .select :hover .sub li a 
{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;display:block; height:35px; line-height:30px; float:left; background:#fff url(../lrimages/fade.gif); padding:0 16px; margin:0; white-space:nowrap; color:#333;font-size:14px;}

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

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

