﻿.menu-item
{
    float: left;
    line-height: 30px;
    height: 28px;
    padding: 0px 16px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ccc;
    border-left: 1px solid #fff;
    font-size:20px;
}
.menu-item a {color: #FFFFFF; position: relative; bottom:5px; margin-left:5px;}

.menu-item:hover a {color: #e0001a;text-decoration: none;}

.menu-item:hover
{
    background:url(../Images/bgHovMenu.png) center left repeat-x;
    height: 30px;
	border-right:1px solid #666;
	border-left:1px solid #666;
}

.menu-buttons 
{
    padding-left: 230px;
}

.menu-item a.selected{
    background:url(../Images/bgHovMenu.png) center left repeat-x;
    height: 38px;
	border-right:1px solid #666;
	border-left:1px solid #666;
}

.menu-item-lougout
{
    float: right;
    line-height: 30px;

    height: 28px;
    padding: 0px 16px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ccc;
    border-left: 1px solid #fff;
    font-size:20px;
}
