#nav .Level1Item 
{
background-image : url(/PrivateContent/Template/MenuBack.jpg);
color : #93A9EE;
background-repeat : repeat-x;
border-left : solid 1px #000000;
border-right : 1px solid #000000;
height : 32px;
padding-left : 10px;
padding-right : 10px;
}

#nav .Level1ItemActive 
{
background-repeat : repeat-x;
background-image : url(/PrivateContent/Template/MenuBackOver.jpg);
border-left : solid 1px #000000;
border-right : solid 1px #000000;
height : 32px;
padding-left : 10px;
padding-right : 10px;
cursor : pointer;
color : #575757;
}

#nav .Level1ItemHover 
{
background-image : url(/PrivateContent/Template/MenuBackOver.jpg);
background-repeat : repeat-x;
border-left : 1px #000000 solid;
border-right : solid 1px #000000;
height : 32px;
padding-left : 10px;
padding-right : 10px;
color : #575757;
cursor : pointer;
}


