#MainNav		{
	width: 960px;
	height: 40px;
	text-align: center;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(../images/Main-Nav-back.jpg);
	background-color: #B61020;
	position: relative;
	z-index: 2;
	float: left;
}
ul#topnav {
	margin: 0;
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left;
	font-size: 20px;
	color: #FFF;
	height: 40px;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	background-position: left bottom;
	background-color: #222;
	text-decoration: none;
}

ul#topnav li .sub {
	position: absolute;
	top: 40px;
	left: 0;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	background-color: #222;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	width: 260px;
}
ul#topnav li .subwrap {
	background-color: #333;
	border: 1px solid #555;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 232px;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul#topnav .sub ul li h3 {
	padding: 0px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	display: block;
	text-decoration: none;
	color: #999;
	font-size: 15px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-transform: capitalize;
	line-height: 18px;
}
ul#topnav .sub ul li a:hover {
	color: #fff;
	background-position: 5px 12px;
}

ul#topnav a.first {
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #700;
	line-height: 40px;
}
ul#topnav a.second {
	width: 220px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #700;
	line-height: 40px;
}
ul#topnav a.third {
	width: 260px;
	line-height: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #700;
}
ul#topnav a.forth {
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #700;
	line-height: 40px;
}
ul#topnav a.fifth {
	width: 126px;
	line-height: 40px;
}
