/* -------------- menu main -------------------------- */

#nav {
	width : 150px;
	margin: 110px 0 8px 0;
	padding: 86px 0 20px 0;
	text-align: right;
	position: absolute;
	top : 0;
	left : 0;
	background-image : url(../images/sch_u_02.gif);
	background-repeat : repeat-x;
	z-index : 100;
}


#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav a {	
	display: block;
	margin: 5px 0 0 0px;
	padding: 0 15px 0 0;
	color: #aaa;
	background-color : #fff;
	font-weight: bold;
	text-decoration: none;
	background-image : url(../images/bg_nav.gif);
	background-repeat : no-repeat;
}

#nav a:link, #nav a:visited {
	background-position : 0 0;
}

#nav a:focus, #nav a:hover, #nav a:active {
	color : #000;
	background-position :  0 -48px;
}

#nav a.selected {
	color: #000;
	background-position:  0 -48px;
}

#nav ul ul a {
	color : #000;
	background-position : 0 -48px;
}

#nav ul ul a {
	color: #ed6d4a;	
	font-weight: normal;
	background-image : none;
	margin: 2px 0 0 0;
}

#nav ul ul .selected a:focus, #nav ul ul .selected a:hover, #nav ul ul .selected a:active {
	color: #000;
}

#nav ul ul .selected {
	background-color : #ddd;
	padding: 0 15px 0 0;
	margin-left : 15px;
}


#nav li li a.selected {
	color: #F90;	
	background-color: #f3f3f3;
}

