.Level2Item 
{
background-color : #EA8C00;
color : #FFFFFF;
font-family : Verdana;
line-height : 15px;
border : 1px solid #FFFFFF;
cursor : pointer;
display : block;
padding-left : 13px;
width : 167px;
font-size : 11px;
}

.Level2ItemActive 
{
background-color : #B76D00;
border : solid 1px #FFFFFF;
line-height : 15px;
cursor : pointer;
display : block;
font-family : Verdana;
padding-left : 13px;
width : 167px;
font-size : 11px;
color : #FFFFFF;
}

.Level2ItemHover 
{
border : solid 1px #FFFFFF;
background-color : #B76D00;
color : #FFFFFF;
cursor : pointer;
display : block;
font-family : Verdana;
padding-left : 13px;
width : 167px;
font-size : 11px;
line-height : 15px;
}

.Level3Item 
{
cursor : pointer;
background-color : #EA8C00;
border : 1px #FFFFFF solid;
display : block;
font-family : Verdana;
padding-left : 13px;
width : 167px;
color : #FFFFFF;
font-size : 11px;
line-height : 15px;
}

.Level3ItemActive 
{
border : 1px #FFFFFF solid;
background-color : #B76D00;
color : #FFFFFF;
cursor : pointer;
display : block;
font-family : Verdana;
padding-left : 13px;
width : 167px;
font-size : 11px;
line-height : 15px;
}

.Level3ItemHover 
{
display : block;
background-color : #B76D00;
border : 1px solid #FFFFFF;
color : #FFFFFF;
cursor : pointer;
font-family : Verdana;
padding-left : 13px;
width : 167px;
font-size : 11px;
line-height : 15px;
}

#leftColumn .Level1Item 
{
font-family : Verdana;
background-color : #EA8C00;
border-bottom : 1px solid #FFFFFF;
padding-left : 13px;
width : 180px;
color : #FFFFFF;
cursor : pointer;
display : block;
font-size : 11px;
line-height : 15px;
}

#leftColumn .Level1ItemActive 
{
border-bottom : 1px solid #FFFFFF;
background-color : #B76D00;
color : #FFFFFF;
cursor : pointer;
display : block;
font-family : Verdana;
font-size : 11px;
line-height : 15px;
padding-left : 13px;
width : 180px;
}

#leftColumn .Level1ItemHover 
{
padding-left : 13px;
background-color : #B76D00;
border-bottom : 1px solid #FFFFFF;
color : #FFFFFF;
cursor : pointer;
display : block;
font-family : Verdana;
font-size : 11px;
line-height : 15px;
padding-right : 13px;
width : 180px;
}


