/* ================================================================ 
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: 953px;
	height: 35px;
	background: transparent;
	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: 35px;
	float: left;	
	/* background: transparent url('/media/images/menu_separador.png') no-repeat top right; */ 	 
	padding: 5px 10px 0 10px;	
	text-decoration: none;
	font-size: 10px;
	line-height: 20px;
	white-space: nowrap;	
	color: #373737;
	text-transform: uppercase;
	font-weight: bold;
}

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

.dropline .select a:hover,
.dropline .select li:hover a {	
	cursor: pointer;
	color: #82A737;
}

.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: transparent url('/media/images/menu_2.png') repeat-x;	
	color: #82A737;
	font-weight: bold;	
	height: 40px;	
}

.dropline .sub li a:hover,
.dropline .select a:hover .sub li a:hover,
.dropline .select li:hover .sub li a:hover
	{		
	color: #82A737;
}

.dropline .sub_active .current_sub a,
.dropline .sub_active a:hover {
	background: url('/media/images/menu_2.png');
	color: #82A737;
}

.dropline .select li a:hover .sub,
.dropline .select li:hover .sub {
	display: block;
	position: absolute;
	width: 998px;
	top: 20px;
	left: 0;
	background: #888;
	margin-top: 0;
	padding: 0;
	z-index: 100;
	color: #fff;
	font-size: 11px;
}

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

.dropline .sub_active {
	display: block;
	position: absolute;
	width: 750px;
	top: 20px;
	left: 0;
	background: #666;
	margin-top: 0;
	padding: 0;
	z-index: 10;
}

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

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

.dropline .select a:hover .sub li a,
.dropline .select li:hover .sub li a {
	display: block;
	background: #888;
	padding: 5px 10px 10px 10px;
	margin: 0;
	white-space: nowrap;
	border: 0;
	color: #fff;
	font-size: 12px;
}
