/*  _____________________________________________________________________________

    01 MENU BAR
    _____________________________________________________________________________  */



.megamenu_container {
	width:950px;
	height:39px;
	position: relative;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}


.megamenu {
	list-style:none;
	z-index:9999;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:1;
	font-weight: normal;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}
	.megamenu li {
		float:left;
		margin:0 0px 0 0;
		border:none;
	}
		.megamenu li:hover, .active {
	text-decoration: none;

		}
		.megamenu li.noactive {
			background:none;
		}
		.megamenu li a {
	font-size:12px;
	color:#000000;
	outline:0;
	font-weight:normal;
	text-decoration:none;
	display:block;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
		}
		.megamenu li:hover a {
	color: #333333;
		}
		.megamenu li .drop {
	
	background-image: url(../img/down.png);
	background-repeat: no-repeat;
	background-position: right center;
		}

		/* Right aligned menu item */
		
		.megamenu li.right {
			float:right;
			margin-right:-1px;
		}
		.megamenu li.right a {
			margin-right:5px;
		}



/*  _____________________________________________________________________________

    02 DROP DOWN COMMON CONTAINER
    _____________________________________________________________________________  */



.megamenu li .dropcontent {
	position:absolute;
	left:-9999em;
	top:35px; /* Places the drop down under the menu bar */
	z-index:9998;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
.megamenu li .dropfirst {
	margin:0 auto 0 -1px; /* Fixes a 1px issue for the 1st drop down */
}

/* Showing Drop Down on Mouse Hover - Left aligned */

.megamenu li:hover .dropcontent {
	left:auto;
	text-decoration: none;
}

/* Showing Drop Down on Mouse Hover - Right aligned */

.megamenu li .align_right {
	right:-1px;
}
.megamenu li:hover .align_right {
	left:auto;
	right:-1px;
}

/* Full width drop down */

.megamenu li .fullwidth {
	position: absolute;
	width: 170px;
	left:-9999em;
	top:44px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	display: block;
}
.megamenu li:hover .fullwidth {
	display: block;
	z-index:9998;
	left: -1px;
}



/*  _____________________________________________________________________________

    03 DROP DOWN SPECIFIC CONTAINERS
    _____________________________________________________________________________  */



.megamenu .drop1column {width: 80px;}
.megamenu .drop2columns {width: 160px;}
.megamenu .drop3columns {width: 240px;}
.megamenu .drop4columns {width: 345px;}
.megamenu .drop5columns {width: 400px;}
.megamenu .drop6columns {width: 540px;}
.megamenu .drop7columns {width: 600px;}
.megamenu .drop8columns {width: 640px;}
.megamenu .drop9columns {width: 720px;}
.megamenu .drop10columns {width: 800px;}
.megamenu .drop11columns {width: 880px;}
.megamenu .drop12columns {width: 170px;}



/*  _____________________________________________________________________________

    04 COLUMNS GRID
    _____________________________________________________________________________  */



.megamenu .col_1,
.megamenu .col_2,
.megamenu .col_3,
.megamenu .col_4,
.megamenu .col_5,
.megamenu .col_6,
.megamenu .col_7,
.megamenu .col_8,
.megamenu .col_9,
.megamenu .col_10,
.megamenu .col_11,
.megamenu .col_12 {
	float: left;
	display:inline;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}
.megamenu .col_1 {width:50px;}
.megamenu .col_2 {width:150px;}
.megamenu .col_3 {width:210px;}
.megamenu .col_4 {width:345px;}
.megamenu .col_5 {width:370px;}
.megamenu .col_6 {width:540px;}
.megamenu .col_7 {width:600px;}
.megamenu .col_8 {width:610px;}
.megamenu .col_9 {width:690px;}
.megamenu .col_10 {width:770px;}
.megamenu .col_11 {width:850px;}
.megamenu .col_12 {width:170px;}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
