

@charset "utf-8";
/* small pane frame with Navigation Links Panel*/

.DownsSmallPaneFrame {
width:229px;
}
.DownsSmallPaneFrameTop {
height:20px;
background-image:url(smallPaneFrameTop.gif);
background-repeat:no-repeat;
}
.DownsSmallPaneFrame p {
font-size:12px;
}
.DownSmallPaneFramePixel {
background-image:url(smallPaneFramePixel.gif);
background-repeat:repeat-y;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#006600;
text-decoration:none;
text-align:center;
margin-top:-20px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
padding:0px 20px;
}
.DownsSmallPaneFrameBottom {
height:23px;
background-image:url(smallPaneFrameBottom.gif);
background-repeat:no-repeat;
}

/*navigation links pane*/
#linkNavigation {
}

.DownSmallPaneFramePixel ul {
list-style:none;
margin:0px;
padding:0px;
width:175px;
background:#2d4370;
text-align:left;
text-decoration:none;
}
.DownSmallPaneFramePixel ul li:hover {
width:175px;
background-color:#0e3c28;
list-style:none;
}
.DownSmallPaneFramePixel ul li {
border-bottom:thin;
border-bottom-color:#006600;
border-bottom-style:solid;
list-style:none;
}
.DownSmallPaneFramePixel ul li a {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none ;
text-transform:none;
font-weight:bold;
color:#FFFFFF;
margin-left:5px;
width:165px;
}
.DownSmallPaneFramePixel ul li a:hover {
background-color:#00331d;
width:165px;
color:#FFFFFF;
margin-left:5px;
text-decoration:none;
}
.DownSmallPaneFramePixel ul li a:visited {
color:#FFFFFF;
}

