
table.menu tr td {
    padding-top: 3px;
    padding-bottom:3px;
    padding-left: 5px;
    border-right: 1px solid #96D891; 
    border-left: 1px solid #96D891;
}

table.menu tr td.sel {
    background-color: white;
    border-bottom: 1px solid #96D891;
    border-right: 0px solid white;
    border-left: 0px solid white;
    padding: 0px;
}
div.sel1{
    border: 0px solid green;
    padding: 0px;
    margin: 0px;
    height:100%;
    width:100%;
    background-image: url(../../images/greenStyle/menu_top.jpg);
    background-repeat: repeat-x;
    background-position : top;
}

div.sel2{
  border: 0px solid green;
    padding: 0px;    
    margin: 0px;
    height:100%;
    width:100%; 
    background-image: url(../../images/greenStyle/menu_bottom.jpg);
    background-repeat: repeat-x;
    background-position : bottom; 
}


div.sel3{
    border: 0px solid green;
    padding: 0px;
    margin: 0px;    
    background-image: url(../../images/greenStyle/menu_corner.jpg);
    background-repeat: no-repeat;
    background-position : left top; 
	 height:100%;
    width:100%;
    padding-left: 5px;
    padding-top: 24px;
    padding-bottom: 24px;
}

div.sel4	{border-right: 1px solid  #96D891;}

td.menu_bimage {
    background-image: url(../../images/lovers2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    border-left: 1px solid #96D891;
}


