/* MENU */
#menuh-container
{
	/*position: absolute;*/
	width:996px;
}

#menuh
{
	background: url(../images/bgShadow.png) no-repeat bottom;
	text-transform:uppercase;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	height:45px;
	float:left;
	padding-left:23px;
	margin-left:-20px;
}
		
#menuh a
{
	font-family: tahoma;
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	/*padding: 0.3em;*/
	height:38px;
	line-height:36px;
}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
{
	font-weight:bold;
	color: #4E453E;
	/*background-color: #ffffff;*/
	text-decoration:none;
}
	
#menuh a:hover						/* menu on mouse-over  */
{
	color: #666;
	background: url(../images/bgButtons.jpg) 0px -42px no-repeat;
	text-decoration:none;
}
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
{
	/* background: url(../images/navdown_white.gif) right center no-repeat; */
}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
{
	background: url(../images/nav_white.gif) right center no-repeat;
}

#menuh ul
{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

#menuh li
{
	background: url(../images/bgButtons.jpg);
	position:relative;
	min-height: 1px;
	/*vertical-align: bottom;*/
	/*margin:0px 4px;*/
}

#menuh ul ul
{
	position:absolute;
	z-index:500;
	top:38px;
	display:none;
	
}

#menuh ul ul ul
{
	top:0;
	left:100%;
}

div#menuh li:hover
{
	cursor:pointer;
	z-index:100;
}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

.navAbout {	width:160px; height:38px;}
.navServices { width:126px; height:38px; background-position: -169px 0px !important;}
.navPartners { width:120px; height:38px; background-position: -295px 0px !important;}
.navPartners a:hover { width:120px; height:38px; background-position: -295px -42px !important;}
.navEvents { width:100px; height:38px; background-position: -420px 0px !important;}
/* .navEvents a:hover { width:100px; height:38px; background-position: -420px -42px !important;} */
.navNews {width:105px; height:38px; background-position: -530px 0px !important;}
/* .navNews a:hover {width:105px; height:38px; background-position: -530px -42px !important;} */
.navWhitePapers {width:190px; height:38px; background-position: -635px 0px !important;}
.navWhitePapers a:hover {width:190px; height:38px; background-position: -635px -42px !important;}
.navContact {width:170px; height:38px; background-position: 0px 0px !important;}
.navContact a:hover {width:170px; height:38px; background-position: 3px -42px !important;}

.MenuSub {
	text-transform:none;  font-size:11px;
	background:url(../images/bgSubMenu.jpg) no-repeat  top center;
	background-color:#E2E2E2;
	color:#E2E2E2;
}
.MenuSub a {
	text-align: left !important;
}

.MenuSub li { background :none !important; border-bottom:1px dotted #CCCCCC; }
.MenuSub li:hover { background :none !important;}
.MenuSub a { padding:0px 1em;}
.MenuSub a:hover { background :none !important; /* padding:0px 3px; */}

.MenuSubSub {
	text-transform:none;  font-size:11px;
	background-color:#EAEAEA;
	color:#EAEAEA;
}
.MenuSubSub a {
	text-align: left;
}

.MenuSubSub li { background :none !important; border-bottom:1px dotted #CCCCCC; }
.MenuSubSub li:hover { background :none !important;}
.MenuSubSub a { padding:0px 1em;}
.MenuSubSub a:hover { background :none !important; /* padding:0px 3px; */ }


.homeWrapper .head .pageWrapper{background: url(../images/homeHeadBG.jpg) 0px 45px no-repeat;}
.contactWrapper .head .pageWrapper{background: url(../images/contactHeadBG.jpg) 0px 45px no-repeat;}
.servicesWrapper .head .pageWrapper{background: url(../images/servicesHeadBG.jpg) 0px 45px no-repeat;}
.partnersWrapper .head .pageWrapper{background: url(../images/partnersHeadBG.jpg) 0px 45px no-repeat;}
.newsWrapper .head .pageWrapper{background: url(../images/newsHeadBG.jpg) 0px 45px no-repeat;}
.wpWrapper .head .pageWrapper{background: url(../images/wpHeadBG.jpg) 0px 45px no-repeat;}
.eventsWrapper .head .pageWrapper{background: url(../images/eventsHeadBG.jpg) 0px 45px no-repeat;}
.aboutWrapper .head .pageWrapper{background: url(../images/homeHeadBG.jpg) 0px 45px no-repeat;}
