﻿/* ================================================================ 
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.
=================================================================== */
#linedrop_container {
	background: white url(../images/sub.gif) no-repeat;
	padding: 0px 3px 0px 3px;
	height: 30x;
	width: 800px;
}
#pro_linedrop {
	height: 35px;
	width: 790px;

	position: relative;
	font-family: tahoma;
	font-size: 12px;
	z-index: 100;
	font-weight: normal;
}
#pro_linedrop .select {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}
#pro_linedrop li {
	float: right;

}
#pro_linedrop li.lrt {
	float: left;

}
#pro_linedrop .select a {
	display: block;
	height: 35px;
	float: left;
	padding: 0 0 0 5px;
	text-decoration: none;
	line-height: 28px;
	white-space: nowrap;
	color: #fff;
}
#pro_linedrop .select li.lrt a {
	color: #f1f1f1;
}
#pro_linedrop .select a b {
	display: block;
	padding: 0 5px 0 5px;
	font-weight: normal;
}
#pro_linedrop .select li.line a b {

}
#pro_linedrop .select a:hover, #pro_linedrop .select li:hover a {
	padding: 0 0 0 5px;
	cursor: pointer;
	color: #fc0;
}
#pro_linedrop .select li.lrt a:hover, #pro_linedrop .select li.lrt:hover a {
}
#pro_linedrop .select a:hover b, #pro_linedrop .select li:hover a b {
	display: block;
	float: left;
	padding: 0 5px 0 5px;
	cursor: pointer;
}
#pro_linedrop .select li.line a:hover b, #pro_linedrop .select li.line:hover a b {

}
#pro_linedrop .select li.lrt a:hover b, #pro_linedrop .select li.lrt:hover a b {
}
#pro_linedrop .select li.lrt a:hover b.arrow, #pro_linedrop .select li.lrt:hover a b.arrow {

}
#pro_linedrop .sub {
	position: absolute;
	left: -9999px;
	width: 0;
}
/* 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: 25px;
	position: absolute;
	width: 100%;
	top: 31px;
	left: 0;
	text-align: center;
	background: #fff url(../images/menu/fade.gif);
	border-bottom: 1px solid #aaa;
}
#pro_linedrop .select :hover .rt li {
	float: left;
}
#pro_linedrop .select :hover .sub li a {
	display: block;
	height: 25px;
	line-height: 22px;
	float: left;
	background: #fff url(../images/menu/fade.gif);
	padding: 0 10px;
	margin: 0;
	white-space: nowrap;
	color: #333;
	font-size: 11px;
	direction: rtl;
}
#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: #800000;
	line-height: 20px;
	position: relative;
	background: #fff url(../images/menu/fade.gif) left bottom;
}
