/* Style for level 0 (root) block - DIV */
.mtable0 {
    padding-left:0px;
    color:black;	
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
    border-top:1px solid black;
    border-left:1px solid black;
    border-right:1px solid black;
}
/* Style for outer tag, mout (mouse out) state */
.mouto0 {
    color:black;	
    padding-left:3px;
    border-bottom:1px solid black;
	background: #eee;
    height:17px;
}
/* Style for outer tag, mover (mouse over) state 
 * highlight color for sub-menus */
.movero0 {
	color: black;
    padding-left:3px;
	background-color: #fff396;
    height:17px;
    border-bottom:1px solid black;
}
/* Style for outer tag, mdown (mouse down) state */
.mdowno0 {
    color:black;	
	background: #eee;
	color: #000000;
    height:17px;
    border-bottom:1px solid black;
}
/* Style for inner tag, mover (mouse over) state */
.minner0 {
	
}

.mtable0 a, .mtable a {
    color:black !important;	
    text-decoration:none;
    color:#111;
    margin:3px;
}

.mtable0 a:hover, .mtable a:hover {
    color:black !important;

}


/* Style for a block - DIV */
.mtable {
	/*border: 1px outset black;*/

	font-weight: bold;
    font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
    color:black;
    text-align:center;
    padding:0px;
    margin:0px;
    height:24px;
    line-height:24px;
    border-top:1px solid black;
    border-left:1px solid black;
}

/* Style for outer tag, mout (mouse out) state 
 * this is for the top-level menu entries */
.mouto {
    color:black;	
    height:24px;
    border: 0px solid red;
    border-right: 1px solid #ccc;
    border-left: 0px solid #ccc;
	background-color: white;
    background-image: url(/images/gradient.php?width=3&height=24&clr_start=fff&clr_end=ccc&style=vertical);
    margin:0px;

}
/* Style for outer tag, mover (mouse over) state */
.movero {
    height:24px;
    border: 0px;
    border-right: 1px solid #ccc;
    color:black;
/*	background-color: #fff396;*/
	background-color: #fff396;
    background-image: url(/images/gradient.php?width=3&height=24&clr_start=fff&clr_end=fff396&style=vertical);
}
/* Style for outer tag, mdown (mouse down) state */
.mdowno {
    color:black;	
    height:24px;
    border: 0px;
    border-right: 1px solid #ccc;
	background-color: #fff396;
/*	background-color: #91afe5;*/
}
/* Style for inner tag, mover (mouse over) state */
.minner {
}


