ul#menu {

    list-style-type: none;

    display : block;

    text-decoration : none;

/*    background-color : #ffffff;*/

    margin:0px;

    padding:0px;

}



ul#menu a {

    font-weight : bold;

    color : #eee;

    text-align: center;

    list-style-type: none;

/*    width : 100px;*/

    height : auto;

    display : block;

/*    border : 2px outset #006699;*/

/*    background-color : #006699;    */

    text-decoration : none;

/*    padding : 3px 10px; *//* must exist */

    outline : 0;

    cursor : pointer;

}





ul#menu a:hover, ul#menu a:focus {

/*    border : 2px outset #005378;*/

/*    background-color : #005378;*/

    color : #fff;

}



ul#menu a:active {

/*    border : 2px inset #27470e;*/

/*    background-color : #27470e; *//* darker colors */

    color : #999;

/*    padding : 2px 11px 4px 9px; *//* padding vals are mainstay effect to create natural movement */

}





ul#menu a#cpl-on, ul#menu a#cpl-on:hover, ul#menu a#menu:focus, ul#menu a#menu:active {

/*    border : 2px outset  #27470e;*/

/*    background-color : #27470e;*/

    color : #ffee00;

    cursor : default;

    text-transform : uppercase;

/*    padding : 3px 10px;*/

}



.tableMenu {    /*this is for horizontal menus ONLY*/

/*    width:100px;*/

    padding-left:23px;

}



