/* ================================================================ 
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: 733px;
	height: 102px;
	position: relative;
	padding-left:60px;
}

.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;
	float: left;
	padding: 45px 30px 45px 0px;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	font-weight:bold;
	font-family:Helvetica, Arial,  sans-serif;
	white-space: nowrap;
	color: #121212;
	background-image:url(/media/images/separador_menu.png);
	background-position:top right;
	background-repeat:no-repeat;
}

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

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

.dropline .sub {
	display: none;
}

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

.dropline .current a {
}

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

.dropline .sub_active .current_sub a,
.dropline .sub_active a:hover {
	color: #d10012;
}

.dropline .select li a:hover .sub,
.dropline .select li:hover .sub {
	display: block;
	position: absolute;
	width: 793px;
	top: 102px;
	left: 0;
	background:url(/media/images/back_submenu.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin-top: 0;
	padding: 0;
	z-index: 999;
	color: #fff;
	font-size: 11px;
	height:159px;
}

.dropline .select .sub a,
.dropline .current .sub a {
	display: block;
	padding: 5px 10px 5px 50px;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	font-weight:bold;
	font-family:Helvetica, Arial,  sans-serif;
	white-space: nowrap;
	color: #121212;
	clear:both;
	background:none;
}

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

.dropline .sub_active {
	display: block;
	position: absolute;
	width: 793px;
	top: 102px;
	left: 0;
	background:url(/media/images/back_submenu.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin-top: 0;
	padding: 0;
	z-index: 999;
	color: #fff;
	font-size: 11px;
	height:159px;
}

dropline .select .sub_active a,
.dropline .current .sub_active a {
	height: 21px;
	text-decoration: none;
	line-height: 20px;
	white-space: nowrap;
	display: block;
	padding: 5px 10px 5px 50px;
	margin-left:20px;
	font-size: 12px;
	white-space: nowrap;
	border: 0;
	color: #121212;
	text-transform:uppercase;
	clear:both;
	border-bottom:1px solid #c8c8c8;
	width:200px;
	background:none;
}

dropline .select .sub_active a:hover,
.dropline .current .sub_active a:hover {
	height: 21px;
	text-decoration: none;
	line-height: 20px;
	white-space: nowrap;
	display: block;
	padding: 5px 10px 5px 50px;
	margin-left:20px;
	font-size: 12px;
	white-space: nowrap;
	border: 0;
	color: #d10012;
	text-transform:uppercase;
	clear:both;
	border-bottom:1px solid #c8c8c8;
		width:200px;
		background:none;
}

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

.dropline .sub_active a {
	height: 21px;
	text-decoration: none;
	line-height: 20px;
	white-space: nowrap;
	display: block;
	padding: 5px 10px 5px 50px;
	margin-left:20px;
	font-size: 12px;
	white-space: nowrap;
	border: 0;
	color: #121212;
	text-transform:uppercase;
	clear:both;
	border-bottom:1px solid #c8c8c8;
		width:200px;
}

.dropline .select a:hover .sub li a,
.dropline .select li:hover .sub li a {
	height: 21px;
	text-decoration: none;
	line-height: 20px;
	white-space: nowrap;
	display: block;
	padding: 5px 10px 5px 50px;
	margin-left:20px;
	font-size: 12px;
	white-space: nowrap;
	border: 0;
	color: #121212;
	text-transform:uppercase;
	clear:both;
	border-bottom:1px solid #c8c8c8;
		width:200px;
}