/*** ESSENTIAL STYLES ***/
.top-menu-container {clear: both; margin: 0px 0px 0px 7px; padding: 0px; font-size: 1.0em;}

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

/*** DEMO SKIN ***/
.top-menu {float: left; height: 30px; width: 700px; margin: -30px 0px 0px 75px; padding: 0px; background-color: transparent; font-weight: bold;}
.top-menu ul {margin: 0px 0px 0px 50px;}
.top-menu li a, .top-menu-item {display: block; height: 20px; border: 1px solid #006699;  background: rgb(0,153,204); filter: alpha(opacity=70); opacity: 0.7; -ms-filter: "alpha(opacity=80)"; color: white; padding: 6px 19px 2px 19px; text-transform: uppercase; text-decoration: none; font-size: 110%; list-style: none; margin: 0px 10px 0px 0px; zoom: 1;}
.top-menu li ul {margin: 5px 0px -5px 0px;}
.top-menu li li a {display: block; min-height: 1.7em;  height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 15px; border: solid 1px #006699; border-left: 0px; border-top: 0px; color: white; background: rgb(0,153,204); opacity: 0.8; filter: alpha(opacity=80);  -ms-filter: "alpha(opacity=80)"; text-transform: none; font-size: 120%; zoom: 1;}
.top-menu li li ul {margin: 0px;}
.top-menu li li li {background: rgb(0,153,204); opacity: 0.8; filter: alpha(opacity=80);  -ms-filter: "alpha(opacity=80)"; zoom: 1;}
.top-menu li a:hover, .top-menu li a.selected, .top-menu li a.sfHover, 
.top-menu li a:focus, .top-menu li a:hover, .top-menu li a:active {color:  white; outline: 0; background: #006699; filter: alpha(opacity=70); opacity: 0.7; -ms-filter: "alpha(opacity=80)"; text-decoration: none; border: 1px solid #006699; zoom: 1;}
.top-menu li li a.sfHover,
.top-menu li li a:focus, .top-menu li li a:hover, .top-menu li li a:active {border: solid 1px #006699; filter: alpha(opacity=80); -ms-filter: "alpha(opacity=80)"; opacity: 0.8; border-top: 0px; border-left: solid 7px #006699; background-color: #0099CC; color: black; text-decoration: none; zoom: 1;}

/*** arrows **/
.top-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; width: 10px;	height: 10px; text-indent: -999em; overflow: hidden; background: url('../images/arrows-ffffff.png') no-repeat -10px -100px;}                                                            /* 8-bit indexed alpha png. IE6 gets solid image only */
a > .sf-sub-indicator {top: .8em; background-position: 0 -100px;}                   /* give all except IE6 the correct values, 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 */
.top-menu ul .sf-sub-indicator {background-position:  -10px 0;}
.top-menu ul a > .sf-sub-indicator {background-position:  0 0;}

/* apply hovers to modern browsers */
.top-menu ul a:focus > .sf-sub-indicator,
.top-menu ul a:hover > .sf-sub-indicator,
.top-menu ul a:active > .sf-sub-indicator,
.top-menu ul li:hover > a > .sf-sub-indicator,
.top-menu ul li.sfHover > a > .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;}

