﻿
.linkMenuTyrePremium
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #2364A6;
	text-decoration: none;
	font-weight: normal;
}
.linkMenuTyrePremium:hover
{
    color:Red;
}
.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;
}

.MenuItem
{
    background-image:url(Images/Menu/menu_item.png);
    background-repeat:no-repeat;
    background-position:top left;
    width:130px;
    height:31px;
}


.MenuItemLink
{
    color:White;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
}

.MenuItemLink:hover
{
    color:#FE9D8E;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
}

.topmenuitem
{
    color: #6C6C6C;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    padding-left:4px;
    
}

.topmenuitem:hover
{
    text-decoration:underline;
}

.subMenuItem
{
    color: white;
    text-decoration:none;
    font-size:11px;
}

.subMenuItem:hover
{
    color: #FE9D8E;
    text-decoration:none;
    font-size:11px;

}

.subMenuBackground
{
    background:#D41B00;
}

.subMenuPopupLeft
{

    background-image:url('Images/Menu/MenuPopupLeft.png');
    background-repeat:no-repeat;
    width:4px;
    height:4px;
}

.subMenuPopupRight
{
    background-image:url('Images/Menu/MenuPopupRight.png');
    background-repeat:no-repeat;
    width:4px;
    height:4px;
}

.subMenuPopupMiddle
{
    background-image:url('Images/Menu/MenuPopupMiddle.png');
    background-repeat:repeat-x;
    width:1px;
    height:4px;
}

.MenuLine
{
    height:1px;
    background-color: #E45E4B;
    background-repeat: repeat-x; 
}
.MenuLineSpace
{
    height:4px;
}

.subMenuShape
{
    background-image:url('Images/Menu/menu_shadow_bgd.jpg');
    background-repeat:repeat-x;
    height:8px;
}

.subMenuShapeEnd
{
    background-image:url('Images/Menu/menu_shadow_end.jpg');
    background-repeat:no-repeat;
    width:13px;
    height:8px;
}


.redMenuTopLeft
{
    background-image:url('Images/Menu/menu_top_left.png');
    background-repeat:no-repeat;
    width:6px;
    height:8px;
}

.redMenuTopRight
{
    background-image:url('Images/Menu/menu_top_right.png');
    background-repeat:no-repeat;
    width:6px;
    height:8px;
}

.redMenuBottomLeft
{
    background-image:url('Images/Menu/menu_bottom_left.png');
    background-repeat:no-repeat;
    width:6px;
    height:6px;
}

.redMenuBottomRight
{
    background-image:url('Images/Menu/menu_bottom_right.png');
    background-repeat:no-repeat;
    width:6px;
    height:6px;
}