/* ================================================================ 
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_dropline_dropdown.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.
=================================================================== */
.linedropmenu {
	position:relative;
	z-index:500;
	width: 620px;
	padding-top: 28px;
	padding-bottom: 16px;
	height: 58px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

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

.linedropmenu li {
	float:left;
}

.linedropmenu .select a {
	display:block;
	float:left;
	text-decoration:none;
	white-space:nowrap;
	color:#666;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.linedropmenu .select li.line a {
	color:#666;
	font-weight: normal;
}

.linedropmenu .select a b {
	display:block;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
.linedropmenu .select li.linenone a b {

	border-right-style: none;
}
.linedropmenu .select a:hover, 
.linedropmenu .select li:hover a {
	cursor:pointer;
	color:#FFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #181B60;
	letter-spacing: normal;
}

.linedropmenu .select li.line a:hover, 
.linedropmenu .select li.line:hover a {
	color:#FFF;
	background-color: #181B60;
}

.linedropmenu .select a:hover b, 
.linedropmenu .select li:hover a b {
	display:block;
	cursor:pointer;
	padding-top: 3;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.linedropmenu .sub {
display:none;
}
.linedropmenu ul ul {
	display:none;
}

/* IE6 only */
.linedropmenu table {
	border-collapse:collapse;
	margin:-1px;
	width:0;
	height:0;
}

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

.linedropmenu .sub li {background:transparent;}

.linedropmenu .select :hover .sub {
	display:block;
	position:absolute;
	float:left;
	width:580px;
	top:56px;
	left:0;
	text-align:center;
	padding-top: 11px;
}

.linedropmenu .select :hover .rt li {
	float:right;
	margin-right: 5px;
}

.linedropmenu .select :hover .sub li a 
{
	display:block;
	float:left;
	white-space:nowrap;
	color:#666;
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: transparent;
	margin: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.linedropmenu .select :hover .sub li.subline a {
	color:#666;
}

.linedropmenu .select :hover .sub li a:hover,
.linedropmenu .select :hover .sub li:hover
{
	color:#FFF;
	position:relative;
	background-color: #BBBDBE;
}

.linedropmenu .select :hover .sub li:hover > a {
	color:#FFF;
}

.linedropmenu .select :hover .sub :hover ul {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	width:100px;
	position:absolute;
	top:20px;
}

.linedropmenu .select :hover .sub :hover ul li a {
	width:100px;
	background-color: #FFF;
	color: #BBBDBE;
	text-align:left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.linedropmenu .select :hover .sub :hover ul li a:hover {
	width: 100px;
	margin: 0px;
	color: #FFF;
	background-color: #181B60;
	text-align:left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
}

