body {
		font: 14px 'Trebuchet MS',Trebuchet, verdana, arial, tahoma, sans-serif;
		color: #f8f8ff; 
}
/* MENU SUPERIOR ------------------------------------------------------------------------------------*/
#header {
        font-size: 93%; 
		background: url(../images/bg.gif) #dae0d2 repeat-x 50% bottom; 
		float: left;
		width:960px;
		line-height: normal;
}
#header UL {
        padding-right: 0px; 
		padding-left: 10px; 
		padding-bottom: 0px; 
		margin: 0px; 
		padding-top: 1px; 
		list-style-type: none;
}
#header LI {
        padding-right: 0px; 
		padding-left: 9px; 
		background: url(../images/left.gif) no-repeat left top; 
		padding-bottom: 0px; 
		margin: 0px; 
		padding-top: 0px;
		float: left;
		width:auto;
}
#header A {
        padding-right: 15px; 
		display: block; 
		padding-left: 6px; 
		font-weight: bold; 
		background: url(../images/right.gif) no-repeat right top; 
		padding-bottom: 4px; 
		color: #336; 
		padding-top: 5px; 
		text-decoration: none;
		float: left;
		width:auto;
}

#header LI:hover {
        background-image: url(../images/left_h.gif);
}
#header A:hover {
        background-image: url(../images/right_h.gif); 
        color: #f8f8ff;
}
#header #current {
        background-image: url(../images/left_on.gif);
}
#header #current A {
        background-image: url(../images/right_on.gif); 
		padding-bottom: 5px; 
		color: #363;
}

#header #current A:hover {
	cursor:default;
}

/* SUB MENU ------------------------------------------------------------------------------------*/

#header2 {
        font-size: 93%; 
		background: url(../images/bg2.gif) #dae0d2 repeat-x 50% bottom; 
		float: left; 
		width:960px;
		line-height: normal;
}
#header2 UL {
        padding-right: 0px; 
		padding-left: 10px; 
		margin: 0px; 
		padding-top: 3px; 
		padding-bottom: 3px; 
		list-style-type: none;
}
#header2 LI {
        padding-right: 0px; 
		padding-left: 9px; 
		padding-bottom:5px; 
		margin: 0px; 
		padding-top: 0px;
		float: left;
		width:auto;
}
#header2 A {
	padding-right: 15px;
	display: block;
	padding-left: 6px;
	font-weight: bold;
	padding-bottom: 4px;
	color: #363;
	padding-top: 5px;
	text-decoration: none;
	float: left;
	width:auto;
}

#header2 A:hover {
	color: #f00;
}
#header2 #currenta {
    background-image: url(../images/left2_on.gif);
}
#header2 #currenta A {
    background-image: url(../images/right2_on.gif); 
	padding-bottom: 0px; 
	color: #f8f8ff;
}

#header2 #currenta A:hover {
	cursor:default;
}
