.menu, .menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu {
	left: 2px;
}

.menu a, .menu h2 {
	display: block;
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	color: #fff;
	width: 100%;
}
.menu a {
	text-decoration: none;
	font-weight: normal;
}
.menu h2 {
	padding-top: 5px;
}
.menu h2 a {font-weight: bold;}
.menu h2.centered { padding-top: 13px;}
.menu li{
	position: relative;
	float: left;
	height: 41px;
	width: 6em;
	text-align: center;
	border-right: 1px solid #F8BDE1;
}
.menu li.shadow, .menu ul li:hover.shadow, .menu ul li.sfhover.shadow {
	background: #C0177A url('images/shadow.gif') repeat-x top;
	border: none;
	height: 6px;
	margin: 0;
	padding: 0 0 4px 10px;
}
.menu li.last {
	border: none;
}
.selected{
	background: url('images/mnuSelected.gif') repeat-x top;
}
.menu li:hover, .menu li.sfHover {
	background: url('images/mnuHover.gif') repeat-x top;	
}
.menu ul li:hover, .menu ul li.sfHover {
	background: url('images/lihover.gif') repeat-x center;
}
.menu li li, li li li {
	background-color: #c0177a;
	height: auto;
	width: 150px;
	text-align: left;	
	padding: 6px 0 6px 10px;
	border-right: none;
	border-bottom: 1px solid #A00B59;
}
.menu ul {
	top: 41px;
	left: 0;
}
.menu ul.right {
	position: relative;
	left: auto;
  right: 0;
}
.menu ul.right li{
	text-align: right;
	padding-right: 10px;
}
.menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	border-left: 1px solid #fff;
}
.menu ul, .menu li:hover ul ul, .menu li.sfHover ul ul {
	position: absolute;
	top: -999em;
}
.menu li:hover ul, .menu li.sfHover ul{
	position: absolute;
	top: 41px;
}
.menu ul li:hover ul, .menu ul li.sfHover ul {
	position: absolute;
	top: 0;
}
.menu ul li:hover ul.sf_left, .menu ul li.sfHover ul.sf_left {
	position: absolute;
	top: 0;
	left: -172px;
	width: 140px;
}
.menu li {
position:relative;
z-index:10;
}

.menu li:hover {
z-index:11;
}

.menu li li {
z-index:20;
}

.menu li li:hover {
z-index:21;
}

.menu li li li {
z-index:30;
}

.menu li li li:hover {
z-index:31;
}
/* Arrow */
li.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.menu .sf-sub-indicator {
	position:		  absolute;
	display:		  block;
	right:			  .75em;
	top:				  9px;
	width:			  10px;
	height:			  10px;
	text-indent: 	-999em;
	overflow:		  hidden;
	background:		url('images/arrows.png') no-repeat; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

.menu .right .sf-sub-indicator {
	position:		  absolute;
	display:		  block;
	left:			    .75em;
	top:				  9px;
	width:			  10px;
	height:			  10px;
	text-indent: 	-999em;
	overflow:		  hidden;
	background:		url('images/arrows_r.png') no-repeat; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

