.submenuContainer
{
font-family:Arial;
font-size:12px;
color: #6CA137;
font-style:normal;
font-weight:normal;
letter-spacing:0px;
left:0;
position:absolute;
top:0;
visibility:hidden;
z-index:1;
}

.submenuItemContainer
{
cursor:pointer;
white-space:nowrap;
display:block;
}

a.submenuItem 
{
border-bottom: 1px solid;
border-color: #dddddd;
margin-left:15px;
color:#ffffff;
background-color:#4B5871;
font-weight:bold;
text-decoration:none;
padding:3px;
cursor:pointer;
white-space:nowrap;
display:block;
}

a.submenuItem:hover
{
background-color:#96876B;
color:#ffffff;
padding:3px;
font-weight:bold;
font-family:Arial;  
}

a.menuButtonActive
{
padding-left:15px;
color:#C68D2B;
font-weight:bold;
text-decoration:none;
}

.spacerLine 
{
border:1px solid #ffffff;
margin:0px 0px;
}

.menuActivationLink
{
font-family:arial;
text-decoration:none;
font-weight:bold;
font-size:12px;
padding-left:15px;
color:#3A321B;
}

.menuActivationLink:hover
{
font-family:arial;
text-decoration:none;
font-weight:bold;
font-size:12px;
padding-left:15px;
}



