/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	10em;
	background-color:#9FBF01;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


.moduletable-menu{
	background-color:#bde201;
	background-image:url(../images/menuTop.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:1px;
	width:300px;
}

.menu{
		
}

.sf-menu{
		
}

.sf-list{
	background-image:url(../images/menuBottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
	padding-right:20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
}

.sf-list a:link{
	color:#000000;
	text-decoration:none;
}

.sf-list a:visited{
	color:#000000;
	text-decoration:none;
}

.sf-list a:hover{
	color:#666666;
	text-decoration:none;
}


.sf-list li:hover{
	color:#FFFFFF;
}

.sf-list li{
	line-height:30px;
	border-bottom:dotted;
	border-bottom-color:#000000;
}

.sf-list li li{

	line-height:30px;
	border-bottom:none;
}

.parent {
	
}

.first-child{
	
}

.last-child{
	
}
