ul#menu {
    list-style-type: none;
    border-top: solid 1px #003333;
    border-bottom: solid 1px #003333;
    margin: 0px;
    padding-top:12px;
    padding-bottom:0px;
/*    width:220px;*/
    font-size: 9px;
    font-family: arial,sans-serif;
    overflow: hidden;
    font-weight: bold;
}

ul#menu ol {
    display: none;
    list-style-type: none;
    margin: 0;
    padding-top:5px;  
    padding-left: 0px; 
}

ul#menu li {
    line-height: 11px;/*about 2px more than the font size*/
    padding-left: 7px;
}

ul#menu ol li {
/*    border-bottom: none;*/
    float:left;     /* REQUIRED FOR FIREFOX TO DISPLAY THE background image PROPERLY */
/*    border-bottom: solid 1px #003333;*/
    width:220px;
}

ul#menu ol li:before {
/*  content: "- ";*/
}

ul#menu a, ul#menu span {
	color: #000000;
    margin:0px;
    padding-left:0px;
    padding-top:0px;
	text-decoration: none;
	outline: none;
/*	background: url(/images/bullet_green.gif) no-repeat; */
    float:left;     /* REQUIRED FOR FIREFOX TO DISPLAY THE background image PROPERLY */
    width: 220px;
    height: 25px;
    cursor: pointer;
}

ul#menu a:hover {
	color: #aaaa77;
    margin:0px;
    padding-left:0px;
    padding-top:0px;
    font-weight: bold;
/*	background: url(//images/bullet_green.gif) no-repeat;*/
    height: 25px;
}

ul#menu a.active {
	color: #000148;
	font-weight: bold;
/*	background: url(/images/bullet_green.gif) no-repeat;*/
    width: 220px;
    height: 25px;
}




