﻿.BottomClass1
{
    background-image: url('images/SecMenu/c3.png');
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
}

.BottomClass2
{
    background-image: url('images/SecMenu/t2.png');
    background-repeat: repeat-x;
    height: 8px;
}

.BottomClass3
{
    background-image: url('images/SecMenu/c4.png');
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
}

.BottomClass4
{
    background-image: url('images/SecMenu/c1.png');
    background-repeat: no-repeat;    
    width: 8px;
    height: 8px;
}
.BottomClass5
{
    background-image: url('images/SecMenu/t1.png');
    background-repeat: repeat-x;
    height: 8px;
}
.BottomClass6
{
    background-image: url('images/SecMenu/c2.png');
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
}

.LeftClass
{
    background-image: url('Images/SecMenu/l1.png');
    background-repeat: repeat-y;
    width: 1px;
}

.RightClass
{
    background-image: url('Images/SecMenu/l2.png');
    background-repeat: repeat-y;
    width: 1px;
}

.anylinkcss
{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    border: 1px solid #bdd63c;
    font: normal 12px Trebuchet MS;
    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;
}

.anylinkshadow
{
    /*CSS for shadow. Keep this as is */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99; /*zIndex for shadow*/
    background: black;
    visibility: hidden;
}

.topmenuitem
{
    color: Black;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.topmenuitem:hover
{
    color: #6cb236;
}

.topmenuitemClick
{
    color: #6cb236;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.linkMenuTyrePremium
{
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #2364A6;
    text-decoration: none;
    font-weight: normal;
}

.linkMenuTyrePremium:hover
{
    color: Blue;
}

.linkMenuTyreBudget
{
    font-family: Trebuchet MS;
    font-size: 11px;
    color: red;
    text-decoration: none;
    font-weight: normal;
}

.linkMenuTyreMore
{
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #2364A6;
    text-decoration: none;
    font-weight: bold;
}