/* level 0 inner */
.m0l0iout 
{
	text-decoration: none;
	padding: 3px 2px 2px 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

.m0l0iover 
{
	text-decoration: none;
	padding: 3px 2px 2px 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

/* level 0 outer */
.m0l0oout 
{
	text-decoration : none;
	background: #CC3333;
	padding-left: 6px;
	border: 1px solid #FFFFFF;
}

.m0l0oover
{
	text-decoration : none;
	background: #000000;
	padding-left: 6px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/* level 1 inner */
.m0l1iout 
{
	text-decoration: none;
	padding: 3px 2px 3px 5px;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}

.m0l1iover
{
	text-decoration : none;
	padding: 3px 2px 3px 5px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

/* level 1 outer */
.m0l1oout 
{
	text-decoration : none;
	background: #CCCCCC;
	padding-left: 6px;
}

.m0l1oover 
{
	text-decoration : none;
	background: #000000;
	color: #FFFFFF;
	padding-left: 6px;
}

/* level 2 inner */
.m0l2iover 
{
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout 
{
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}

.m0l2oover 
{
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}


