@charset "UTF-8";
/* CSS Document */

.NavItem {
	list-style:none;
	top:-16px;
	left:-40px;
	position: relative;
	width: 20%;
	height: 20px;
	max-height:20px;
	color: #000;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0.2em;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	float:left;
}
.NavItem a:link {
	color: #000;
	text-decoration:underline;
}
.NavItem a:visited {
	color:#000;
}
.NavItem a:hover {
	text-decoration:underline;
}
.NavItem:hover {
	background: url(images/navbar_bg_down.png);
	background-color: #748B98;
	//text-decoration:underline;
}
