/*   Style navegacion   */

#navegacion{
	height: 44px;
	width: 640px;
	float: left;
	background-image: none;
	background-repeat: repeat-x;
	}


ul#menu a:hover, ul#menu ul, ul#menu li:hover{
	height: auto;
	width: auto;
	background-image: none;
	background-repeat: repeat;
	color: #8F0;
	background-color: #07294B;
	} 
#navegacion ul{
	list-style:none;	
	margin:0;
	padding:0;
	}
ul#menu li{
	float:left;
	position:relative;
	}
ul#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: block;
	font-weight: normal;
	line-height: 44px;
	height: 44px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCC;
	padding-right: 15px;
	padding-left: 15px;
	}
	
ul#menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8f0;
	text-decoration: none;
	display: block;
	font-weight: normal;
	line-height: 44px;
	height: auto;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #072747;
	}	
ul#menu ul{
	position:absolute;
	left:0;
	display:none;
	}
ul#menu li:hover ul{
	display:block;
}
ul#menu li:hover ul li{
	margin:0;
}
ul#menu li:hover ul li a{
	width: 169px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0C3865;
	line-height: 34px;
	height: 34px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	float: left;
	background-color: #07294B;
	}
ul#menu li:hover ul a:hover{
	color: #8f0;
	width: 169px;
	height: 34px;
	float: left;
	line-height: 34px;
	font-size: 10px;
	background-image: none;
	background-repeat: repeat-x;
	text-decoration: none;
	background-color: #062442;
}
