/* navigation */
#navigation {
	height: 33px;
	background-image: url(../gfx/navbarbg.gif);
	background-repeat:repeat-x;
}

#navwrapper {
	width: 840px;
	height: 33px;
	margin: auto;
}
.navitem {
	text-align:center;	
	padding: 5px 15px 0px 15px;	
	float: left;	
	cursor: pointer;
	margin-right: 5px;
}
.navitem a {
	color: #535d55;	
}
.navitem_selected {	
	padding: 5px 0px 0px 28px;	
	float: left;	
	cursor: pointer;
	background-image: url(../gfx/navitembg_sel.gif);
	background-repeat: repeat-x;
}

.navitem_selected a {
	color: #d02121;
}
/* subnavigation */
#subnavwrapper {
	
	width: 840px;
	margin: auto;
}

.subnavitemswrapper {
	float: left;
	height: 110px;
	margin-right: 10px;
	margin-top: 10px;
}

.subnavitem {	
	padding-bottom: 5px;	
	border-bottom: dotted 1px #535d55;
	width:145px
}
.subnavitem a:link, .subnavitem a:visited, .subnavitem a:active{
	color: #535d55;
	font-size: 12px;
	text-decoration: none;
}
.subnavitem a:hover {
	color: #535d55;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.subnavitem_selected {	
	padding-bottom: 5px;	
	border-bottom: dotted 1px #535d55;
	width:140px
}
.subnavitem_selected a{
	color: #cb0000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}