hr {
	color: #E0E0E0;
}
table {
	border: #CC9933;
}
.new-market-header-style {
	background-image: url(../Images/Logo/new-market-today.gif);
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	color: #FFFF00;
	font-weight: bold;


}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-stretch: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: Black;
}

.new-market-footer-style{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.new-market-content-header{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Maroon;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #fffccc;
	font-size: 20px;
}

.new-market-content-subheader{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Maroon;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #fffccc;
	font-size: 14px;
}

.new-market-listing{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #660033;
	font-variant: small-caps;
}

.new-market-sublisting{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #660033;
	font-variant: small-caps;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li {
	float: left;
	width: 10em;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.new-market-menu-listing{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #660033;
	background-color: #cccc99;
	border-bottom-style: solid;
	border-bottom-color: #660033;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #660033;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: #660033;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #660033;
	border-right-width: 1px;
	border-color: #660033 #660033 #660033 #660033;
}