@charset "utf-8";
/* CSS Document */

#menu {
	position: relative;
	top: 60px;
	left: 508px;
	width: 460px;
	height: 16px;
	background: #00a160;
	border: 1px solid #FFF;
	border-right: 0;
}

#menu ul {	
	margin-left: 0;
	padding: 0;
	width: 100%;
	float: left;
}

#menu ul li {
	list-style: none;
	float: left;
	position: relative;
	top: -13px;
	height: 15px;
	margin: 0 3px;
}

*:first-child+html #top #menu ul li {
	top: 0;
}

#menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
	display: block;
	height: 16px;
}

*:first-child+html #menu ul li a {
	height: 18px;
	padding-top: 1px;
}

#menu ul li a:hover, #top #menu ul li a.active {
	background: #f1efed;
	color: #333;
	
}


/*------------------- SUB MENU --------------- */

#menu ul li ul {
	display: none;
}

#sub_menu {
	display: none;
	color: #683a3f;
	background: #f1efed;
	width: 410px;
	height: 80px;
	position: relative;
	top: 16px;
	background: #f1efed url(../images/menu/bg_sub_menu.gif) top left no-repeat;
	z-index: 100 !important;
}

*:first-child+html #sub_menu {
	top: 2px;
}

#sub_menu ul {
	margin-top: -35px;
	width: 133px !important;
	height: 60px;
	float: left;
	display: block;
	/*border-right: 1px dashed #00a160;*/
}

*:first-child+html #sub_menu ul {
	position: relative;
	top: 35px;
}

#sub_menu ul li {
	position: relative !important;
	top: -4px !important;
}

*:first-child+html #sub_menu ul li {
	top: 2px !important;
	margin-bottom: 1px !important;
}

#sub_menu ul li a {
	display: block;
	width: 120px;
	height: 15px !important;
	font-size: 85% !important;
	position: relative;
	top: 5px;
	float: left;
	color: #683a3f !important;
	margin: 0;
	font-size: 12px;
	margin-left: 5px;
}

*:first-child+html #sub_menu ul li a {
	height: 15px !important;
}

#sub_menu ul li a:hover, #sub_menu ul li a.selected {
	background-color: #00a160 !important;
	color: #FFF !important;
}

#sub_menu ul.industry {
	float: left;
	width: 135px !important;
	margin-right: -1px;
}

#sub_menu ul.industry li a {
	display: inline;
	float: left;
	margin-right: -9px;
}

#sub_menu ul.industry li a:hover {
	background-color: #f2efee !important;
}

*:first-child+html #sub_menu ul.industry li a {	
	padding-bottom: 42px !important;
}
