.nav
{
border-bottom: 1px solid #CCCCCC;
width: 207px;
}

.leftnavigation
{
margin-left: 12px;
margin-top: 10px;
margin-bottom: 10px;
}

.arrow
{
float:left;
width:10px;
height:15px;
background-image:url(../images/bulletpoint.gif);
background-repeat:no-repeat;
background-position:center;
margin-right:10px;
}
.arrowNull
{
float:left;
width:10px;
height:15px;
/*background-image:url(../images/bulletpoint.gif);*/
background-repeat:no-repeat;
background-position:center;
margin-right:10px;
}

.arrowover
{
float:left;
width:10px;
height:15px;
background-image:url(../images/bulletpointover.gif);
background-repeat:no-repeat;
background-position:center;
margin-right:10px;
}

.menurowlevel1
{
font-size:60%;
height: 15px;
text-align:left;
margin: 0 0 10px 0;
}

.menurowlevel2
{
font-size:60%;
height: 15px;
text-align:left;
margin: 0 0 5px 20px;
}

.menuitem
{
float:left;

}

.menuitem a
{
color: #146940;
text-decoration: none;
}

.menuitem a:hover
{
color: #82C292;
}

.highlighttext a
{
color: #9EBDC4;
text-decoration:none;
font-weight:bolder;
}

.highlighttext a:hover
{
color: #9EBDC4;
text-decoration: underline;
font-weight:bolder;
}



