/*
* Sheet Style Menu Drop down for Jquery.
* Compatible with Internet Explorer, Firefox, Safari, Opera and Chrome.
* @author: Pablo Diego - pablodc@gmail.com
* @date: 14/01/2009
*/
#menu
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#menu UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu UL LI
{
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	color: #000;
	padding: 0px;
	height: 36px;
}
.navBG
{
	width: 124px;
	text-align: center;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
#active{background-image: url(images/menuhover.jpg);background-repeat: no-repeat;}
#menu UL LI:hover>A
{
	color: #000;
}
.navBG:hover>A
{
	background-image: url(images/menuhover.jpg);
	background-repeat: no-repeat;
	color: #000;
}
.navBG A
{
	color: #000;
}
.navBG A:hover
{
	color: #000;
}
#menu UL LI A
{
	display: block;
	margin: auto;
	padding: 10px 10px 13px 0;
	text-decoration: none;
}
#menu UL LI UL LI:first-child
{
	margin: 0px 0 -1px 0;
}
#menu UL LI UL LI:last-child A
{
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}
#menu UL LI UL LI A:hover
{
	color: #000;
}
#menu UL LI UL
{
	position: absolute;
	display: none;
}
#menu UL LI UL LI
{
	clear: left;
	padding: 0px 0 2px;
	height:auto;
	font-size: 11px;
	font-weight: normal;
	margin:-1px 0;
}
#menu UL LI UL LI A
{
	background-color: #EFEFEF;
	text-decoration: none;
	color: #000;
	width: 120px;
	text-align: left;
	font-weight: normal;
	padding: 6px;
	opacity:.9;
}
#menu UL LI UL LI A:hover
{
	background-color: #85c329;
	text-decoration: none;
	width: 120px;
	color: #FFF;
	font-weight: normal;
	opacity:.9;
}
#menu UL LI UL LI UL
{
	clear: left;
	display: none;
	left: 140px;
/*Bengin CSS-HACK, for Microsoft Internet Explorer*/
	_left: 120px;
/*End CSS-HACK*/
	position: absolute;
	top: 0px;
}
#tour a ul li a{
	width:300px;
	color:#C90;
}