﻿body {
}

.MenuItmOnOver
{
    font-family:Tahoma;
    font-size:11px;
    color:#d10000;
    background-image:url('http://www.katibeh.com/Images/SelMenu.jpg');
    cursor:pointer;
    background-repeat:no-repeat;
}
.MenuItmOnOut
{
    font-family:Tahoma;
    font-size:11px;
    color:#808080;
}
.Menulinks
{
   font-family:Tahoma;
    font-size:11px;
    color:#808080;
    text-decoration:none;
}
A.Menulinks:hover
{
   font-family:Tahoma;
    font-size:11px;
    color:#d10000;
    text-decoration:none;
}

