
.default_10	a, .default_10	a:visited {
	color: #1b1464;
	display: block;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}

.default_10	a:hover {
	background: url('/template/images/but.hov.gif') left center no-repeat;
  	color: #000;
}

.default_10	a.topLevel .tl {
	display: block;
	background: url('/template/images/tlCorner.gif') left top no-repeat;
}

.default_10	a.topLevel .tr {
	display: block;
	background: url('/template/images/trCorner.gif') right top no-repeat;
}

.default_10	a.topLevel .br {
	display: block;
	background: url('/template/images/brCorner.gif') right bottom no-repeat;
}

.default_10	a.topLevel .bl {
	display: block;
	background: url('/template/images/blCorner.gif') left bottom no-repeat;
	padding: 3px;
}

.default_10	a.topLevel .navTxt {
	display: block;
	background: #F5F5F7 url('/template/images/navImg.jpg') top left no-repeat;
	min-height: 35px;
	padding: 5px 0 5px 45px;
	cursor: pointer;
}
* html .default_10 a.topLevel .navTxt {height: 35px;}

.default_10	a.topLevel:hover .navTxt {
	background: #8AD0F2 url('/template/images/navImg.sel.jpg') top left no-repeat;
	color: #fff;
}