/* --- static menu styles ---

note:	

1. not all browsers render styles the same way so try out your style sheet
on different browsers before publishing;
style naming convention:
m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>

*/


.m0l0i
{
  background-color:#CFF0F4;
  background-image: url("../../picts/menu.gif");
  border: #3F6A7F 1px solid;
  font-weight : bold;
  padding : 3px;
  font-size : 7pt;
  text-indent:1px;
}


.m0l0o
{
    text-decoration : underline;
    color: #ff0000;
}


.m0l1i
{
    font-family : Arial , Helvetica , sans-serif;
    font-size : 7pt;
    text-decoration : none;
    padding : 3px;
    font-weight : bold;
    border: #3F6A7F 1px solid;
    background-image: url("../../picts/menu.gif");
  text-indent:1px;    
}


.m0l1o
{
    text-decoration : none;

}


.m0l2i
{
    font-family : Arial , Helvetica , sans-serif;
    font-size : 7pt;
    text-decoration : none;
    padding : 3px;
    font-weight : bold;
    border: #3F6A7F 1px solid;
    background-image: url("../../picts/menu.gif");
  text-indent:1px; 
}


.m0l2o
{
    text-decoration : none;
}
