/*Navigation*/
#main_nav a{
	padding: 0 0 15px 0;
}

#main_nav a:link, #main_nav a:visited{
	display: block;
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 12px;
	line-height: 12px;
	text-decoration: none;
	color: #ffffff;
}

#main_nav a:hover, #main_nav a:focus, .main_nav_active {
	background-image: url(/xmet_content/img/main_nav_active.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

.main_nav_active {
	background-image: url(/xmet_content/img/main_nav_active.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	font-weight: bold;
}

/*Define Sub-Navigation Style*/
#sub_nav a:link, #sub_nav a:visited{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	color: #ffffff;
	margin: 0 0 2px 0;
	padding-left: 5px;
}

#sub_nav a:hover, #sub_nav a:focus {
	color: #f6f6f6;
}

.nav_2_active{
	font-weight: bold;
	width: 135px;
	padding-right: 10px;
}

.nav_2_inactive{
	width: 135px;
	padding-right: 10px;
}


.nav_3_active{
	width: 125px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 20px;
	background-image: url(/xmet_content/img/nav_3_active.gif);
	background-repeat: no-repeat;
	background-position: 134px 7px;
}

.nav_3_inactive{
	width: 125px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 20px;
}

.line{
	border-top: 1px solid #f6f6f6;
	padding-top: 10px;
}

.noline{
	padding-top: 7px;
}
