#menu {
	clear:both;
	padding-top:5px;
	height:28px; /* See [1] */
	background: url(/images/menu.gif) 0px 5px repeat-x;}

.nav, .nav * {
    margin:0;
    padding:0;
    list-style:none;}

.nav {
  height:28px;
}

/* submenu */
.nav ul {
    position:absolute;
    top:-999em;
    width:160px; /* left offset of submenus need to match. See [2] */}

.nav ul li {
   width:100%;
}

.nav li:hover {
    visibility:inherit; /* fixes IE7 'sticky bug' */}

.nav li {
    float:left;
    position:relative;
}

.nav a {
    display:block;
    position:relative;}

/* submenu width */
/*.nav li ul li {
    width:100%;}
*/
.nav li ul li ul li {
    width:110%;}


.nav li:hover ul,
.nav li.sfHover ul {
    left:0;
    top:28px; /* match top ul list item height see [1] */
    z-index:99;}

ul.nav li:hover li ul,
ul.nav li.sfHover li ul {
    top:-999em;}

ul.nav li li:hover ul,
ul.nav li li.sfHover ul {
    left:160px; /* match ul width. See [2] */
    top:0;}

ul.nav li li:hover li ul,
ul.nav li li.sfHover li ul {
    top:-999em;}

ul.nav li li li:hover ul,
ul.nav li li li.sfHover ul {
    left:160px; /* match ul width see [2] */
    top:0;}

.nav ul#products-services li {
  width:260px;
}

/* Skin */
.nav li a {
    padding:5px 10px 7px 10px;
    display:block;
}

.nav ul li a {
    padding:5px 10px 3px 10px;
    height:20px;
    display:block;
}

.nav {
/*	    height: 28px;*/
	    float:left;	
}
.nav a {
    padding:0.75em 1em;
    text-decoration:none;
}

.nav a, .nav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color:#fff;}

.nav li li, .nav li li li {
    background:#f78f1e;}

.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
    background:#1C3764;
    outline:0;}

/* Arrows */
.nav a.sf-with-ul {
    padding-right:1.5em;
    min-width:1px; /* trigger IE7 hasLayout so spans position accurately */}

.sf-sub-indicator {
    position:absolute;
    display:block;
    right:0.5em;
    top:1.05em; /* IE6 only */
    width:10px;
    height:10px;
    text-indent:-999em;
    overflow:hidden;
    background:url(/images/arrows.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:0.6em;
    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 */
.nav ul .sf-sub-indicator {background-position:-10px 0;}
.nav ul a > .sf-sub-indicator {background-position:0 0;}

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