#mainNav {
	/*position: absolute;
	top: 19px;*/
	/*text-align: right;*/
	z-index: 1000;
	width: 580px;
	/*margin: 0px auto;*/
	padding: 0px;
	border: solid 0px red;
	float: right;
	margin: 8px 0px 0px 0px;
}

#mainNav a, #mainNav a:visited {
	text-decoration: none;
}


/*----- Main Nav -----*/

.MegaMenuSubContainer h3
{
	margin: 0px;
	padding: 0px;
	border-bottom: dotted #000000 1px;
}

.MegaMenuSubContainer { 
	position: absolute;
	background: url(../images/bg-main-nav-container.png) top left repeat-x;
	color: #000000;
	z-index: 99;
	padding: 0px; 
	text-align: left; 
	/*width: 572px;*/
	margin: -2px 0px 0px 0px;
	border:solid 1px #000000;
}

.curve_tl { 
	/*-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;*/
}
.curve_tr { 
	/*-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;*/
}

.MegaMenuSubContainer h3 {
        font-size: 14px;
}

.mmBorderLeft { 
	border-left: dotted 1px #000000; 
}

.mmBorderRight { 
	border-right: solid 1px #eeeeee; 
}

.mmBorderBottom { 
	border-bottom: solid 1px #eeeeee; 
}

.mmBorderTop { 
	border-top: solid 1px #eeeeee; 
}

.MegaMenuSubContainer div { 
	height: 100%; 
	float: left; 
	padding: 7px 0px 7px 0px; 
	width: 196px;
}

.MegaMenuSubContainer div div { 
	float: none; 
	width: auto; 
	padding: 0px;
}

/*.MegaMenuSubContainer div a { 
	background: url(../images/navarrow.png) 0px 11px no-repeat;
}*/

.MegaMenuSubContainer a { 
	padding: 3px 3px 3px 7px; 
	display: block; 
	color: #000000; 
	font-size: 12px; 
	line-height: 22px;
	/*border-bottom: solid #CCCCCC 1px; */
}

/*.MegaMenuSubContainer div div a { padding: 0px; }*/


.MegaMenuSubContainer a:hover { 
	background-color: #FFFFFF;
	color: #000000; 
	text-decoration: none;
	line-height: 22px; 
	border: solid 1px #000000;
	padding: 2px 2px 2px 9px; 
}

.MegaMenuTop {
	background: url(../images/bg-main-nav.jpg) #8295A5 top left repeat-x;
	position: relative;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	border: solid #CCCCCC 1px;
	z-index: 98;
	margin-left: 6px;
	float: right;
}

.MegaMenuTop a
{
	display: block;
	width: 108px;
	height: 60px;
	color: #FFFFFF;
}


.MegaMenuHover a
{
	color: #000000;
	text-decoration: none;
}

.MegaMenuHover { 
	background: url(../images/bg-main-nav-on.png) top left repeat-x;
 	color: #FFFFFF;
 	border-right:solid 1px #000000;
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	border-bottom:solid 0px #000000;
 	z-index: 100;
 	position: relative;
}


a.MMSubTop {
	font-weight: bold;
	color: #000000;
	padding: 3px 0px 3px 15px;
	line-height: 22px;
	background: url(../images/navarrow.png) 0px 11px no-repeat;
}


a.MMSubTop:hover {
	padding: 2px 0px 2px 14px;	
	background: url(../images/navarrow.png) -1px 10px no-repeat;
	background-color:#FFFFFF;
}

a.loneSubTop {
	font-weight: normal;
	color: #000000;
	line-height: 22px;
	padding: 3px 0px 3px 15px;
}
.nosub {
	border-bottom:solid 1px #000000;
/*	height: 59px;*/
}


a.MMtitleSpan {
	background: none;
	color: #333333;
	border-bottom: dotted 1px #333333;
	padding: 2px 1px 2px 9px; 
}

a.MMtitleSpan:hover {
	cursor: default;
	background: none;
	color: #333333;
	border-bottom: dotted 1px #333333;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 2px 2px 2px 9px; 
}
