@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'zurich_cn_btregular';
    src: url('../../fonts/zurich_bt_condenced-webfont.eot');
    src: url('../../fonts/zurich_bt_condenced-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/zurich_bt_condenced-webfont.woff') format('woff'),
         url('../../fonts/zurich_bt_condenced-webfont.ttf') format('truetype'),
         url('../../fonts/zurich_bt_condenced-webfont.svg#zurich_cn_btregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-size:13px;
margin: 0;
padding: 0 0 0px 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100; 
background:#333 !important;

}
.ddsubmenustyle, .ddsubmenustyle li{ background-image:none; padding:0px ; margin:0px;}


* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 209px; /*width of menu (include side paddings of LI A*/
}



/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
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 li img{display:block; margin:10px 0 0 40px;*margin:10px 0 0 0px;}


.mattblackmenu li a{display:block; height:28px;margin-top:3px; color:#595959; text-decoration:none;  font-weight:normal; font-size:15px; text-align:center;  cursor:pointer; text-transform:uppercase; font-family: 'zurich_cn_btregular'; background:none;}



.mattblackmenu li a:hover{color:#de3b21; background:url(../../images/menu_arrow.png) no-repeat center bottom; }
.mattblackmenu li.nobg a:hover{}
.mattblackmenu li.nobg a:hover span{}

.mattblackmenu li a.selected{color:#de3b21; background:url(../../images/menu_arrow.png) no-repeat center bottom; }

.mattblackmenu li.nobg a{background:none;}


.mattblackmenu li a.check, .mattblackmenu li a.check{ color:#fefefe; background:url(../images/sap-top-menu.html) no-repeat right top; text-decoration:none; }
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
.mattblackmenu li a{ padding:0 0 0 23px;
font-weight:normal;
}
}*/


/* 6-7-12 */
.ddsubmenustyle li a{
font-family: 'zurich_cn_btregular';
display: block;
width:188px; /*width of menu (not including side paddings)*/
color:#fff;
font-weight:normal;
text-decoration: none;
padding: 5px 5px 5px 20px;
border-bottom:dashed 1px #999; background:none;
margin:0 0px 0 0px;
}

.ddsubmenustyle li a:hover{ background:#000;}


/* 9-7-12 */
.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 10px;
left: 200px!important;`
border: 0;
}
.mattblackmenu { width:auto; float:left;}
.mattblackmenu ul{ margin:14px 0 0 0 ; list-style:none; text-transform:uppercase; float:left; width:auto;}
.mattblackmenu li{display:block; float:left; margin:0 25px 0 25px; height:31px; padding:0 0px 0 0px !important; background:none !important;}
.mattblackmenu li.first{margin:0px 3px 0px 0px;}
.mattblackmenu li.last{margin:0 0 0 3px;}}

/* 14-9-12 */
.ddsubmenustyle li a:hover{
background:#1a1a1a url(../images/white-arrow.html) 10px 50% no-repeat;;
color:#fff;
 
}