<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** ESSENTIAL STYLES ***/


.sf-menuUPUP, .sf-menuUP * 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menuUP li 
{
	position: relative;
}

.sf-menuUP ul 
{
	position: absolute;
	display: none;
	bottom: 100%;
	left: 0;
	z-index: 2222222;
}

.sf-menuUP &gt; li 
{
	float: left;
}

.sf-menuUP li:hover &gt; ul,
.sf-menuUP li.sfHover &gt; ul 
{
	display: block;
}


.sf-menuUP a 
{
	display: block;
	position: relative;
}

.sf-menuUP ul ul {
	bottom: 0;
	left: 100%;
}




/*** DEMO SKIN ***/
.sf-menuUP {
	float:			left;
	margin-bottom:	1em;
}
.sf-menuUP a {
    color: #FFFFFF;
    font-family: Furore;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 1.4em;
    padding-top: 0.9em;
    text-decoration: none;
}
.sf-menuUP a, .sf-menuUP a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #FFFFFF;
}
.sf-menuUP li {
    background-image: url("../images/button_bg.jpg");
    background-repeat: repeat-x;
    border-color: #3399CC;
    border-style: solid;
    border-width: 1px;
    float: left;
   /* height: 69px; */
    margin-left: 3px;
	padding: 0 17.5px;
    text-align: center;
    
}
.sf-menuUP li li {
	background:		#AABDE6;
	width: 197px;
}
.sf-menuUP li li li {
	background:		#9AAEDB;
	width: 197px;
}
.sf-menuUP li:hover, .sf-menuUP li.sfHover,
.sf-menuUP a:focus, .sf-menuUP a:hover, .sf-menuUP a:active {
    background-attachment: scroll;
    background-color: #E3E3E3;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat-y;
    color: #0055A4;
    outline: 0 none;
}

/*** arrows **/
.sf-menuUP 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('../images/arrows-ffffff2.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a &gt; .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 &gt; .sf-sub-indicator,
a:hover &gt; .sf-sub-indicator,
a:active &gt; .sf-sub-indicator,
li:hover &gt; a &gt; .sf-sub-indicator,
li.sfHover &gt; a &gt; .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

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

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/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;
}
</pre></body></html>