﻿/********************************************************************
 * Project Emerson internet stylesheet.
 * Authors: Rajesh kanna
 * Version: CSS3
 * Date: January 10, 2011, 2:03:23 PM
 *
 * © 2010 Emerson. All Rights Reserved.
 */
/*
************************************* Cequent Global Style ****************************************
*/
.MenuButton a:link, .MenuButton a:visited, .MenuButton a:active
{
    padding-top: 15px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: none;
    text-align: left;
    text-decoration: none;
    color: #102d69;
    background: url(../image/menu_btn.jpg) 0 0;
    display: block;
    height: 18px !important;
    width: 100px;
    border-right: solid 1px #866562;
    font-style: normal;
    font-variant: normal;
}

.MenuButton a:hover
{
    padding-top: 15px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: none;
    text-align: left;
    text-decoration: none;
    color: #84adf6;
    background-image: url(../image/blue_button_centers.jpg);
    background-repeat:repeat-x ;
    background-position:center center;
    display: block;
    height: 18px !important;
    border-right: solid 1px #866562;
    font-style: normal;
    font-variant: normal;
}

.MenuButton.LogOut a:link, .MenuButton.LogOut a:visited, .MenuButton.LogOut a:active, .MenuButton.LogOut a:hover
{
    text-transform: none !important;
    border-left: solid 1px #866562 !important;
}

/*
********************************** Styles related to vertical top menu ***************************
*/
#topMenuBlock
{
    width: 100%;
    list-style: none;
   /* display: none;*/
    background-color: #260e0c; /*4f4f4f*/
}
.topMenuFont a:link, .topMenuFont a:visited, .topMenuFont a:active
{
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 9px;
    text-transform: none;
    text-align: Left;
    text-decoration: none;
    color: #cecece;
    background-color: #102d69;
    border-bottom: solid 1px #7d7d7d;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    height: 14px !important;
    list-style: none;
    font-style: normal;
    font-variant: normal;
}
.topMenuFont.Order a:link, .topMenuFont.Order a:visited, .topMenuFont.Order a:active
{
    color: #cea60f !important;
    background-image: none !important;
}

.topMenuFont a:hover, .topMenuFont.Order a:hover
{
    background-color: #2f5bb7 !important;
}
