/*******
    Default Positioning
    Do not change
*******/

.sf-menu, #main-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#main-menu {
	line-height:	1.0;
}
#main-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#main-menu ul li {
	width:			100%;
}
#main-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#main-menu li {
	float:			left;
	position:		relative;
}
#main-menu a {
	display:		block;
	position:		relative;
}
#main-menu li:hover ul,
#main-menu li.sfHover ul {
	left:			0;
	z-index:		3;
}
ul#main-menu li:hover li ul,
ul#main-menu li.sfHover li ul {
	top:			-999em;
}
ul#main-menu li li:hover ul,
ul#main-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#main-menu li li:hover li ul,
ul#main-menu li li.sfHover li ul {
	top:			-999em;
}
ul#main-menu li li li:hover ul,
ul#main-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*******
    First Level Styles
*******/
    .nav {
        width: 950px;
      	position: relative;
      	margin: 0 auto;
      	padding-top: 7px;
        }

        .nav ul#main-menu {
            float: left;
            padding: 0 0 0 80px;
            }                       

/*******
    Special styles
*******/
.nav ul#main-menu li#main-menu6 {
    margin-left: 180px;
	}
	
ul#main-menu li#main-menu7 a,
ul#main-menu li#main-menu4 a {
    background-image: none;
    }

ul#main-menu li#main-menu7 li.level-2 a,
ul#main-menu li#main-menu4 li.level-2 a {
	background: #323232 url(images/superfish-dropdown-div.png) bottom repeat-x;
	}

ul#main-menu li#main-menu7 li.level-2 a:hover,
ul#main-menu li#main-menu4 li.level-2 a:hover {
	background: #DBBC8A url(images/superfish-dropdown-div.png) bottom repeat-x;
}

ul#main-menu li#main-menu7 li.level-3 a,
ul#main-menu li#main-menu4 li.level-3 a {
	background: #fff url(images/superfish-dropdown-div.png) bottom repeat-x;
	}

ul#main-menu li#main-menu7 li.level-3 a:hover,
ul#main-menu li#main-menu4 li.level-3 a:hover {
	background: #DBBC8A url(images/superfish-dropdown-div.png) bottom repeat-x;
}

/*******
    New Styles
*******/

.nav ul#main-menu {
	list-style-type: none;
	}

.nav ul#main-menu li {
	display: inline;
	position: relative;
	}

.nav ul#main-menu li a {
	background: url(images/seperator.png) no-repeat scroll right top;
	color: #DBBC8A;;
	padding: 16px 15px 3px;
	height: 24px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	}

.nav ul#main-menu li a:hover {
	background-color: #DBBC8A;
	color: #000;
	}

.nav ul#main-menu li a > .sf-sub-indicator { /* give all except IE6 the correct values */
	top: 18px;
    }

.nav ul#main-menu li a.sf-with-ul {
    min-width:		1px;    /* trigger IE7 hasLayout so spans position accurately */
    padding-right: 	24px;
	}
	
/*******
    Submenu
*******/

.nav ul#main-menu ul {
	position: absolute;
	top: 43px;
	width: 400px;
	padding-right: 8px;
	padding-bottom: 12px;
	display: none;
	}

.nav ul#main-menu ul li {
	display: block;
	width: 49%;
	}

.nav ul#main-menu ul li a {
	background: #323232 url(images/superfish-dropdown-div.png) bottom repeat-x;
	color: #DBBC8A;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	}

.nav ul#main-menu ul li a:hover {
	background-color: #DBBC8A;
	color: #000;
	}

.nav ul#main-menu ul li a > .sf-sub-indicator { /* give all except IE6 the correct values */
	top: 12px;
    }

/*******
    Third level
*******/

.nav ul#main-menu ul ul {
	top: 0;
	}

.nav ul#main-menu ul ul li {
	}

.nav ul#main-menu ul ul li a {
	background-color: #fff;
	color: #000;
	}


/*******
    Arrows 
*******/

        .sf-sub-indicator {
            position:		absolute;
            display:		block;
            right:			6px;
            width:			10px;
            height:			10px;
            text-indent: 	-999em;
            overflow:		hidden;
            background:		url(images/superfish-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 */
            background-position: 0 -100px; /* use translucent arrow for 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 {    /* apply hovers to modern browsers */
                background-position: -10px -100px; /* arrow hovers for modern browsers*/
                }
    
    #main-menu ul .sf-sub-indicator {   /* point right for anchors in subs */
        background-position:  -10px 0; 
        }
        
        #main-menu ul a > .sf-sub-indicator { 
            background-position:  0 0; 
            }
                
        #main-menu ul a:focus > .sf-sub-indicator,
        #main-menu ul a:hover > .sf-sub-indicator,
        #main-menu ul a:active > .sf-sub-indicator,
        #main-menu ul li:hover > a > .sf-sub-indicator,
        #main-menu ul li.sfHover > a > .sf-sub-indicator {  /* apply hovers to modern browsers */
            background-position: -10px 0;                  /* arrow hovers for modern browsers*/
            }

/*******
    Shadows
*******/

    .sf-shadow ul {
        background:	url(images/superfish-shadow.png) no-repeat bottom right;
        padding: 0 8px 9px 0;
        -moz-border-radius-bottomleft: 17px;
        -moz-border-radius-topright: 17px;
        -webkit-border-top-right-radius: 17px;
        -webkit-border-bottom-left-radius: 17px;
        }
        
    .sf-shadow ul.sf-shadow-off {
        background: transparent;
        }
	
        ul#main-menu li ul li .sf-sub-indicator,
        ul#main-menu li ul li.sfHover .sf-sub-indicator,
        ul#main-menu li ul li.hover .sf-sub-indicator {
            background: url(images/superfish-arrows-ffffff-right.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
            }
