.tabNotSelected, .tabSelected {
	font-weight:bold;
	text-align:center;
	line-height:30px;
	height:30px;
	width:80px;
}

.tabNotSelected a{
	color: #587196;
	text-decoration:none;
}

.tabNotSelected a:hover{
	color: #1A212D;
}

.tabSelected {
	background-image: url(/images/nav_selected.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.tabSelected a{
	color: #fff;
	text-decoration:none;
}