/* CSS Document */

/*Menu horizontal*/
#MainMenu 
{
	height:38px;
	background-color: #EBEBEB;
	font-size: 11px;
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	float: left;
	padding-left: 0px;
}
#tab 
{
	top:0;
	margin: 0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
	display:inline;
	float:left;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
#tab a 
{
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	background-color: #333333;
	background-image: url(../img/menu_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: auto;
}
#tab a span 
{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	background-image: url(../img/menu_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	line-height: 38px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFFFFF;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*Menu iconoc*/
#menu {
	float: right;
	width: 78px;
	height: 38px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
#menu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	text-indent: -9999px;
	width: 26px;
	display: block;
	float: right;
	height: 38px;
}

#menu a {
	display:block;
	border:none;
	width:26px;
	height:38px;
	float: left;
}
#menu a:hover {
	background-position: 0 -38px;
	text-decoration: none;
}
.menu .alt { display:none; }
#menu a#ico1 {
	background-image: url(../img/ico_faqs.gif);
}
#menu a#ico2 {
	background-image: url(../img/ico_contac.gif)
}
#menu a#ico3 {
	background-image: url(../img/ico_map.gif)
}

