/*Main Navbar */

#MainMenu {

	margin-left:6px;
	border-style:solid;
	border-color:#9AB6D2;
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:0px;
	border-left-width:0;
	height:48px;
	width:930px;	
}

#tab {
	margin:0;
	top:0;
}

#tab ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#tab li {
	display:inline;
	float:left;
	margin:0 2px 0 0 ;
	padding:0;
}

#tab a {
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}

#tab a span {
	display:block;
	padding:-0 20px 0 19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color:#e6ecff;
	font-weight:bold;
	line-height:48px;
}

#tab a:hover,#tab li.current_page_item a {
	background:url("images/layout/navbar_b_der.gif") no-repeat right top;
	background-position:right bottom;
	/*border-color:;*/
}

#tab a:hover span,#tab li.current_page_item a span {
	background:url("images/layout/navbar_b_izq.gif") no-repeat left top;
	background-position:left bottom;
	color:#5c5950;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
