#megamenu {
	list-style:none;
	width:940px;
	margin:0px auto 0px auto;
	height:35px;
	padding:0px 5px 0px 5px;
	z-index:1000;
	background: #ffffff;
font-family: QuicksandLight, Arial;
}

#megamenu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin:0px;
	line-height:26px;
font-family: QuicksandLight, Arial;
		z-index:1001;
}

#megamenu .firstli {border-left:0px;}

#megamenu li:hover {
	/*border: 1px solid #777777;*/
	padding: 4px 10px 4px 10px;
	background: #D6D4BB;

	
}

#megamenu li a {
font-family: QuicksandBold, Arial;
	font-size:16px; 
	color: #3C575C;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 0px;
}
#megamenu li a:hover {#404040;}


#megamenu li:hover a {color:#404040;}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:0px;
		z-index:2002;
	/* Gradient background */
	background:#ffffff;
border-left:1px solid #F7F6F2;
border-right:1px solid #F7F6F2;
border-bottom:1px solid #F7F6F2;
}



.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#megamenu li:hover .dropdown_1column, 
#megamenu li:hover .dropdown_2columns, 
#megamenu li:hover .dropdown_3columns,
#megamenu li:hover .dropdown_4columns,
#megamenu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#megamenu .menu_right {
	float:right;
	margin-right:0px;
}
#megamenu li .align_right {
    	/*border-bottom:7px solid #97B3C9;*/
}

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

#megamenu p, #megamenu h2, #megamenu h3, #megamenu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	font-size:11px;
	text-align:left;

}
#megamenu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#megamenu h3 {

	font-size:12px;
	font-weight:300;
	line-height:20px;
	margin:5px 0 2px 0;
	padding-bottom:2px;
	color:#97B3C9;
}

#megamenu .colchange_1 h3 {color:#97B3C9;}/*sea green*/
#megamenu .colchange_8 h3 {color:#97B3C9;}/*salmon*/
#megamenu .colchange_2 h3 {color:#97B3C9;}/*pink*/
#megamenu .colchange_5 h3 {color:#97B3C9;}/*purple*/
#megamenu .colchange_6 h3 {color:#97B3C9;}/*orange*/
#megamenu .colchange_7 h3 {color:#97B3C9;}/*yellow*/
#megamenu .colchange_4 h3 {color:#97B3C9;}/*blue*/
#megamenu .colchange_0 h3 {color:#97B3C9;}/*green*/

#megamenu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#megamenu li:hover div .red {color:#C00000;font-weight:600;}
#megamenu li:hover div a {	font-size:11px;	color:#202020;}
#megamenu li:hover div a:hover {color:#97B3C9;}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#megamenu li .black_box {
	background-color:#333333;
	color: #eeeeee;

	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#megamenu li ul {
	list-style:none;
	padding:0;
	margin:0 0 7px 3px;
}
#megamenu li ul li {
	font-family:Arial;
	font-size:11px;
	line-height:20px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:127px;
	border:0px;
	color:#202020;
}
#megamenu li ul li a {font-family:arial;}
#megamenu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#megamenu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#megamenu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}