/* Start Vertical Navigatiuon */
#navblock{
width: 280px;
padding: 0 0 0 0;
margin-bottom: 1em;

}

* html #navblock{ /*IE 6 only */
w\idth: 260px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#navblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navblock li {
background: #a60808 url("../images/bullet.gif") no-repeat top left;
border-top: 1px solid #000;
margin: 0;
}

#navblock li a{
display: block;
padding: 10px 8px 10px 12px;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navblock li a{ /*Non IE6 width*/
width: auto;
}

#navblock li a:hover{
background: url("../images/bullet_over.gif") no-repeat top left;
background-color: #009836;
color: #fff;
}



#navblock .sub {
margin: 0;
}

#navblock .sub a{
background: url("../images/bullet_b.gif") no-repeat top left;
background-color: #eaeaea;
font-size: 0.9em;
display: block;
padding: 5px 0px 5px 20px;
color: #000;
text-decoration: none;
width: 100%;
}

html>body #navblock .sub a{ /*Non IE6 width*/
width: auto;
}

#navblock .sub a:hover{
background: url("../images/bullet_b_over.gif") no-repeat top left;
background-color: #e50084;
color: #fff;
}
/* END Vertical Navigatiuon */