.top_menu { width: 100%; height: 42px; background-color: white; line-height: 42px; text-transform: uppercase; font-weight: bold; font-size: 14px; }
.top_menu a { color: #6f787d; text-decoration: none; }
.top_menu a.selected { color: #4f575c; }
.top_menu td.menu_parent { float: left; width: 12.5%; text-align: center; }
.top_menu td.menu_parent:hover { background-color: #2d2d2d; border-bottom: 3px #00ccff inset; height: 39px; }
.top_menu td.menu_parent:hover a { color: white; }
.top_menu td.menu_parent div.menu_child { position: absolute; display: none; width: 240px; background-color: white; margin-top: 42px; z-index: 10; padding: 0 20px; text-align: left; }
.top_menu td.menu_parent:hover div.menu_child { background-color: #2d2d2d; display: block; }
.top_menu td.menu_parent div.menu_child a { display: block; width: 120px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; float: left; }
.top_menu td.menu_parent div.menu_child a:hover { color: #00ccff; }


#menu {
	list-style:none;
	width:795px;
	float:right;
	height:46px;
	text-transform: uppercase;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	border:none;
	line-height: 46px;
	padding: 0 30px;
	max-width: 110px;
	padding-left: 0px;
    padding-right: 60px;
}

#menu li:hover {
	background-color: #2d2d2d;
}
#menu li.parent:hover {
	border-bottom: 3px #FFAE00 inset; height: 43px;
}
/*
#menu li.parent.active { border-bottom: 3px #00ccff inset; height: 39px; }
#menu li.active { background-color: #2d2d2d; }
#menu li.active a { color: white; }
*/
#menu li a {
	font-family:"Helvetica Neue",Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #6f787d;
	display:flex;
	outline:0;
	text-decoration:none;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 160px;
    padding-left: 30px;
    padding-right: 30px;
}
#menu li.parent a {

}
#menu li.children a {
	padding: 0px;
	height: 42px;
	display: block;
	line-height: 42px;
}

#menu li:hover a {
	color: white;
}
#menu li .drop {

}
#menu li:hover .drop {

}

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	background-color: #2d2d2d;

	z-index: 110;
}

.dropdown_1column {width: 145px; padding-left: 15px; padding-right: 0px;}
.dropdown_2columns {width: 300px;padding-left: 15px; margin-left: 0px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:0px;
	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:115px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {

}

#menu li:hover .align_right {
	left:auto;
	right:0px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color: white;
}
#menu li:hover div a:hover {
	color: #FFAE00;
}

#menu li ul {
	list-style:none;
	padding:0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:120px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu 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;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}