/* CSS Document */

ul {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

li {
	list-style-type: none;
}

li a {
	color: #000000;
	text-decoration: none;
}

li a:hover {
	color: #BB130B;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#b10_submenu ul li {
	float:left;
	padding-right: 15px;
}

hr {
	height: 7px;
}
