/*Navigation*/
#main_nav a:link, #main_nav a:visited{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
}

#main_nav a:hover, #main_nav a:focus{
	color: #e72744;
}

#main_nav div{
	padding: 0 0 24px 0;
	background-color: #939598;
	background-image: url(/moser_content/img/nav_2_inactive.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.nav_1_active {
	color: #e72744;
	border-bottom: 1px solid #e72744;
	font-weight: bold;
	margin: 15px 0 0 0;
}

.nav_1_inactive {
	color: #000000;
	font-weight: bold;
	margin: 15px 0 0 0;
}

.nav_2_active{
	color: #e51937;
	background-color: #939598;
	padding: 0 15px 0 0;
	background-image: url(/moser_content/img/nav_2_active.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
}

.nav_2_inactive{
	color: #ffffff;
	background-color: #939598;
	padding: 0 15px 0 0;
	background-image: url(/moser_content/img/nav_2_inactive.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


.nav_3_active{
	color: #e51937;
	background-color: #c7c8ca;
	padding: 0 30px 0 0;
	background-image: url(/moser_content/img/nav_3_active.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.nav_3_inactive{

	color: #636466;
	background-color: #c7c8ca;
	padding: 0 30px 0 0;
	background-image: url(/moser_content/img/nav_3_inactive.gif);
	background-repeat: no-repeat;
	background-position: right top;
}