@charset "utf-8";
/* CSS Document */

#menu{
	background: url(../images/menu/shadow_top.png) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 0;
}

#navbar{
	background: #FFFFFF url(../images/menu/shadow_top.png) repeat-x top left;
	margin: auto auto 0;
	width: 990px;
	height: 45px;
}

.categoria_menu{
	height: 43px;
	display: inline-block;
}

#logo{
	background: url(../images/menu/logo.png) no-repeat top left;
	width: 87px;
}

#essenuoto{
	background: url(../images/menu/essenuoto.png) no-repeat top left;
	width: 136px;
}

#aquafit{
	background: url(../images/menu/aquafit.png) no-repeat top left;
	width: 136px;
}

#jumpin{
	background: url(../images/menu/jumpin.png) no-repeat top left;
	width: 136px;
}

#a{
	padding: 0;
	margin: 0;
	float:left;
	list-style:none;
}

#a>li, #b>li{
	display: inline;
	margin:0;
}

#b{
	margin: 0;
	padding: 0;
	float:right;
	list-style:none;
}

#a>li>a, #b>li>a{
	text-decoration: none;
	margin:0;
	padding: 0;
}

#b>li>a{
	font-size:10px;
	color: #868686;
	padding: 5px 12px;
}

#b>li>a:hover{
	color: #108dcd;
	background: url(../images/menu/background_b.png) repeat-x;
}

.sub_red{
	background-color: transparent;
	background-image:  url(../images/menu/menu_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 10px;
	display:block;
}

.menu_container{
	float:left;
}

.sub{
	position: absolute;
	background-color: transparent;
	background-image:  url(../images/menu/background_sub.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	display: none;
	margin: -6px 0 0 0;
	float: left;
	font-size:80%;
	font-weight: normal;
	
	z-index:205;
}

.sub ul{
	list-style:none;
	margin: 0 0 0 20px;
	float:left;
	padding: 0 0 25px 0;
}


.sub ul li a{
	text-decoration:none;
	line-height: 1.5;
	color: #3c3c3c;
}

.sub ul li h2 a{
	text-decoration:none;
	line-height: 1.5;
	color:#e6473a;
}

.sub ul li h2{
	font-weight:normal;
	margin: 13px 0 3px;
	color:#e6473a;
	font-size: 110%;
	/*border-bottom: 1px solid #999999;*/
}

.sub ul li a:hover{
	text-decoration:none;
	color:#e6473a;
}

.rx_frame{
	width: 20px;
	position:absolute;
}

.rx_bottom {
	display: block;
	background: url(../images/menu/rx_frame.png) no-repeat right bottom;
	width: 20px;
}

.rx_corner {
	display: block;
	background: url(../images/menu/corner_menu.png) no-repeat right top;
	height: 10px;
	width: 20px;
}

.line{
	background: url(../images/menu/line.png) no-repeat;
	height: 5px;
}



