#menu ul{
margin:0px;
padding:0;
}

#menu li{
list-style-type:none;
list-style-position:inside;
line-height:1.6em;
margin-left:5px;
margin-right:5px;
}

#menu li:hover {
/* background-color : #efedc5; */
}

#menu li a:hover {
/* color: #CCCCCC; */
}


#menu {
    font-size : 13px;
    float:left;
    z-index:4;
    width:20px;
/*  vertical-align:top; */
  }


#IEmenuWrapper {
    position : relative;
  }


#menuContent {
    background-color : #fbfbdd;
    border-left-color : #D1DB86;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #D1DB86;
    border-right-style : solid;
    border-right-width : 1px;
    position : relative;
    width : 206px;
  }
/*IE6 HACK*/
#IEmenuWrapper>#menuContent{
width :204px;
}

#menuTopleft {
    background-image : url('images/menurect-0-0.gif');
    width: 13px;
    height: 14px;
  }


#menuTopcentre {
    background-image : url('images/menurect-0-1.gif');
    position:relative;
    left:13px;
    height : 14px;
    width : 180px;
  }


#menuTopright {
    background-image : url('images/menurect-0-3.gif');
    position:relative;
    left:180px;
    width: 14px;
    height: 14px;
  }


#menuBottomleft {
    background-image : url('images/menurect-2-0.gif');
  }


#menuBottomcentre {
    background-image : url('images/menurect-2-1.gif');
    position:relative;
    left:13px;
    height : 14px;
    width : 180px;
  }


#menuBottomright {
    background-image : url('images/menurect-2-3.gif');
    position:relative;
    left:180px;
    width: 14px;
    height: 14px;
  }


