/* XHTML-CSS rollover menu demo1 Style Sheet */

ul.menu {
list-style-type: none;
color: #000000;
background-color: #f7f7e7;
margin: 0;
padding: 0;
border-color: #cccccc;
border-style: solid;
border-width: 0px 0px 0px;
width: 25%;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px; 
font-weight: normal;
padding: 0 0.0em;
width: 100%
}

html>body ul.menu { width: 100% }

ul.menu li {
font-weight: bold;
margin: 0;
padding: 0;
}

ul.menu ul {
list-style-type: none;
margin: 2.0em 0 0 0;
padding: 0;
border-bottom: 0px solid #cccccc;
font-family: Arial, Helvetica, sans-serif;
font-size: 1px; 
font-weight: normal;
margin: 0.0em -0.0em 0 -0.0em
}

ul.menu a {
font-weight: normal;
text-decoration: none;
color: #8A0045;
background-color: transparent;
margin 0;
padding: 0 0.0em 0 0.00em;
width: 100%;
border-top: 2px solid #cccccc;
border-bottom: 2px solid #cccccc;
border-left: 2px solid #cccccc;
border-right: 2px solid #cccccc;

display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 17px; 
font-weight: normal;
padding-left: 0.0em
}

html>body ul.menu a { width: auto }

ul.menu a:hover {
color: #f7f7e7;
background-color: #A5B5BD
}


/a.nav:link { color: #f7f7e7; text-decoration: none; font-size: 14px }
/a.nav:active { color: #8A0045; text-decoration: none; font-size: 14px }
/a.nav:visited { color: #f7f7e7; text-decoration: none; font-size: 14px }
/a.nav:hover { color: #304269; font-size: 14px; text-decoration: underline; background: #f7f7e7 }
/menu {text-decoration:none}
/menu:hover {color: #8A0045}




