
/*** ESSENTIAL STYLES ***/
.sf-menu {
    margin:0;
    padding:0;
    list-style:	none;
    font-size: 11px;
}
.sf-menu {
    line-height:1.0;
    height:34px;
    margin-top: 5px;
}
.sf-menu ul {
    position:absolute;
    top:-999em;
    width:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width:100%;
}
.sf-menu li:hover {
    visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float:left;
    position:relative;
    font-weight:bold;
}
.sf-menu a {
    display:block;
    position:relative;
}
.sf-menu ul {
    z-index:99;
}

/*** DEMO SKIN ***/
.sf-menu {
    float:left;
    margin-bottom:0em;
    background: url('/media/website/menu/menu-centre.png') repeat-x center center;
    width:100%;
}
.sf-menu a {
    /*  border-left:    0px solid #fff;
        border-top:     0px solid #CFDEFF;*/
    padding: .85em 1em;
    text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color:#000;
    text-transform: uppercase;
}
.sf-menu li {
    background: transparent;
}
.sf-menu li li {
    /*background:       #b4b3b3;*/
}
.sf-menu li li li {
    /*background:       #ccc;*/
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    /*background:       #efefef;*/
    outline:0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position:absolute;
    display:block;
    right:.75em;
    top:1.05em; /* IE6 only */
    width:10px;
    height:10px;
    text-indent: -999em;
    overflow:hidden;
    background:url('/media/website/menu/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
    top:.8em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/***************
Left Menu 
*****************/

.leftmenu_products, .leftmenu_services, .leftmenu_articles,
.leftmenu_news,.leftmenu_case_studies,.leftmenu_publications,
.leftmenu_tips , .leftmenu_gallery,.leftmenu_links{
    margin: 0px auto;height:30px;
    display:block;width:212px;
}
.lefBarNev1 {
    background: transparent url(/media/button/leftmenu1.jpg) no-repeat;
    padding-top: 41px;height: 86px;margin-bottom: 0px;
}
.leftmenu_products{
    background: url(/media/button/left_products_services.jpg) 0 180px;
}
.leftmenu_products.selected, a:hover.leftmenu_products { 
    background: url(/media/button/left_products_services.jpg)  212px 0px;
}
.leftmenu_services{
    background: url(/media/button/left_products_services.jpg) 0 210px;
}
.leftmenu_services.selected, a:hover.leftmenu_services { 
    background: url(/media/button/left_products_services.jpg)  212px 30px;
}

.lefBarNev2{
    background: transparent url(/media/button/leftmenu2.jpg) no-repeat;
    padding-top: 45px;height: 239px;margin-bottom: 0px;
}
.leftmenu_articles{background: url(/media/button/left_content.jpg) 0 -9px;}
.leftmenu_articles.selected, a:hover.leftmenu_articles {
    background: url(/media/button/left_content.jpg)  212px -9px;
}
.leftmenu_news{background: url(/media/button/left_content.jpg) 0 -41px;}
.leftmenu_news.selected, a:hover.leftmenu_news { 
    background: url(/media/button/left_content.jpg)  212px -41px;
}
.leftmenu_case_studies{background: url(/media/button/left_content.jpg) 0 -71px;}
.leftmenu_case_studies.selected, a:hover.leftmenu_case_studies { 
    background: url(/media/button/left_content.jpg)  212px -71px;
}
.leftmenu_publications{background: url(/media/button/left_content.jpg) 0 -101px;}
.leftmenu_publications.selected, a:hover.leftmenu_publications { 
    background: url(/media/button/left_content.jpg)  212px -101px;
}
.leftmenu_tips{background: url(/media/button/left_content.jpg) 0 -131px;}
.leftmenu_tips.selected, a:hover.leftmenu_tips { 
    background: url(/media/button/left_content.jpg)  212px -131px;
}
.leftmenu_gallery{background: url(/media/button/left_content.jpg) 0 -161px;}
.leftmenu_gallery.selected, a:hover.leftmenu_gallery { 
    background: url(/media/button/left_content.jpg)  212px -161px;
}
.leftmenu_links{background: url(/media/button/left_content.jpg) 0 -191px;}
.leftmenu_links.selected, a:hover.leftmenu_links { 
    background: url(/media/button/left_content.jpg)  212px -191px;
}

