#navcontainer 
{
font-family:Arial, helvetica, Sans-Serif;
FONT-WEIGHT:normal;
width:195px;
background-color:#FBDD92;
padding-top:22px;
}
#navcontainer a, 
#navcontainer a:link, 
#navcontainer a:active, 
#navcontainer a:visited 
{
color:#A80A24;
display:block;
padding:4px 6px 4px 5px;
text-decoration:none;
}
/*hovers for all level two and three links*/
#navcontainer a:hover
{
color:#A80A24;
text-decoration:none;
}
#navcontainer a.leveltwo, 
#navcontainer a.leveltwo:link, 
#navcontainer a.leveltwo:active, 
#navcontainer a.leveltwo:visited 
{
color:#656565;
/* display:block; */
padding:3px 6px 2px 5px;
text-decoration:none;
}
#navcontainer a.leveltwo:hover
{
color:#A80A24;
text-decoration:none;
}
#navcontainer a.leveltwo_on, 
#navcontainer a.leveltwo_on:link, 
#navcontainer a.leveltwo_on:active, 
#navcontainer a.leveltwo_on:visited 
{
color:#A80A24;
display:block;
padding:3px 6px 2px 5px;
text-decoration:none;
}
#navcontainer a.leveltwo_on:hover
{
color:#A80A24;
text-decoration:none;
}
/*hovers for all level two and three links*/

/*clearing div class where reddish stripe between links comes from on level one stuff*/
#clearboth 
{
height:1px;
width:158px;
clear:both;
margin:0px;
padding:0px;
background-color:#F58106;
margin-left:22px;
} 
* html #clearboth 
{
height:1px;
width:158px;
clear:both;
margin:0px;
padding:0px;
background-color:#F58106;
margin-left:8px;
} 
/*clearing div class where white stripe between links comes from on secondary level*/
#clearbothnone
{
height:1px;
width:100%;
clear:both;
margin:0px;
padding:0px;
background-color:#fcfae4;
} 
/*level one*/
#LevelOne 
{
float:left;
width:100%;
height:auto;
margin:0px;
padding:0px;
cursor:pointer;
cursor:hand;
}
.inSiteSideNavLevel1
{
line-height:120%;
font-family:Arial, helvetica, Sans-Serif;
font-size:12px;
BACKGROUND-COLOR:#FBDD92;
FONT-WEIGHT:normal;
cursor:pointer;
cursor:hand;
text-align:left;
}
#LevelTwo 
{
float:left;
width:100%;
height:auto;
margin:0px;
padding:0px;
cursor:pointer;
cursor:hand;
}
#LevelTwoDisplay 
{
float:left;
width:100%;
height:auto;
margin:0px;
padding:0px;
}
.inSiteSideNavLevel2Display
{
/* line-height:100%; */
line-height:14px;
BACKGROUND-COLOR:#fcfae4;
padding-left:18px;
font-family:Arial, helvetica, Sans-Serif;
font-size:11px;
FONT-WEIGHT:normal;
text-align:left;
color:#252525;
}
.inSiteSideNavLevel2
{
line-height:100%;
BACKGROUND-COLOR:#fcfae4;
padding-left:18px;
font-family:Arial, helvetica, Sans-Serif;
font-size:11px;
FONT-WEIGHT:normal;
cursor:pointer;
cursor:hand;
text-align:left;
}


