﻿.MenuGroup
{

}
.L1
{
    background-image: url(Img/MainMenu/bg.gif);
    font-size: xx-small;
    height: 22px;
	width: 100%;
    text-align: center;
    font-weight: bold;
    color: #292c54;
	 cursor:default;
}
.L1O
{
    background-image: url(Img/MainMenu/bg_selected.gif);
    font-size: xx-small;
    height: 22px;
	width: 100%;
    text-align: center;
    font-weight: bold;
    color: white;
    cursor: hand;
    cursor: pointer;
}

.L2Group
{
}

.L2
{
    background-position: right top;
    /*background-image: url(Img/MainMenu/bg_l2.gif);*/
    background-color: #ece3c0;
    background-repeat: repeat-y;
    font-size: x-small;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    color: #292c54;
    height: 22px;
    /*border-left: white 2px solid;*/
	border-bottom: #b09f85 1px solid;
    text-align: left;
}

.L2O
{
    background-position: right top;
    background-image: url(Img/MainMenu/bg_l2_selected.gif);
    background-color: #D2908E;
    background-repeat: repeat-y;
    cursor: hand;
    cursor: pointer;
    font-size: x-small;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    color: white;
    height: 22px;
    /*border-left: #E9CBCA 2px solid;*/
	border-bottom: #b09f85 1px solid;
    text-align: left;
}

.almanac_menu, .almanac_menu_o {
	font-size:7pt;
	text-transform:capitalize;
}

.almanac_menu_o {
	color: #A54742;
	cursor:pointer;
}

.almanac_menu2{
	font-size:7pt;
	height: 16px;
	padding: 2px;
}