/* CSS Document */


#navBar {
	margin: 0;
	padding: 0;
}
#navBar a, #navBar a:visited {
	background: url(/images/navBackground.jpg) no-repeat left top;
	color: #fff;
	text-decoration:none;
	display: block;
	width: 150px;
	height: 13px;
	padding: 5px 10px 5px 0;
	margin: 15px 0 0 0;
	text-align:right;
	
	height:16px !important;
}
#navBar a:hover {
	background: url(/images/navBackground.jpg) no-repeat left bottom;
	color: #fff;
	text-decoration:none;
}
