


/* LEVEL 1  */
/************/
.Level1{
border-style:solid;
/*border-color:#F0954A;*/ 
border-color:white; 
border-left-width:1px;
border-right-width:0px;
border-top-width:0px;
border-bottom-width:1px;
height:20px;
}
/*.Level1Cell{background-Color:#DD2756;}*/
.Level1Cell{background-Color:#2a4c96;}
.Level1Link{
/*background-Color:#DD2756;*/
background-Color:#2a4c96;
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:#DD2756;*/
background-Color:#6d88c5;
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:#EB7D9A;*/
border-color:#294a94;
border-left-width:10px;
border-right-width:0px;
border-top-width:0px;
border-bottom-width:1px;
height:17px;
}

/*.Level2Cell{background-Color:#E04A8D;}*/
.Level2Cell{background-Color:#6d88c5;}
.Level2Link{
/*background-Color:#E04A8D;*/
background-Color:#6d88c5;
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;
}

.Level2Link:hover{
/*background-Color:#E04A8D;*/
background-Color:#2a4c96;
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{}
