﻿
a:active
{
    color: #FF0000;
} 

/* Bellow function is used for Main menu */
.MainStaticMenu
{
    cursor: hand;
    color: white;
    font-family: Verdana;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
}
.MainDynamicMenu
{
    cursor: hand;
    font-weight: normal;
    color: white;
    font-size: 11px;
    font-family: Verdana;
    text-decoration: none;
    display:block;
}
/* End here */

/* Bellow function is used for second menu i.e. Menu2 */
/* For IE8 and google chrome - Start*/
.DynamicMenuZIndex
{
	z-index: 999;
}
/* For IE8 and google chrome - End*/

.StaticMenuItem
{
    cursor: hand;
    /*background: url( "../eng/images/menubkicon.gif" ) 0px 30% no-repeat;*/
    padding: 3px;
    font-weight: bold;
    color: white;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
}

/* Right now no any use. Previously used for main menu item style */
.MenuItemStyle
{
    text-align: left;
    width: 150px;
    font-size: 11px;
    font-family: Century Gothic;
    color: #cc0000;
    text-decoration: none;
}
/* End here */

.SubDynamicMenu
{
    cursor: hand;
    /*background: url("../eng/images/menuhover.gif" ) 0px 0px no-repeat;*/
    padding: 3px;
    font-weight: bold;
    color: white;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
}
.SubDynamicMenuHover
{
   /*background: url("../eng/images/menubkicon.gif" ) 0px 0px no-repeat;*/
}

a:link.StaticMenuItem, a:visited.StaticMenuItem, 

a:hover.StaticMenuItem,a:active.StaticMenuItem,

a:link.MenuItemStyle, a:visited.MenuItemStyle, 

a:hover.MenuItemStyle,a:active.MenuItemStyle,

a:hover.mainstaticmenu,a:hover.SubDynamicMenuHover
{
    color: #FFFFFF;
    text-decoration: none;
} 

.selected
{
    /*background: url( "../eng/images/menuhover.gif" ) 0px 0px no-repeat;*/
    padding: 3px;
    text-decoration: none;
}
a:hover.mainstaticmenu
{
    text-decoration: none;
    
}

.hover
{
    /*background: url("../eng/images/menuhover.gif" ) 0px 0px no-repeat;*/
    color: #FFFFFF;
    text-decoration: none;
}



