#naviBar {
	display: block;
	float: right;
	width: 426px;
	margin-top: 1px;

}
#naviBar a {
	display: block;
	float: left;
	height: 17px;
	width: 50px;
	background-color: #AAAAAA;	
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;	
	text-align: center;
	text-decoration: none;
	padding: 1px 10px 1px 10px;
	margin-left: 1px;
}

#naviBar a.naviBarItemSmall {
	font-size: 9px;
	padding-top: 4px;
	height: 14px;
}

/* Subnavi Bilder */
/* remove the bullets and set the margin and padding to zero for the unordered list */
.subMenu ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
background-color: #CCCCCC;
}
/* float the list so that the items are in a line, check width in .menu2 ul li a */
.subMenu ul li {
float:left; 
width:133px;
}
/* style the links to be 164px wide by 30px high with a top and (no) right border 1px solid white. Set the background color and the font size. */
.subMenu ul li a, .subMenu ul li a:visited {
display:block; 
float:left;
text-align:center; 
font-family: Helvetica, Arial, sans-serif;
letter-spacing: 0.1em;
text-decoration:none; 
width:132px;
color:#ffffff; 
/*background:#faeec7; */
background: #cccccc;
padding: 2px 0px 2px 0px;
/*
height:31px; 
line-height:30px; 
*/
font-size:12px;
}
.subMenu ul li a.last, .subMenu ul li a.last:visited {
border-width:0;
width: 135px;
}
/* Hover on Top Navi for lightbox */
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.subMenu ul li:hover a{
color:#fff; 
/*background:#dfc184;*/
background: #aaaaaa;
}
.subMenu ul li a.active, .subMenu ul li a:visited.active{
color:#fff; 
background: #aaaaaa;
}