#menu-wrapper {
	position: relative;
	font-size: 8pt;
}
#menu-wrapper li {
	margin-top: 0;
	line-height: 10px;
}
#menu-wrapper .submenu li a:hover {
    background-color: #ccc;
}
#menu-wrapper .submenu li {
	margin: 0;
}
#menu-wrapper li.mb-on a,#menu-wrapper li.mb-on-curr a {
	background-color: #c11;
    color: white;
}
#menu-wrapper li.mb-off a {
	background-color: transparent;
}
#menu-wrapper li.mb-off-curr a {
	background-color: #ccc;
}
#menu a {
	color: #c11;
	font-weight: bold;
	text-transform: uppercase;
	background-color: white;
	padding-right: 10px;
}

/**
 * Menu CSS styling from A List Apart:  http://www.alistapart.com/articles/horizdropdowns/
 */
#menu ul {
    width: 150px;
}
#menu ul li {
    position: relative;
}
#menu li ul {
    position: absolute;
    left: 120px;
    top: 0;

    width: 180px;
    background-color: #c11;
    z-index: 10;
}
#menu ul li a {
    display: block;
    text-decoration: none;
    padding: 4px;
}
#menu .submenu a {   
	color: white;
    margin: 0;
}
#menu .on {
    display: block;
}
#menu .off {
    display: none;
}