#sectionMenu a:link, #sectionMenu a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("/site/images/menu/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	font: small Verdana,sans-serif;
	color: #21536A;
}

#sectionMenu a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	font: small Verdana,sans-serif;
}
