﻿body
{
    margin: 0px;
    padding: 0px;
    background-color: #000000;
}

#SurroundDiv
{
    width: 980px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
#BackgroundDiv
{
    position: absolute;
    width: 980px;
    height: 600px;
    z-index: 1;
    top: 50px;
}
#SilverlightDiv
{
    position: absolute;
    width: 980px;
    height: 600px;
    top: 0px;
    left: 0px;
    top: 50px;
    z-index: 1;
}
#MenuDiv
{
    position: absolute;
    width: 980px;
    height: 50px;
    top: 0px;
    left: 0px;
    z-index: 1;
}


.MenuBar
{
    width: 980px;
    height: 50px;
}
.MenuBarItem
{
    width: 196px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-size: medium;
    font-weight: bold;
}
.MenuBarHover
{
    width: 196px;
    height: 50px;
    background-image: url('/Images/Layout/hmButtonNormal.png');
    
}


.MenuBarItem a
{
    font-size: medium;
    font-weight: bolder;
    text-decoration: none;
    color: #FFFFFF;

}


.MenuBarHover a
{
 background-image: none;
}

.MenuBarSelected
{
     
}



