/*================================================================

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/dd_valid.html

Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.

This stylesheet and the assocaited (x)html may be modified in any

way to fit your requirements.

===================================================================

common styling*/
.menu
{
	font-family: Tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	color: #0B1F38;
	width: 965px;
	height: 32px;
	position: relative;
	font-size: 1em;
	z-index: 100;
}
.menu UL LI A, .menu UL LI A:visited
{
	display: block;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	color: #0B1F38;
	padding: 0px 10px;
	height: 32px;
	background: none;
	line-height: 30px;
	overflow: hidden;
	width: auto;
	float: left;
}
.menu UL
{
	padding: 0;
	margin: 0;
	list-style: none;
	width: auto;
}
.menu UL LI
{
	float: left;
	position: relative;
	height: 32px !important;
	width: auto;
	margin: auto;
	padding: 0px;
	display: block;
	margin: 0;
}
.menu UL LI A.hide
{
	margin: 0px 0 0;
	width: auto;
	line-height: 32px;
}
.menu UL LI UL
{
	display: none;
}
/*specific to non IE browsers*/
.menu UL LI:hover A
{
	color: #FFF;
	background: url(../images/menu_over.gif) repeat-x;
}
.menu UL LI:hover UL
{
	display: block;
	position: absolute;
	top: 32px;
	left: 0;
	width: 105px;
}
.menu UL LI:hover UL LI A.hide
{
	background: #6A3;
	color: #FFF;
}
/*.menu UL LI:hover UL LI:hover A.hide{background: #6FC; color: #000;}*/
.menu UL LI A.marcado
{
	color: #FFF;
	background: url(../images/menu_over.gif) repeat-x;
	width: auto;
	margin: 0px;
	padding: 1px 10px;
}
.menu UL LI A:visited.marcado
{
	color: #FFF;
	background: url(../images/menu_over.gif) repeat-x;
	width: auto;
	margin: 0px;
	padding: 1px 10px;
}
/*.menu UL LI:hover UL LI UL{display: none;}*/
.menu UL LI:hover UL LI A
{
	display: block;
	font-size: 0.8em;
	background: #E4E6D0;
	height: 31px;
	width: 150px;
	text-align: left;
	color: #000;
	border-bottom: 1px dotted #313131;
	border-right: 1px dotted #313131;
	border-left: 1px dotted #313131;
}
.menu UL LI:hover UL LI A:hover
{
	background: #FFF;
	color: #000;
}
/*.menu UL LI:hover UL LI:hover UL{display: block; position: absolute; left: 105px; top: 0;}
.menu UL LI:hover UL LI:hover UL.left{left: -105px;}*/
