.MenuUL
{
    float:left;
    position:relative;
    white-space:nowrap;
    left:0;
    margin:0;
    padding:0;
}

.MenuLI, li.ClickedMenu
{
    float:left;
    position:relative;
    white-space:nowrap;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-right:10px;
    height:22px;
    line-height:22px;
}



.MenuHREF, a.ClickedMenu
{
    font-family: Helvetica, Arial, sans-serif;
    font-size:14px;
    text-transform:lowercase;
    color:#fff;
    text-decoration:none;
}

.MenuL
{
   background-image:url(Menu/bntL2.png);
   height:22px;
   width:2px; 
   float:left;
}

.MenuM
{
   background-image:url(Menu/menuBG2.png);
   float:left;
   padding:0 15px 0 15px;
}

.MenuR
{
   background-image:url(Menu/bntR2.png);
   height:22px;
   width:2px; 
   float:left;
}

.MenuLI:hover > .MenuM
{
     background-image:url(Menu/menuBG.jpg);
}
.MenuLI:hover > .MenuL
{
     background-image:url(Menu/bntL.png);
}
.MenuLI:hover > .MenuR
{
     background-image:url(Menu/bntR.png);
}

li.ClickedMenu .MenuM
{
     background-image:url(Menu/menuBG.jpg);
}
li.ClickedMenu .MenuL
{
     background-image:url(Menu/bntL.png);
}
li.ClickedMenu .MenuR
{
     background-image:url(Menu/bntR.png);
}