


/* LEVEL 1  */
/************/
.Level1{
border-style:solid;
border-color: #dcc527;/*#e2be22;/*#F0954A;*/ 
border-left-width:1px;
border-right-width:0px;
border-top-width:0px;
border-bottom-width:1px;
height:25px;
}
.Level1Cell{
background-Color:#598b44;
/*border-top-width:20px;
border-bottom-width:20px;*/
}
.Level1Link{
background-Color:#598b44;
color: #dcc527;/*#e2be22;/*white;*/
font-family:Arial,sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
cursor:hand;
text-shadow: Black;
font-stretch: ultra-condensed;
}

.Level1Link:hover{
background-Color:#e5f305;/*#DD2756;*/
color:white;
font-family:Arial,sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
cursor:hand;
text-shadow: Black;
font-stretch: ultra-condensed;
}

/* LEVEL 2  */
/************/

.Level2{
border-style:solid;
border-color: #dcc527;/*#EB7D9A;*/
border-left-width: 1px;/*10px;*/
border-right-width:0px;
border-top-width:0px;
border-bottom-width:1px;
border-bottom-color : #598b44;
border-left-color : #598b44;
height:17px;
}

.Level2Cell{background-Color: #dcc527;/*#E04A8D;*/}
.Level2Link{
background-Color: #dcc527;/*#E04A8D;*/
color:#598b44;/*white;*/
font-family:Arial,sans-serif;
font-size:11px;
font-weight:normal;
font-style : italic; 
text-decoration:none;
cursor:hand;
text-shadow: Black;
font-stretch: ultra-condensed;
}

.Level2Link:hover{
background-Color:#e5f305;/*#E04A8D;*/
color:white;
font-family:Arial,sans-serif;
font-size:11px;
font-weight:normal;
font-style : italic;
text-decoration:none;
cursor:hand;
text-shadow: Black;
font-stretch: ultra-condensed;
}

/* LEVEL 3  */
/************/

.Level3{}
.Level3Cell{}
.Level3Link{}