	/* level 0 inner */
	.m0l0iout {
		/* main level display */
		font-family : sans-serif;
		font-size : 11px;
		text-decoration : none;
		color : black;
		font-weight : bold;
		padding-left : 15px;
		padding-right : 2px;
		text-transform : uppercase;
		border-bottom : 1px solid Black;
	}
	.m0l0iover { /* main level hover */
		font-family : sans-serif;
		font-size : 11px;
		text-decoration : none;
		color : 433B67;
		font-weight : bold;
		padding-left : 15px;
		padding-right : 2px;
		text-transform : uppercase;
    border-bottom : 1px solid Black;
    /*background: #EBEBEB;*/
	}

	/* level 0 outer */
	.m0l0oout { /* main level border */
		text-decoration : none;
		border : 0px solid #cccccc;
		/* background: #ffffff; */
	}
	.m0l0oover { /* main level hover border */
		text-decoration : none;
		border : 0px solid #cccccc;
		/*background: #EBEBEB;*/
	}

	/* level 1 inner */
	.m0l1iout { /* second level display */
		font-family : sans-serif;
		font-size : 11px;
		text-decoration : none;
		color : black;
		font-weight : bold;
		padding-left : 2px;
		padding-right : 2px;
		text-transform : uppercase;
    padding-left: 15px;
    padding-top: 5px;
	}
	.m0l1iover { /* second level hover */
		font-family : sans-serif;
		font-size : 11px;
		text-decoration : none;
		color : 433B67;
		font-weight : bold;
		padding-left : 2px;
		padding-right : 2px;
		text-transform : uppercase;
    padding-left: 15px;
    padding-top: 5px;
	}

	/* level 1 outer */
	.m0l1oout { /* second level border */
		text-decoration : none;
		border : 0px solid #cccccc;
		/*background: #CCCCCC;
    background: #FFFFFF;*/
		filter:alpha(opacity=95); -moz-opacity:0.95; opacity:0.95; -khtml-opacity:0.95;
		background-image : url(http://www.touchnet.com/images/rounded.gif);
    /*filter:shadow(color=#000000, direction=45);*/
    
	}
	.m0l1oover { /* second level hover border */
		text-decoration : none;
		border : 0px solid #cccccc;
		/*background: #CCCCCC;
    background: #FFFFFF;*/
    filter:alpha(opacity=95); -moz-opacity:0.95; opacity:0.95; -khtml-opacity:0.95;
    background-image : url(http://www.touchnet.com/images/rounded2.gif);
    
	}