div.menu-wrapper
{
	background-color: #6aade4;
	padding-top: 6px;
	margin-bottom: 20px;
}
html > body div.menu-wrapper
{
	width: 188px;
}

div#section
{
	padding: 8px 0 13px 0;
}

div#section div
{
	margin: 0 !important;
}

#section a
{
	display: block;
	padding: 5px 10px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	margin: 0 !important;
}

#section a:hover
{
	display: block;
	font-size: 12px;
	color: #fff;
	background-color: #0088ce;
}
#section a.sub-menu-item
{ 
	font-size: 11px;
}
#section a.sub-menu-item:hover
{ 
	font-size: 11px;
	text-decoration: underline;
}
div#section div.current
{
	background-color: #0088ce;
}
div#section div.current div div div
{
	
}
div#section div.current div div div a
{
	padding-left: 20px;
}

div#section div.current div.current-top
{

}

div#section div.current div.current-bottom
{

}


