.MenuClass
{
    margin-left: 24px;
}
.MenuStatic
{
    background-color: #333300;
    text-align: left;    
}
.MenuStaticItemOut
{
    text-align: center;
    font-family: Centaury Gothic;
    font-size: 10px;
    text-decoration: none;
    color: #333300;
    background-color: #333300;
    margin-left: 7px;
    margin-right: 7px;
    border-left: #413f35 1px solid;
}

.MenuStaticItemOver
{
    text-align: center;
    font-family: Centaury Gothic;
    font-size: 10px;
    text-decoration: none;
    color: #333300;
    background-color: #333300;
    margin-left: 7px;
    margin-right: 7px;
    border-left: #F1A42B 1px solid;
}

a.MenuStaticItemOut
{
	text-decoration: none;
	color: #CDCDC2;
}

.MenuStaticItemOut a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

.MenuDynamic
{
    text-align: left;
}

.MenuDynamicItemOut
{
    text-align: left;
    font-family: Centaury Gothic;
    font-size: 10px;
    text-decoration: none;
    color: #933E1F;
    background-color: #933E1F;
    border-right: #933E1F 2px solid;
    border-top: #933E1F 2px solid;
    border-left: #933E1F 2px solid;
    border-bottom: #933E1F 2px solid;
    padding-left: 5px;
    padding-right: 3px;
}
a.MenuDynamicItemOut
{
	text-decoration: none;
	color: #ffffff;
}

.MenuDynamicItemOut a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

.MenuDynamicItemOut1
{
    text-align: left;
    font-family: Centaury Gothic;
    font-size: 10px;
    text-decoration: none;
    color: #933E1F;
    background-color: #933E1F;
    border-right: #933E1F 2px solid;
    border-top: #933E1F 2px solid;
    border-left: #933E1F 2px solid;
    border-bottom: #933E1F 2px solid;
    padding-left: 5px;
    padding-right: 3px;
}
a.MenuDynamicItemOut1
{
	text-decoration: none;
	color: #ffffff;
}
.MenuDynamicItemOut1 a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

.MenuDynamicItemOut2
{
    text-align: left;
    font-family: Centaury Gothic;
    font-size: 10px;
    text-decoration: none;
    color: #ffffff;
    background-color: #933E1F;
    border-right: #E69855 2px solid;
    border-top: #E69855 2px solid;
    border-left: #E69855 2px solid;
    border-bottom: #E69855 2px solid;
    padding-left: 5px;
    padding-right: 3px;
}

a.MenuDynamicItemOut2
{
	text-decoration: none;
	color: #ffffff;
}
.MenuDynamicItemOut2 a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

.MenuDynamicItemOver
{
    text-align: left;
    font-family: Centaury Gothic;
    font-size: 10px;
    text-decoration: none;
    color: #5C5F33;
    background-color:  #5C5F33;
    border-right:  #5C5F33 2px solid;
    border-top:  #5C5F33 2px solid;
    border-left:  #5C5F33 2px solid;
    border-bottom:  #5C5F33 2px solid;
    padding-left: 5px;
    padding-right: 3px;
}