/* Feed Menu Styles */
.feedMenu {
    /*padding-bottom: 5px;*/
}

.feedMenu ul.subtabs {
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-size: auto auto;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(https://www.horseracingnation.com/images/feed-menu-border-bottom.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	list-style-type: square;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 100%;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}
.feedMenu ul.subtabs li {
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-left-color-value: #D7D7D7;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-left-width-value: 1px;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-right-color-value: #D7D7D7;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-style-value: solid;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-right-width-value: 1px;
	display: block;
	float: left;
	font-size: 14px;
	margin: 3px 3px 0 3px;
	border: 1px solid #D7D7D7;
	text-decoration: none;
	height: 30px;
}
.feedMenu ul.subtabs li.active {
    border-bottom-color: #FFFFFF;
}
.feedMenu ul.subtabs li.active a {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

.feedMenu ul.subtabs li a {
	background-color: #F7F7F7;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	color: #0d50a1;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	text-decoration: none;
}
.feedMenu ul.subtabs li img 
{
	padding: 6px 10px 8px 10px;
}
.feedMenu ul.subtabs li a:hover {
	text-decoration: underline;
}
