/*
  jQuery MegaMenu Plugin
  Author: GeekTantra
  Author URI: http://www.geektantra.com
*/


#main_nav {
	float: left;
	width: 960px;
	height: 57px;

}

#main_nav h2{
	font-weight: bold;
	padding: 2px 0px;
	margin: 0px;
}

#main_nav p{
text-align: left;
margin-top: 0px;
margin-left: 2px;
font-size: 11px;
line-height: 15px;
color: #fff;
}

#main_nav a:hover {
	color:#ffffff;
}

#main_nav div a{
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	display: block;
	padding: 4px 3px;
	margin-left:14xp;
	color: #e7e7e7;
}

#main_nav div a:hover{
	color: #ffffff;
	background: rgba(255, 255, 255, .1);
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 13);
/*-ms-filter must come before filter*/
filter: alpha(opacity = 13);
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*All filters must be placed together*/

}

ul.megamenu {
  margin: 0;
  padding:0; 
  list-style: none;
  display: none;
}

ul.megamenu li.mm-item {

	
}

ul.megamenu li.menublue {
	background-image: url(/wp-content/themes/urac/images/main_menu_acceditation.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	height: 57px;
	width: 320px;
	font-size: 17px;	
	text-shadow: 1px 1px 2px #0e5882;
    filter: dropshadow(color=#0e5882, offx=1, offy=1);
}


ul.megamenu li.menuyellow {
	background-image: url(/wp-content/themes/urac/images/main_menu_education.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	height: 57px;
	width: 320px;
	font-size: 17px;	
	text-shadow: 1px 1px 2px #867214;
    filter: dropshadow(color=#867214, offx=1, offy=1);
}

ul.megamenu li.menupink {
	background-image: url(/wp-content/themes/urac/images/main_menu_resource.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	height: 57px;
	width: 320px;
	font-size: 17px;	
	text-shadow: 1px 1px 2px #9d0f3e;
    filter: dropshadow(color=#9d0f3e, offx=1, offy=1);
}


ul.megamenu li.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
  position: relative;
  display: inline-block;
  color: #FFF; 
  text-transform: uppercase;
  font-weight: 700;
line-height: 57px;
  z-index: 10;
}


ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
color: #fff !important;

}

ul.megamenu div.mm-item-content {
  background: #fff;
  width: 960px;
  color: #000;
  padding: 0px;
  position: absolute;
  font-size:11px;

  z-index: 9;
  height: 260px !important;

}

.mm-content-base {
	text-shadow: none;
	filter: none;
  position: relative;
  z-index: 11;


}
#mm-js-shadow {

  position: absolute;
  z-index: 10;

}
.menubox_blue {
	float:left;
	width: 305px;
	background: url(/wp-content/themes/urac/images/menushadow.png) no-repeat right center #136c9e;
	padding: 13px 32px 5px 7px;
	height: 202px;
	color: #fff;
	font-size: 12px;

}

.menubox_yellow {
	float:left;
	width: 305px;
	background: url(/wp-content/themes/urac/images/menushadow.png) no-repeat right center #a18930;
	padding: 13px 32px 5px 7px;
	height: 202px;
	color: #fff;
	font-size: 12px;
}

.menubox_pink {
	float:left;
	width: 305px;
	background: url(/wp-content/themes/urac/images/menushadow.png) no-repeat right center #b51349;
	padding: 13px 32px 5px 7px;
	height: 202px;
	color: #fff;
	font-size: 12px;
}

#main_nav h1 {
	color: #fff;
	font-weight: bold;
	text-align:left;
	margin-left: 2px;
	display: block;
	margin-bottom: -2px;
	font-size: 13px;
}

.menubox2_blue, .menubox2_yellow, .menubox2_pink {
	min-width: 190px;
	float: left;
	height: 163px;
	margin: 10px 0px 3px 8px;
	padding: 15px 5px 3px 8px;
	text-align:left;
}


.menubox2_blue h2 {
	border-bottom: 1px solid #1c89c8;
	font-size:13px;
	padding: 3px;
}

.menubox2_yellow h2 {
	border-bottom: 1px solid #e1c84c;
		font-size:13px;
	padding: 3px;
}


.menubox2_pink h2 {
	border-bottom: 1px solid #e15c88;
		font-size:13px;
	padding: 3px;
}


.floatright {
	display: block;
	text-align: center;
}
