@charset "UTF-8";
/* CSS Document */
 
#nav1st {
	clear: right;
}
 
#nav1st ul {
	text-align: right;
	margin: 0 10px 0 0;
	padding: 80px 0 0 243px;
}
 
#nav1st ul li {
	list-style-type: none;
	display: inline;
	float: left;
}
 
#nav1st ul li a {
	display: block;
	text-transform: uppercase;
	color: #303030;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	font-variant: normal;
	width: 121px;
	text-align: center;
}
 
#nav1st ul li a.current {
	text-align: center;
	font-weight: bold;
	color: #021245;
}
 
ul#nav1st li a:hover {
	text-decoration: underline;
}
 
/* ---------- 2nd Level ---------*/
 
ul#nav2nd {
	margin-bottom: 30px;
	margin-left: 15px;
	font-size: 0;
	border-style: none;
}
 
ul#nav2nd li {
 	margin: 0;
	display: list-item; 
	border-style: none;
	line-height: 1em;
	list-style-image:url(nav2nd.gif);
}

ul#nav2nd li a {
	color: #555555;
	text-transform: uppercase;
	padding: 10px 8px;
	text-decoration: none;
	display: block;
	border-left: #d9d8dd 3px solid;
	border-bottom: #7c7c7c 1px dotted;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-style: none;
}

ul#nav2nd li a.current {
	border-left: #262c4c 3px solid;
	border-style: none;
	color: #021245;
	font-weight: bold;
}

ul#nav2nd li.active {
	list-style-image: url(nav2nd-active.gif);
}
 
ul#nav2nd li a:hover {
	border-left: #8c8c8c 3px solid;
	color: #021245;
	border-style: none;
}


/* ---------- 3rd Level ---------*/

ul#nav3rd {
	list-style-type: none;
	list-style-position: outside;
}

ul#nav3rd li {
    margin: 0;
	margin-left: 15px;
	list-style-image: url(nav3rd.gif);
}

ul#nav3rd li a {
	font: normal 10px/12px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 8px 15px 8px 0;
	text-decoration: none;
	text-transform: none;
	display: block;
}

ul#nav3rd li.active {
    list-style-image: url(nav3rd-active.gif);
}

ul#nav3rd li a,
ul#nav2nd ul#nav3rd li a.current {
	border-bottom: none;	
	border-left: none;
}
 
ul#nav3rd li a.current {
	border-left: none;
	color: #333 !important;
	font-weight: bold;
}
 
ul#nav3rd li a:hover {
	border-left: none !important;
	color: #666;
}