@charset "utf-8";
#horizMenuBar {
	font-size: x-small;
	padding-top: 10px;
}

#horizMenuBar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;


}

#horizMenuBar  ul li {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;

}
#horizMenuBar  ul li a {
	display: block;
	background-image: url(../Images/menuBarItem-v2.gif);
	margin: 0px;
	padding-top: 25px;
	width: 110px;
	text-decoration: none;
	padding-left: 13px;
	color: #999999;
	padding-bottom: 7px;
	padding-right: 7px;
	line-height: 1;
	font-weight: normal;
}

#horizMenuBar  ul li a:hover {
	background-image: url(../Images/menuBarItemHover-v2.gif);
}
