/* Style for level 0 (root) block - DIV */
.mtable0 {
  color: #FFFFFF;
  background: #29537C; 
  text-decoration: none;
}
/* Style for a block - DIV */
.mtable {
	color: #000000;
  background: #EEE;
}
/* Style for outer tag, mout (mouse out) state */
.mouto {
  font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
  color: #FFFFFF;
	PADDING-LEFT: 7px;
  background: #29537C; 
}
/* Style for outer tag, mover (mouse over) state */
.movero {
  font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
  color: #FFFFFF;
	background: #85A5C5; /*  #CCCCCC;  */
	PADDING-LEFT: 7px;
}
/* Style for outer tag, mdown (mouse down) state */
.mdowno {
  font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
  color: #FFFFFF;
	background: #85A5C5;
	text-decoration: none;
}
/* Style for inner tag, mover (mouse over) state */
.minner {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
  color: #FFFFFF;
	PADDING-LEFT: 14px;
}
/* Style for outer tag, mout (mouse out) state */
.menbuttoto {
    background: none repeat scroll 0 0 #29537C;
    color: #FFFFFF;
    font-family: Tahoma,Arial,Verdana;
    font-size: 12px;
    font-weight: bold;
    padding-left: 0px;
    text-decoration: none;
}
.mlyri a.login {
   font-family:Arial,Helvetica,sans-serif; 
   font-size:11px; 
   font-weight:bold; 
   font-color:; 
   text-align:center; 
   background-image:url(/HealthMetrx/public/images/login-a.gif); 
   background-repeat:no-repeat;
   width:83px; 
   height:22px; 
   display:block; 
   float:left; 
   padding-top:4px; 
   text-decoration:none; 
   color:#;
}
.mlyri a.login:hover {
   background-image:url(/HealthMetrx/public/images/login-b.gif);
   background-repeat:no-repeat;
}