﻿/*----------------------------------------  Main Menu  ----------------------------------------------*/
.MasterMenuRight
{
    background-image:url('MenuImages/MenuRightBackground.gif');
    background-repeat:repeat-x;
    height:20px;
    width:79px;
}
.MasterMenuLeft
{
    background-image:url('MenuImages/MenuLefttBackground.gif');
    background-repeat:repeat-x;
    height:20px;
    width:79px;
}
.MasterMenu
{
    background-image:url('MenuImages/MenuBackground.gif');
    background-repeat:repeat-x;
    height:19px;
}
.MasterMenuItem
{
    text-align:center;
    font-family:Tahoma;
    font-weight:600;
    font-style:normal;
    font-size:10px;
    background-position:center center;
}
.MasterMenuDivider
{
    width:3px;
}

/*----------------------------------------  Main Menu Link  ----------------------------------------------*/
.LinkMainPage
{
    background-image:url('MenuImages/LinkMainPage.gif');
    background-repeat:no-repeat;
    height:20px;
    width:110px;
    cursor:pointer;
}
.LinkAbout
{
    background-image:url('MenuImages/LinkAbout.gif');
    background-repeat:no-repeat;
    height:20px;
    width:124px;
    cursor:pointer;
}
.LinkMap
{
    background-image:url('MenuImages/LinkMap.gif');
    background-repeat:no-repeat;
    height:20px;
    width:124px;
    cursor:pointer;
}
.LinkMosharekat
{
    background-image:url('MenuImages/LinkMosharekat.gif');
    background-repeat:no-repeat;
    height:20px;
    width:124px;
    cursor:pointer;
}
.LinkTicket
{
    background-image:url('MenuImages/LinkTicket.gif');
    background-repeat:no-repeat;
    height:20px;
    width:124px;
    cursor:pointer;
}
.LinkService
{
    background-image:url('MenuImages/LinkService.gif');
    background-repeat:no-repeat;
    height:20px;
    width:124px;
    cursor:pointer;
}
.LinkNewInMetro
{
    background-image:url('MenuImages/LinkNew.gif');
    background-repeat:no-repeat;
    height:20px;
    width:120px;
    cursor:pointer;
}
/*----------------------------------------  Main Menu Link On  ----------------------------------------------*/
.LinkMainPageOn
{
    background-image:url('MenuImages/LinkMainPageOn.gif');
    background-repeat:no-repeat;
    height:20px;
    width:110px;
    cursor:pointer;
}
.LinkAboutOn
{
    background-image:url('MenuImages/LinkAboutOn.gif');
    background-repeat:no-repeat;
    height:20px;
    width:124px;
    cursor:pointer;
}
.LinkMapOn
{
    background-image:url('MenuImages/LinkMapOn.gif');
    background-repeat:no-repeat;
    height:20px;
    width:124px;
    cursor:pointer;
}
.LinkMosharekatOn
{
    background-image:url('MenuImages/LinkMosharekatOn.gif');
    background-repeat:no-repeat;
    height:20px;
    width:124px;
    cursor:pointer;
}
.LinkTicketOn
{
    background-image:url('MenuImages/LinkTicketOn.gif');
    background-repeat:no-repeat;
    height:20px;
    width:124px;
    cursor:pointer;
}
.LinkServiceOn
{
    background-image:url('MenuImages/LinkServiceOn.gif');
    background-repeat:no-repeat;
    height:20px;
    width:124px;
    cursor:pointer;
}
.LinkNewInMetroOn
{
    background-image:url('MenuImages/LinkNewOn.gif');
    background-repeat:no-repeat;
    height:20px;
    width:120px;
    cursor:pointer;
}

