#topmenuLeft .left_menu, #topmenuLeft .left_menu ul {
	list-style: none;
	position:absolute;
	left:0;
}
#topmenuLeft .left_menu {
	list-style: none;
}
#topmenuLeft .left_menu li.level1 {
	text-align:center;
	float:left;
	padding: 0 12px;
}
#topmenuLeft .left_menu li.level1:hover {
	background-color: #f1f1f1;
}
#topmenuLeft .left_menu li.level1:hover a {
	color:#4d4d4d !important;
}
#topmenuLeft .left_menu li.level1 a {
	display: block;
	line-height:35px;
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
}
#topmenuLeft .left_menu li.level1 ul {
	display: none;
	text-align: left;
	width:476px;
	background-color:#f0f0f0;
	position:absolute;
	padding:10px;
	/*opacity:0.9;*/

	border-bottom:12px solid #4d4d4d;
	z-index:100;
}
#topmenuLeft .left_menu li.level1:hover ul {
	display: block;
}
#topmenuLeft .left_menu li.level1 ul li {
	display:inline;
	float:left;
	width:155px;
	border-bottom: 0px solid #2588A5;
	margin-left:3px;
}
#topmenuLeft .left_menu li.level1 ul li a {
	line-height:30px;
	padding: 0 3px 0 15px;
	font-size:14px;
	color:#4d4d4d;
	text-transform:none;
	background-image:url(submenu_arrow.png);
	background-repeat:no-repeat;
	background-position:5px 11px;
}
#topmenuLeft .left_menu li.level1 ul li a:hover {
	text-decoration:underline;
}

/*----------------------------------------right---------------------------------------------------*/



#topmenuRight .right_menu ul {
	list-style: none;
	position:absolute;
	right:0;
}

#topmenuRight .right_menu {
	list-style: none;
}
#topmenuRight .right_menu li.level1 {
	text-align:center;
	float:right;
	padding: 0 12px;
}
#topmenuRight .right_menu li.level1:hover {
	background-color: #f1f1f1;
}
#topmenuRight .right_menu li.level1:hover a {
	color:#4d4d4d !important;
}
#topmenuRight .right_menu li.level1 a {
	display: block;
	line-height:35px;
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
}
#topmenuRight .right_menu li.level1 ul {
	display: none;
	text-align: left;
	width:471px;
	background-color:#f0f0f0;
	position:absolute;
	padding:10px;
	/*opacity:0.9;*/

	border-bottom:12px solid #D60000;
	z-index:100;
}
#topmenuRight .right_menu li.level1:hover ul {
	display: block;
}
#topmenuRight .right_menu li.level1 ul li {
	display:inline;
	float:left;
	width:145px;
	border-bottom: 0px solid #2588A5;
	margin-left:3px;
}
#topmenuRight .right_menu li.level1 ul li a {
	line-height:30px;
	padding: 0 3px 0 15px;
	font-size:14px;
	color:#4d4d4d;
	text-transform:none;
	background-image:url(submenu_arrow.png);
	background-repeat:no-repeat;
	background-position:5px 11px;
}
#topmenuRight .right_menu li.level1 ul li a:hover {
	text-decoration:underline;
}

