/* CSS Document */
#bavcontainer a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	}

#bavcontainer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.bav {
	height: 20px;
	text-indent: 10px;
	background-image: url(../../images/nav1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

.bav:hover {
	background: url(../../images/nav2.jpg);
	color: #555;
	}

#bavcontainer .bavactv {
	height: 20px;
	text-indent: 10px;
	background: url(../../images/nav2.jpg) no-repeat 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

