/* Start Vertical Navigatiuon */
#navblock{
font-size: 1em;
padding: 0 0 0 0;

color: #333;
border-bottom:1px solid #fff;
}

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

#navblock ul{
font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navblock li {
background: url("../images/vnav_head.gif") repeat-x top left;
margin: 0;
font-size: 1em;
padding: 0;
line-height:1em;
font-weight:normal;

}

#navblock li a{
background:url(../images/vnav_arrow_white.gif) top left no-repeat;
display: block;
padding:9px 0px 6px 17px;
color: #fff;
text-decoration: none;
width: 100%;
height: 13px;
}

#navblock li a:hover{
background:url(../images/vnav_arrow_white.gif) left -28px no-repeat;
}

#navblock li a.nav_up {
background:url(../images/vnav_arrow_blue.gif) top left no-repeat;
display: block;
padding:9px 0px 6px 17px;
color: #fff;
text-decoration: none;
width: 100%;
height: 13px;
}

#navblock li a.nav_up {
background:url(../images/vnav_arrow_blue.gif) left -28px no-repeat;
}

/*-------------*/
#navblock .sub_select a{
background: #c8c8c8 url("../images/bullet_arrow2.gif") 18px center no-repeat;
height:15px;
font-size: 1em;
padding: 6px 0px 4px 35px;
color: #383a3c;
display:block;
text-decoration: none;
width: 100%;
}

#navblock .sub_select a:hover{
background: #1b1b2f url("../images/bullet_arrow.gif") 18px center no-repeat;
color: #fff;
}
/*--------------------*/

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

#navblock li a:hover{
color: #fff;
}

#navblock .sub {
margin: 0;
}

#navblock .sub {
background:none;
height:auto;
}

#navblock .sub a{
background:none;
}


#navblock .sub a{
height:15px;
font-size: 1em;
padding: 6px 0px 4px 35px;
color: #383a3c;
display:block;
text-decoration: none;
width: 100%;
}

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

#navblock .sub a:hover{

background: #1b1b2f url("../images/bullet_arrow.gif") 18px center no-repeat;
color: #fff;
}
/* END Vertical Navigatiuon */