﻿body
{
    margin: 0px;
    background-color: #fff;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

#container 
{
    width: 582px;
    margin-top: 135px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#container #menu 
{
    float: left;
    margin: 0px;
	padding: 0px;
    margin-bottom: 2px;
	list-style: none;
}
#container #menu li 
{
    padding-top: 6px;
	float: left;
	cursor: hand;
    font-size: 13px;
    font-weight: bold;
    width: 192px;
    height: 24px;
    color: #fff;
    background-color: #be2a1d;    
    text-align: center;
    margin-right: 2px;
}
#container #menu li:hover
{
    background-color: #000;
}
#container #menu li a 
{
    color: #fff;
    text-decoration: none;
}

#container #menu li a:hover 
{
    background-color: #000;
}
