﻿/*----------------------------------------  Main Menu  ----------------------------------------------*/
.MasterMenuRight
{
    background-image:url('MenuImages/MenuRightBackground.gif');
    background-repeat:repeat-y;
    background-position:right;
    background-color:#e7e8e9;
    height:17px;
    width:4px;
}
.MasterMenuLeft
{
    background-image:url('MenuImages/MenuLefttBackground.gif');
    background-repeat:repeat-y;
    background-position:left;
    background-color:#e7e8e9;
    height:17px;
    width:4px;
}
.MasterMenu
{
    background-color:#e7e8e9;
    height:20px;
    width:948px;
    border-bottom:solid 1px #78828c;
}
.MasterMenuItem
{
    text-align:center;
    font-family:Tahoma;
    font-weight:600;
    font-style:normal;
    font-size:10px;
    background-position:center center;
}
.MasterMenuDivider
{
    width:1px;
}

/*----------------------------------------  Main Menu Link  ----------------------------------------------*/
.LinkMainPage
{
    background-image:url('MenuImages/LinkMainPage.gif');
    background-repeat:no-repeat;
    height:17px;
    width:126px;
    cursor:pointer;
}
.LinkAbout
{
    background-image:url('MenuImages/LinkAbout.gif');
    background-repeat:no-repeat;
    height:17px;
    width:126px;
    cursor:pointer;
}
.LinkMap
{
    background-image:url('MenuImages/LinkMap.gif');
    background-repeat:no-repeat;
    height:17px;
    width:126px;
    cursor:pointer;
}
.LinkMosharekat
{
    background-image:url('MenuImages/LinkMosharekat.gif');
    background-repeat:no-repeat;
    height:17px;
    width:126px;
    cursor:pointer;
}
.LinkTicket
{
    background-image:url('MenuImages/LinkTicket.gif');
    background-repeat:no-repeat;
    height:17px;
    width:126px;
    cursor:pointer;
}
.LinkService
{
    background-image:url('MenuImages/LinkService.gif');
    background-repeat:no-repeat;
    height:17px;
    width:126px;
    cursor:pointer;
}
.LinkNewInMetro
{
    background-image:url('MenuImages/LinkNew.gif');
    background-repeat:no-repeat;
    height:17px;
    width:126px;
    cursor:pointer;
}
/*----------------------------------------  Main Menu Link On  ----------------------------------------------*/
.LinkMainPageOn
{
    background-image:url('MenuImages/LinkMainPageOn.gif');
    background-repeat:no-repeat;
    height:17px;
    width:117px;
    cursor:pointer;
}
.LinkAboutOn
{
    background-image:url('MenuImages/LinkAboutOn.gif');
    background-repeat:no-repeat;
    height:17px;
    width:117px;
    cursor:pointer;
}
.LinkMapOn
{
    background-image:url('MenuImages/LinkMapOn.gif');
    background-repeat:no-repeat;
    height:17px;
    width:117px;
    cursor:pointer;
}
.LinkMosharekatOn
{
    background-image:url('MenuImages/LinkMosharekatOn.gif');
    background-repeat:no-repeat;
    height:17px;
    width:117px;
    cursor:pointer;
}
.LinkTicketOn
{
    background-image:url('MenuImages/LinkTicketOn.gif');
    background-repeat:no-repeat;
    height:17px;
    width:117px;
    cursor:pointer;
}
.LinkServiceOn
{
    background-image:url('MenuImages/LinkServiceOn.gif');
    background-repeat:no-repeat;
    height:17px;
    width:117px;
    cursor:pointer;
}
.LinkNewInMetroOn
{
    background-image:url('MenuImages/LinkNewOn.gif');
    background-repeat:no-repeat;
    height:17px;
    width:117px;
    cursor:pointer;
}

