/* ------------------------------------------------------------------*/
/* Menu Top */
/* ------------------------------------------------------------------*/
#menutop {
	float: right;
}

#menutop li {
	display:inline;
	margin:0;
	padding:0;
}
#menutop a {
	text-decoration:none;
	border-top:4px #ba2b2b solid;
	width : 80px;
	float:left;
	display: block;
	font-family: Arial;
	font-size : 11pt;
	color : #ba2b2b;
	padding:5px 0px 10px 0px;
	margin-right :5px;
	margin-left :5px;
	font-weight : bold;
	text-align : center;
}

#menutop a:hover {
	color : #FFFFFF;
	background:url(../images/menutop.gif) no-repeat right top;
}


/* ------------------------------------------------------------------*/
/* Menu User */
/* ------------------------------------------------------------------*/
#menuuser {
	width: 1000px;
	height: 30px;
	background: url(../images/menuuser.png);
	background-color: #C23535;
	font-size : 15;
	font-weight : bold;
}

#menuuser_right {
	float: right;
}

#menuuser_left {
	float: left;
}

#menuuser li{
	display: inline;
}

.selectedtab_left {
	float:left;
	height: 26px;
	margin-top: 2px;
	margin-left :10px;
	padding-top: 2px;
	vertical-align: bottom;
	background: url(../images/selectedtab_left.gif) no-repeat bottom center;
}

.selectedtab_right {
	float:left;
	height: 26px;
	margin-top: 2px;
	padding-top: 2px;
	vertical-align: bottom;
	margin-right : 10px;
	background: url(../images/selectedtab_right.gif) no-repeat bottom center;
}

.selectedtab_center, .selectedtab_center:visited , .selectedtab_center:active {
	color : #a02c2c;
	height: 26px;
	margin-top: 2px;
	padding-top: 2px;
	float:left;
	text-align : center;
	background: url(../images/selectedtab_center.gif) repeat-x bottom center;
}

.selectedtab_center:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.notselectedtab, .notselectedtab:visited , .notselectedtab:active  {
	float:left;
	height: 26px;
	margin-top: 2px;
	padding-top: 2px;
	color: #000000;
	margin-right : 10px;
	margin-left :10px;
	text-align : center;
}

.notselectedtab:hover {
	color:#FFFFFF;
	background: url(../images/pyramide.gif) no-repeat bottom center;
	text-decoration: none;
}
