/* CSS Document level 3 navigation styles */

ul.nav3 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
/* set width to match width of background button image */
li.nav3 {
	list-style-type: none;
	color: #FFFFFF;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 104px;
}
/* set line height to match depth of background button image */
a.nav3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/level3nav/bgbu_104x20.gif);
	display: block;
	line-height: 20px;
	margin-top: 3px;
	text-align: center;
}

a.nav3:link{
	color: #FFFFFF;

}

a.nav3:visited{
	color:#CCCCCC;

}

a.nav3:hover{
	text-decoration: underline;
	color: #FFFFFF;

}
