/* -------------- menu main -------------------------- */

#nav {
	width        : 100%;
	height		 : 26px;
	text-align   : left;
	position     : relative;
	top          : 82px;
	border-top   : 3px solid #062f63;
	border-bottom: 1px solid #062f63;
	background-color: #b9c5d3;
}

#nav ul {
	list-style-type: none;
	margin			: 0;
	padding        : 0;
	display			: inline;
	position       : relative;
	left           : 0;
}

#nav li {
	list-style-type: none;
	margin         : 0;
	padding        : 0;
	display        : inline;
}

#nav a {	
	padding			 : 6px 25px 0;
	color			    : #022d62;
	background-color: #b9c5d3;
	font-weight 	 : normal;
	text-decoration : none;
	display			 : block;
	float			    : left;
	height			 : 20px;
	border-right    : 1px solid #5e7899;
}

#nav a:link, #nav a:visited {
	background-position: 0 0;
}

#nav a:focus, #nav a:hover, #nav a:active {
	color 	  		    : #022d62;
	background-color   : #92a4ba;
	background-position: 0 -48px;
}

#nav a.selected:visited{
	font-weight 	    : bold;
	color 				 : #022d62;
	background-color   : #92a4ba;
	background-position: 0 -48px;
}

#navsub {
	width              : 185px;
	min-height	       : 254px;
	text-align         : right;
	position           : relative;
	background-color   : #375881;
	background-image   : url(../images/menusub_right.gif);
	background-repeat  : repeat-y;
	background-position: right;
}

#navsub ul {
	list-style-type: none;
	margin			: 0 0 0 0;
	padding        : 28px 0 0 0; 
	display			: block;
}

#navsub li {
	list-style-type: none;
	margin         : 0;
	padding        : 0;
}

#navsub a {	
	padding			 : 2px 12px 0 0;
	color			    : #FFF;
	background-color: #375881;
	border-right    : 7px solid #b3c0d0;
	font-weight 	 : normal;
	text-decoration : none;
	display			 : block;
	height			 : 20px;
}

#navsub a:link, #navsub a:visited {
}

#navsub a:focus, #navsub a:hover, #navsub a:active {
	background-color: #264b77;
	border-right    : 7px solid #7d92ad;
}

#navsub a.selected:visited{
	font-weight 	 : bold;
	background-color: #264b77;
	border-right    : 7px solid #7d92ad;
}


/*
#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;
}*/