/* ================================================================ 
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/simple_dropline.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.
=================================================================== */

/* the styling */
.dropline {
	width: 570px;
	height: 103px;
	/*background: #000;*/
	position: relative;
}

.dropline .select,
.dropline .current {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dropline li {
	display: inline;
	margin: 0;
	padding: 0;
	height: auto;
}

.dropline .select a,
.dropline .current a {
	display: block;
	height: 33px;
	float: left;
	/*background: #000;*/
	padding: 70px 13px 0 13px;
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 20px;
	white-space: nowrap;
	border-right: 1px solid #fff;
	color: #a1a1a1;
}

* html .dropline .select a,
* html .dropline .current a {
	width: 1px;
	height: 103px;
}

.dropline .select a:hover,
.dropline .select li:hover a {
	background-image:url(/media/images/bg_menu.jpg);
	background-repeat:repeat-x;
	background-position:bottom;

	/*background-color: #abd2df;
	opacity:0.5; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);*/
	cursor: pointer;
	color: #4497b1;
}

.dropline .sub {
	display: none;
}

/* for IE5.5 and IE6 only */
.dropline table {
	position: absolute;
	border-collapse: collapse;
	left: 0;
	top: 0;
}

.dropline .current a {
	background-image:url(/media/images/bg_menu.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	/*background-color: #abd2df;
	opacity:0.5; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);*/
	cursor: pointer;
	color: #4497b1;
}

.dropline .sub li a:hover,
.dropline .select a:hover .sub li a:hover,
.dropline .select li:hover .sub li a:hover
	{
	background: #fff;
	color: #4497b1;
}

.dropline .sub_active .current_sub a,
.dropline .sub_active a:hover {
	background: #e7f2f6;
	color: #4497b1;
}

.dropline .select li a:hover .sub,
.dropline .select li:hover .sub {
	display: block;
	position: absolute;
	width: 582px;
	height:40px;
	top: 100px;
	left: 0;
	background: #fff;
	/*margin-top: 0;*/
	padding: 0;
	/*z-index: 100;*/
	color: #fff;
	font-size: 11px;
	
	/*opacity:0.8; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);*/
	
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
}

.dropline .sub,
.dropline .sub_active {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dropline .sub_active {
	display: block;
	position: absolute;
	width: 582px;
	height:40px;
	top: 100px;
	left: 0;
	background: #fff;
	/*margin-top: 0;*/
	padding: 0;
	/*z-index: 100;*/
	color: #fff;
	font-size: 11px;
	
	/*opacity:0.8; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);*/
	
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
}

* html .dropline .sub_active,
* html .dropline .select a:hover .sub {
	z-index: -1;
	margin-top: 0;
	margin-top: 1px;
	
}

.dropline .sub_active a {
		height: 20px;
		text-decoration: none;
		line-height: 20px;
		white-space: nowrap;
		display: block;
		float: left;
		background: #fff;
		padding: 10px 10px 10px 10px;
		margin-left: 5px;
		font-size: 10px;
		white-space: nowrap;
		border: 0;
		color: #4497b1;




}

.dropline .select a:hover .sub li a,
.dropline .select li:hover .sub li a {
	display: block;
	height:20px;
	background: #fff;
	padding: 10px 10px 10px 10px;
	margin-left: 5px;
	white-space: nowrap;
	border: 0;
	cursor: pointer;
	color: #a1a1a1;
	/*font-weight:normal;*/
	font-size: 10px;
}