* {
	margin:0px;
	padding:0px;
	font-size: 11px;
}

/*** ESSENTIAL UP STYLES ***/
.menu, .menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu {
	font:11px 'DroidSerifItalic', Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	}
.menufirst {
	border-left:dashed 1px #733148;
}
.menulast {
	border-right:dashed 1px #733148;
}
.menu ul {
	position: absolute;
	bottom: -999em;
	width: auto; /* left offset of submenus need to match (see below)
*/
}
.menu ul li {
	width: 100%;
	white-space:nowrap;		
	text-align: left;
}
.menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
	background: #31152b;
}
a.clicked {
	background-color: #31152b;
}
.menu li {
	float: left;
	position: relative;
}
.menu a {
	display: block;
	position: relative;
}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	bottom: 35px; /* match top ul list item height */
	z-index: 99;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	bottom: -999em;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	bottom:-20%; left:100%;
}
ul.menu li li:hover li ul,
ul.UP li li.sfHover li ul {
	top: -999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** DEMO SKIN ***/
.menu {
    float:            left;
	text-align:center;

}
.menu a {
	border: none;
    padding:         10px 6px;
    text-decoration:  none;
}
.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color:            #FFF;
	border-bottom:dashed 1px #733148;
	border-top: dashed 1px #733148;
}
.menu li {
    background:        #733148;
	padding: 0;
}
.menu li li {
    background:        #733148;
	padding: 0;
}
.menu li li a {
    background:        #733148;
	padding: 8px 10px;
}
.menu li li li {
    background:        #733148;
}
.menu li:hover, .menu li.sfHover,
.menu a:focus, .menu a:hover, .menu a:active {
	background: #31152b;
	color: #fff;
	outline:none;	
}

/*** arrows **/
.menu a.sf-with-ul {
    min-width:        1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	overflow: hidden;
    background: none; /* 8-bit indexed alpha png. IE6 gets solid image only */
	display: none;
}
a > .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 > .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 */
.menu ul .sf-sub-indicator { background-position:  -10px 0; }
.menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu ul a:focus > .sf-sub-indicator,
.menu ul a:hover > .sf-sub-indicator,
.menu ul a:active > .sf-sub-indicator,
.menu ul li:hover > a > .sf-sub-indicator,
.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: none;
    padding: 0 0px 0px 0;
}
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}
