/*Navigation*/
#main_nav a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	display: block;
	width: 158px;
}

#main_nav a:hover, #main_nav a:focus {
	color: #333399;
}

.nav_1_active{
	color: #333399;
	font-weight: bold;
	background-image: url(/grundmann_content/img/nav_1_active.gif);
	background-repeat: no-repeat;
	background-position: 170px 5px;
	border-bottom: 1px dashed #333399;
	margin: 10px 0 0 0;
	padding: 0 33px 0 0;
}

.nav_1_inactive{
	color: #000000;
	background-image: url(/grundmann_content/img/nav_1_active.gif);
	background-repeat: no-repeat;
	background-position: 170px 5px;
	margin: 10px 0 0 0;
	padding: 0 33px 0 0;
}

.nav_2_active{
	color: #333399;
	border-bottom: 1px dashed #333399;
	margin: 5px 0 0 0;
	padding: 0 33px 0 0;
}

.nav_2_inactive{
	color: #5C5CAD;
	border-bottom: 1px dashed #333399;
	margin: 5px 0 0 0;
	padding: 0 33px 0 0;
}

.nav_3_active{
	color: #333399;
	border-bottom: 1px dashed #333399;
	margin: 5px 0 0 0;
	padding: 0 33px 0 0;
}

.nav_3_inactive{
	color: #5C5CAD;
	border-bottom: 1px dashed #333399;
	margin: 5px 0 0 0;
	padding: 0 33px 0 0;
}

.first{
	border-top: 1px solid #BBBDBE;
}
