/*
.superfish-header:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0; height: 0;
    overflow: hidden;
    font-size: 0;
}
.ie7 .superfish-header { zoom:1; }

ul.superfish-header, ul.superfish-header * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
ul.superfish-header ul {
	position:		absolute;
	top:			-999em;
	width:			10em;
        margin-top:             5px;
        border-bottom:          1px solid #f6d4bd;
        padding-right:          2px;
}
ul.superfish-header ul li ul{
        margin-top:0;
}
ul.superfish-header ul li {
	width:			100%;
        display:                block;
        background:             none;
        border-width:           1px 1px 0 1px;
        border-style:           solid;
        border-color:           #f6d4bd;
}
ul.superfish-header li:hover {
	visibility:		inherit;
}
ul.superfish-header li {
	float:			left;
	position:		relative;
}
ul.superfish-header a {
	opacity:                0.95;
        background:             url(../images/menu_dropdown_bkg.gif) repeat-x left bottom;
        color:                  #0F70B8;
        display:                block;
        font-size:              12px;
        font-weight:            bold;
        height:                 31px;
        line-height:            27px;
        margin-left:            0;
        padding:                3px 18px 0;
        text-transform:         uppercase;
        white-space:            nowrap;
}
ul.superfish-header li ul li a{
        text-transform:         capitalize !important;
}
ul.superfish-header li:hover ul,
ul.superfish-header li.sfHover ul {
	left:			0;
	top:			2.5em;
	z-index:		99;
}
ul.superfish-header li:hover li ul,
ul.superfish-header li.sfHover li ul {
	top:			-999em;
}
ul.superfish-header li li:hover ul,
ul.superfish-header li li.sfHover ul {
	left:			10em;
	top:			0;
}
ul.superfish-header li li:hover li ul,
ul.superfish-header li li.sfHover li ul {
	top:			-999em;
}
ul.superfish-header li li li:hover ul,
ul.superfish-header li li li.sfHover ul {
	left:			10em;
	top:			0;
}
ul.superfish-header li a:hover{
    background:             url(../images/main-menu-hover.gif) repeat-x left top;
    color:White;
}

#header ul.superfish-header .active > a,
#footer ul.superfish-header .active > a{
    background:             url(../images/main-menu-hover.gif) repeat-x left top;
    color:White;
}

ul.superfish-header a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px;
}
ul.superfish-header .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em;
	width:			10px;
	height:			10px;
	text-indent:            -999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px;
}
ul.superfish-header a > .sf-sub-indicator {
	top:			.8em;
	background-position:    0 -100px;
}
*/
/* apply hovers to modern browsers *//*

ul.superfish-header a:focus > .sf-sub-indicator,
ul.superfish-header a:hover > .sf-sub-indicator,
ul.superfish-header a:active > .sf-sub-indicator,
ul.superfish-header li:hover > a > .sf-sub-indicator,
ul.superfish-header li.sfHover > a > .sf-sub-indicator {
	background-position:    -10px -100px;
}


ul.superfish-header ul .sf-sub-indicator { background-position:  -10px 0; }
ul.superfish-header ul a > .sf-sub-indicator { background-position:  0 0; }

ul.superfish-header ul a:focus > .sf-sub-indicator,
ul.superfish-header ul a:hover > .sf-sub-indicator,
ul.superfish-header ul a:active > .sf-sub-indicator,
ul.superfish-header ul li:hover > a > .sf-sub-indicator,
ul.superfish-header ul li.sfHover > a > .sf-sub-indicator {
	background-position:    -10px 0;
}*/
