/* main menu */

#menu ul {
font-family: arial, sanf-serif;
font-size: 0.8em; 
margin: 0;
padding: 0;
list-style-type: none;
} 

#menu li {
margin: 5px 0 0;
} 

#menu a {
display: block;
color: #990000;
font-weight: bold;
border-top: #990000 1px solid;
border-bottom: #990000 1px solid;
width: 100%;
padding: 2px 2px 2px 10px;
text-decoration: none;
} 

#menu a:link {
color: #990000;
background: #F5F7EB;
}

#menu a:visited {
color: #990000;
background: #F5F7EB;
}

#menu a:hover {
color: #F5F7EB;
background: #990000;
} 

#menu a:active {
color: #F5F7EB;
background: #990000;
} 

/*  selected  */ 

#menu li.selected {
margin: 5px 0 0;
} 

#menu li.selected a {
display: block;
font-weight: bold;
border-top: #990000 1px solid;
border-bottom: #990000 1px solid;
width: 100%;
padding: 2px 2px 2px 10px;
text-decoration: none;
} 

#menu li.selected a:link {
color: #F5F7EB;
background: #990000;
}

#menu li.selected  a:visited {
color: #F5F7EB;
background: #990000;
}

#menu li.selected  a:hover {
color: #F5F7EB;
background: #990000;
} 

#menu li.selected  a:active {
color: #F5F7EB;
background: #990000;
} 


/*  indent  */

#menu li.indent {
margin: 5px 0 0;
} 

#menu li.indent a {
display: block;
color: #990000;
width: 100%;
font-weight: normal;
line-height: 15px;
border-top: 0px;
border-bottom: 0px;
padding: 4px 2px 4px 25px;
text-decoration: none;
} 

#menu li.indent a:link {
background: #F5F7EB;
color: #333;
}

#menu li.indent a:visited {
background: #F5F7EB;
color: #333;
}

#menu li.indent a:hover {
background: #ffcccc;
color: #990000;
} 

#menu li.indent a:active {
background: #ffcccc;
color: #990000;
}


/*  indentselected  */

#menu li.indentselected {
margin: 5px 0 0;
} 

#menu li.indentselected a {
display: block;
color: #990000;
width: 100%;
font-weight: normal;
line-height: 15px;
border-top: 0px;
border-bottom: 0px;
padding: 4px 2px 4px 25px;
text-decoration: none;
} 

#menu li.indentselected a:link {
background: #ffcccc;
color: #333;
}

#menu li.indentselected a:visited {
background: #ffcccc;
color: #333;
}

#menu li.indentselected a:hover {
background: #ffcccc;
color: #990000;
} 

#menu li.indentselected a:active {
background: #ffcccc;
color: #990000;
}