#mainNav {

	/*position: absolute;
	top: 19px;*/
	/*text-align: right;*/
	z-index: 1000;
	width: 450px;
	/*margin: 0px auto;*/
	padding: 0px;
	border: solid 0px red;
	float: right;
	margin: 45px 14px 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-mmsub.png) top left repeat-x;
	color: #000000; 
	font-size:12px;
	z-index: 99;
	padding: 10px; 
	text-align: left; 
	width: auto;
	/*width: 401px;*/
	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: 5px; width: 168px;}
.MegaMenuSubContainer div div { float: none; width: auto; padding: 0px;}
.MegaMenuSubContainer a { 
	display: block; 
	color: #191919; 
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	line-height: 27px;
	padding: 0px 0px 0px 0px;
/*	border-bottom: dotted #CCCCCC 1px;*/
}
/*.MegaMenuSubContainer div div a { padding: 0px; }*/
.MegaMenuSubContainer a:hover {
	background-color: #F2F2F2;
	color: #000000;
	text-decoration: none;
	border-top: dotted #000000 1px;
	border-bottom: dotted #000000 1px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	line-height: 25px;
}



.MegaMenuSubContainer a:hover span {
	font-size:11px;
}


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

.MegaMenuTop a
{
	display: block;
	width: auto;
	height: 20px;
	color: #333333;
	padding: 0px 15px 0px 15px;
}


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

.MegaMenuHover { 
	/*background: url(../images/bg-mmsub.png) #FFFFFF top left repeat-x;*/
	background-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;
}

.nosub {
	border-bottom:solid 1px #000000;
/*	height: 59px;*/
}

