/* ######### Drop Down ULs CSS ######### */
@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.mattblackmenu li a{ 
	display:block;
	background:url(../images/menu-bg.png) repeat-x left top;
	color:#fefefe;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
	padding:0 0 0px 9px;
	margin:0 0 0 14px;
	cursor:pointer;
	line-height:27px;
	text-transform:capitalize;
	
}
.ddsubmenustyle{ /*topmost and sub ULs, respectively*/
font-size:13px;
margin:0 0 0 0;
padding:0 0 0 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;

}

/*Code for Mozilla*/



/*End - Code for Mozilla*/

.ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-size:13px;
margin:0 0 0 0;
padding:0 0 0 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
}

@-moz-document url-prefix() 
{.ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-size:13px;
margin:10px 0 0 0;
padding:0 0 0 0;
position: absolute;
left: 0;
display:block;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
}
}

.ddsubmenustyle li a{
	font-family: 'TeXGyreAdventorRegular';
	font-weight:normal;
	display: block;
	width:200px;
	/*width of menu (not including side paddings)*/
	color:#fff;
	background:url(../images/menu-bg1.png) left top;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	border-right:solid 1px #76c41b;
	}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	font-weight:normal;
	color:#76c41b;

}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}



/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu { margin:0 auto; display:block;}
.mattblackmenu ul{padding:0px 0px 0 0px; margin:4px 0 0 0; list-style:none; height:27px;}

.mattblackmenu li{display:block; float:left; margin:0 0px 0 0;  padding:0 0px 0 0px; font-family: 'TeXGyreAdventorRegular'; border-right:solid 1px #6ab91f;}

.mattblackmenu li.last{border:none; }

.mattblackmenu li a{ 
	display:block;
	background:url(../images/menu-bg.png) repeat-x left top;
	color:#fefefe;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
	padding-left:9px;
	margin:0 0 0 14px;
	cursor:pointer;
	line-height:27px;
	text-transform:capitalize;
	
}

.mattblackmenu li a span.home{margin:0px 0 0px 0; height:27px; width:25px; background:url(../images/home.png) left top no-repeat;}
.mattblackmenu li a:hover span.home{height:27px; width:25px; background:url(../images/home.png) left bottom no-repeat;}


.mattblackmenu li a span{padding-right:9px; display:block; cursor:pointer;}

.mattblackmenu li a:visited{color:#ffffff;text-decoration:none;}

.mattblackmenu li a:hover{color:#84cb17;  }
.mattblackmenu li a:hover span {color:#68c412;}

.mattblackmenu li.nobg a:hover{}
.mattblackmenu li.nobg a:hover span{}

.mattblackmenu li a.selected{color:#fefefe; }
.mattblackmenu li a.selected span{color:#84cb17; }

.mattblackmenu li.nobg a{background:none;}

.mattblackmenu li a.check, .mattblackmenu li a.check{ color:#fefefe; background:url(../images/sap-top-menu.png) no-repeat right top; text-decoration:none; }
.mattblackmenu li a.last:hover span{ color:#84cb17; background:url(../images/arrow-menu.png) no-repeat center top;}
.mattblackmenu li a.check span, .mattblackmenu li a.check span{ }
