/* ALLGEMEIN */


#nav, #nav li, #nav li a, #nav li a span, #subnav, #subnav li, #subnav li a, #subnav li a span {
	cursor					:	pointer;
}

#nav, #subnav {
	display					:	block;
	margin					:	0px;
	padding					:	0px;
}

#nav li, #subnav li {
	float					:	left;
	padding					:	0px;
	list-style-type			:	none;
}


/* NORMAL UND HOVER */

#nav li a {
	display					:	block;
	height					:	37px;
	padding					:	0px 0px 0px 10px;
	line-height				:	37px;
	text-align				:	center;
	font-family				:	arial;
	font-size				:	12px;
	font-weight				:	bold;
	color					:	#FFF;
	text-decoration			:	none;
	background-image		:	url(../imgfront/nav_l.gif);
	background-repeat		:	no-repeat;
}

#nav li a:hover {
	line-height				:	25px;
	text-decoration			:	none;
	background-image		:	url(../imgfront/nav_h_l.gif);
	background-repeat		:	no-repeat;
}

#nav li a span {
	display					:	block;
	height					:	37px;
	padding					:	0px 8px 0px 0px;
	background-image		:	url(../imgfront/nav.gif);
	background-repeat		:	no-repeat;
	background-position		:	right bottom;
}

#nav li a:hover span{
	display					:	block;
	height					:	37px;
	background-image		:	url(../imgfront/nav_h.gif);
	background-repeat		:	no-repeat;
	background-position		:	right bottom;
}

#nav li.active a, #nav li.active a:hover{
	display					:	block;
	height					:	37px;
	padding					:	0px 0px 0px 10px;
	line-height				:	37px;
	text-align				:	center;
	font-family				:	arial;
	font-size				:	12px;
	font-weight				:	bold;
	color					:	#00214c;
	text-decoration			:	none;
	background-image		:	url(../imgfront/nav_a_l.gif);
	background-repeat		:	no-repeat;
}

#nav li.active a span, #nav li.active a:hover span {
	display					:	block;
	height					:	37px;
	padding					:	0px 8px 0px 0px;
	background-image		:	url(../imgfront/nav_a.gif);
	background-repeat		:	no-repeat;
	background-position		:	right bottom;
}


/* SUBNAVIGATION */

#subnav {
	padding					:	0px 0px 0px 4px;
}

#subnav li {
	line-height				:	40px;
}

#subnav li a {
	display					:	block;
	float					:	left;
	height					:	34px;
	padding					:	0px;
	text-align				:	center;
	font-family				:	arial;
	font-size				:	12px;
        color: #00214c;
	text-decoration			:	underline;
}

/* 	color					:	#285080;*/

#subnav li a:hover {
	text-decoration			:	none;
}

#subnav li a span {
	display					:	block;
	float					:	left;
	padding					:	0px 10px 0px 10px;
}

#subnav li a:hover span{
	display					:	block;
	height					:	34px;
}

#subnav li.active {
	line-height				:	43px;
}

#subnav li.active a, #subnav li.active a:hover{
	display					:	block;
	height					:	34px;
	padding					:	0px 0px 0px 12px;
	text-align				:	center;
	font-family				:	arial;
	font-size				:	12px;
	font-weight				:	bold;
	color					:	#00214c;
	text-decoration			:	none;
	background-image		:	url(../imgfront/subnav_l.gif);
	background-repeat		:	no-repeat;
}

#subnav li.active a span, #subnav li.active a:hover span {
	display					:	block;
	height					:	34px;
	padding					:	0px 10px 0px 0px;
	background-image		:	url(../imgfront/subnav.gif);
	background-repeat		:	no-repeat;
	background-position		:	right top;
}

#subnav li.divide {
	display					:	block;
	float					:	left;
	height					:	34px;
}
#subnav li.divide_hidden {

}

