#menu {
        clear:both;
        background-color: transparent;
        height:28px;
        font-family: Arial, Helvetica, sans-serif;
        } 
        
#menu ul {
        margin:0;
        padding:0;
        list-style:none;
        }
#menu li {
        font-size:14px;
        width: 165px;
        height:28px;
        margin:0;
        padding:0;
        float: right;
        background-color: transparent;
        font-weight: bold;
        }
#menu a {
        display:block;
        width:100%;
        line-height:20px;
        height:20px;
        text-align:center;
        color: #E2DA65;
        text-decoration:none;
        }

#menu a span {
        display:block;
        width:100%;
        height:20px;
        border:none;
        }

#menu a:hover, #menu a.selected {
        cursor:pointer;
	     color: #E2DA65;
		  text-decoration: underline;
        }
.jsMenu {
        position:absolute;
        display:none;
        padding:1px;
		  background-color: #AA0039;
        border: 2px solid #EEEC75;
/*		  background-color: #EEEC75;
        border: 2px solid #AA0039;*/
        }
.jsMenu li {
        text-align: left;
        border-bottom:1px solid #9A0034;
        font-family: Arial, Helvetica, sans-serif;
        font-size:12px;
        margin:0px;
        font-weight: bold;
        }
.jsMenu li.separator {
        line-height:1px;
        height:1px;
        padding:0px;
        margin:0px;
        }
.jsMenu li a {
        display:block;
        text-decoration:none;
        color:#EEEC75;
        border:1px solid #EEEC75;
        padding:1px 2px 2px 6px;
        }
.jsMenu a:hover {
		 background-color: #EEEC75;
       color: #AA0039;
        }
.jsMenu ul {
        margin:0;
        padding:0;
        list-style:none;
        }
