﻿.x1
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.x2
{
    padding: 0;
    margin: 0;
    height: 41px;
    width: 254px;
    background: url(/Resources/Images/Buttons/Button.png) no-repeat;
}

.x2:hover
{
    background: url(/Resources/Images/Buttons/Button.png) no-repeat 0px -42px;
}

.x2 a
{
    display: block;
    text-align: center;
    margin: 5px 0 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 120%;
    text-decoration: none;
}
.MenuItemCssClass
{
    background-color:Transparent;
    border:SOLID 0PX white;
    cursor:pointer;
    
    
}


