/* Navigation */

.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;
}

.arrowdown
{
float:left;
width:10px;
height:15px;
background-image:url(../images/bulletpointdown.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;
}
.menusubhead{
clear:both;
text-align:left;
text-transform:capitalize;
font-weight:normal;
margin-bottom:10px;
color:#9ebdc4;
margin-top:10px;
border-bottom:1px solid #9ebdc4;
}
.menurowlevel1
{
font-size:60%;
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;
width:165px;
}


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

.menuitem a:hover
{
color: #9EBDC4;
}

.boxheader {
font-size:130%;
color:#2A545E;
float:left;
}

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

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


