﻿/* ######### Default class for drop down menus ######### */

.anylinkcss
{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    border: 1px solid #bdd63c;
    font: normal 12px;
    line-height: 18px;
    z-index: 100; /* zIndex should be greater than that of shadow's below */
    background: #458bc8;
    width: 200px; /* default width for menu */
    color: White;
}

.anylinkcss ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.anylinkcss ul li a
{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 0px solid #bdd63c;
    padding: 1px 0;
    text-decoration: none;
    color: white;
    text-indent: 5px;
    background-color:#458bc8;
}

.anylinkcss a:hover
{
    /*hover background color*/
    background: #86b5dd;
    color: white;
    font-weight:bold;
}


/* ######### class for shadow DIV ######### */


.anylinkshadow
{
    /*CSS for shadow. Keep this as is */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99; /*zIndex for shadow*/
    background: black;
    visibility: hidden;
}

.menuiteminservice
{
	color: black;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
}

.topmenuitem
{
    font-size: 14px;
    font-weight: bold;
    color: White;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.topmenuitem:hover
{
    text-decoration:underline;
}
.defaulttopmenuitem
{
    height: 40px;
    background-color:White;
    background-image:url('Images/Menu/menuItem.png');
    background-repeat:repeat-x;
}

.selectedtopmenuitem
{
    height: 40px;
    font-weight:bold;
    background-image:url('Images/Menu/menuitem_Green.png');
    background-repeat:repeat-x;
}

.linkMenuTyrePremium
{
	font-size: 14px;
	/*color: #2364A6; */
	color: White;
	text-decoration: none;
	font-weight: normal;
}
.linkMenuTyrePremium:hover
{
    /*color:#FF9A35; */
    color: #FF9A35;
}

.linkMenuTyrePremiumSubMenu
{
    font-size: 12px;
	color: White;
	text-decoration: none;
	font-weight: normal;
}

.linkMenuTyreBudget
{
	font-size: 11px;
	color: red;
	text-decoration: none;
	font-weight: normal;
}

.linkMenuTyreMore
{
	font-size: 11px;
	color: #2364A6;
	text-decoration: none;
	font-weight: bold;
}

.abovetopmenuitem
{
	font-size: 16px;
	font-weight: bold;
	color: #1F298B;
	padding-left: 20px;
	text-decoration: none;
	cursor: pointer;
}