#navigation {
	left: 0px; 
	width: 900px;
	font-size: 130%;
	text-align: center;
	display: block;
	height: 47px;
	background: black url(../cmsimages/navbg.jpg) repeat-x scroll top left;
	font-family: "Trebuchet MS", Arial;
}
#navtop {
	padding: 10px 0px;
	margin-bottom: 0px;
}
#navtop ul, #navtop li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navtop li {
	margin: 0px 31px;
	padding-bottom: 20px;
}
#navtop a:link, #navtop a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#navtop a:link#current, #navtop a:visited#current, #navtop a:hover {
	/*border-bottom: 2px solid #FFFFFF;*/
	text-decoration:underline;
	padding-bottom: 2px;
	background: transparent;
	color: #FFFFFF;
}
#navtop a:hover { 
	color: #FFFFFF; 
}
.selected {
	font-weight: bold;
	background: url(../cmsimages/menupointer.png) no-repeat scroll 50% 22px;
}
.selected ul li {
	font-weight: normal;
}
.selected .selected {
	font-weight: bold;
}
#navtop .selected a:hover {
	border: none;
	text-decoration: none;
}
