


/* LEVEL 1  */
/************/
.Level1{
border-style:solid;
border-color:#DEDEDE; 
border-left-width:10px;
border-right-width:1px;
border-top-width:0px;
border-bottom-width:1px;
height:20px;
}
.Level1Cell{background-Color:#980400;
}
.Level1Link{
background-Color:#980400;
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;
}

.Level1Link:hover{
background-Color:#980400;
color:#E4CBFF;
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:#DEDEDE;
border-left-width:15px;
border-right-width:1px;
border-top-width:0px;
border-bottom-width:1px;
height:17px;
}

.Level2Cell{background-Color:#C5716F;}
.Level2Link{
background-Color:#C5716F;
color:white;
font-family:Arial,sans-serif;
font-size:11px;
font-weight:normal;
font-style : itaxlic; 
text-decoration:none;
cursor:hand;
text-shadow: Black;
font-stretch: ultra-condensed;
}

.Level2Link:hover{
background-Color:#C5716F;
color:#E4CBFF;
font-family:Arial,sans-serif;
font-size:11px;
font-weight:normal;
font-style : itsalic;
text-decoration:none;
cursor:hand;
text-shadow: Black;
font-stretch: ultra-condensed;
}

/* LEVEL 3  */
/************/

.Level3{}
.Level3Cell{}
.Level3Link{}