.menu {
    background-image : url('images/menu_m.jpg');
    background-repeat : repeat-y;
    width : 244px;
    text-align:left;
    display:inline;
    float : left;
    
  }

.menuitem{
	    border-bottom-width : 1px;
	    border-bottom-style: dashed;
	    border-bottom-color: gray;
	    
	    border-top-width : 1px;
	    border-top-style: solid;
	    border-top-color: white;
	    
	    background-color: white;
	    
	    font-weight: bold;
	    
}
.inmenu {
    background-image : url('images/menu_g.jpg');
    background-repeat : no-repeat;
    font-size : 11px;
    padding-left : 13px;
    padding-right: 25px;
    padding-top : 10px;
    text-align : left;
  }
.menufoot {
    background-image : url('images/menu_d.jpg');
    background-repeat : no-repeat;
    height: 38px;

  }





a.m1 {
color: #111111;
font-size: 13px;
text-decoration: none;
font-weight:normal;
}
a.m1:visited {
color:#111111;
font-size: 13px;
text-decoration: none;
font-weight:normal;
}
a.m1:active {
color: red;
font-size: 13px;
text-decoration: none;
font-weight:normal;
}
a.m1:hover {
color: red;
font-size: 13px;
text-decoration: none;
font-weight:normal;
}


a.m2 {
color: #111111;
font-size: 11px;
text-decoration: none;
font-weight:normal;
}
a.m2:active {
color: red;
font-size: 11px;
text-decoration: none;
font-weight:normal;
}
a.m2:visited {
color:#111111;
font-size: 11px;
text-decoration: none;
font-weight:normal;
}
a.m2:hover {
color: red;
font-size: 11px;
text-decoration: none;
font-weight:normal;
}