@charset "utf-8";
/* ================================================================ 
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.
=================================================================== */
.pro_linedrop {
	height:35px;
	width:900px;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	z-index:500;
	position: relative;
	background-image: url(lrimages/black_0.gif);
}

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

.pro_linedrop li {
	float:left;
	background-image: url(lrimages/blue_1.gif);
}

.pro_linedrop li.lrt {
	float:right;
	background-image: url(lrimages/blue_1.gif);
}


.pro_linedrop .select a {
	display:block;
	height:35px;
	float:left;
	padding:0 0 0 10px;
	text-decoration:none;
	line-height:33px;
	white-space:nowrap;
	color:#fc0;
	background-image: url(lrimages/black_0.gif);
}


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


.pro_linedrop .select a b {
	display:block;
	padding:0 25px 0 10px;
	background-image: url(lrimages/black_0.gif);
	background-position: right top;
}

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

.pro_linedrop .select a:hover, 
.pro_linedrop .select li:hover a {
	padding:0 0 0 10px;
	cursor:pointer;
	color:#fff;
	background-image: url(lrimages/blue_1.gif);
}

.pro_linedrop .select li.lrt a:hover, 
.pro_linedrop .select li.lrt:hover a {
	background-image: url(lrimages/blue_1.gif);
}

.pro_linedrop .select a:hover b, 
.pro_linedrop .select li:hover a b {
	display:block;
	padding:0 25px 0 10px;
	cursor:pointer;
	background-image: url(lrimages/blue_1.gif);
	background-position: right top;
}

.pro_linedrop .select li.line a:hover b, 
.pro_linedrop .select li.line:hover a b {
	background-image: url(lrimages/blue_1a.gif);
	background-position: right top;
}

.pro_linedrop .select li.lrt a:hover b, 
.pro_linedrop .select li.lrt:hover a b {
	background-image: url(lrimages/blue_1.gif);
	background-position: right top;
}

.pro_linedrop .select li.lrt a:hover b.arrow, 
.pro_linedrop .select li.lrt:hover a b.arrow {
	background-image: url(lrimages/blue_1a.gif);
	background-position: right top;
}

.pro_linedrop .sub {
display:none;
}

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

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

.pro_linedrop .sub li {background:transparent;}

.pro_linedrop .select :hover .sub {
	height:25px;
	display:block;
	position:absolute;
	float:left;
	width:900px;
	top:35px;
	left:0;
	text-align:center;
	border:1px solid #aaa;
	background-color: #fff;
	background-image: url(lrimages/fade.gif);
}

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

.pro_linedrop .select :hover .sub li a 
{
	display:block;
	height:25px;
	line-height:22px;
	float:left;
	background:transparent url(file:///C|/Users/Kathy/Documents/marketshare/CSS_navigation/pro_left_right/line/transparent.gif);
	padding:0 16px;
	margin:0;
	white-space:nowrap;
	color:#333;
	font-size:12px;
}

.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:20px;
	position:relative;
	background-color: #fff;
	background-image: url(lrimages/fade.gif);
	background-position: left bottom;
}

