
#v-nav {
    font-size: 13px;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}
#v-nav li.level0 a {
    background: none repeat scroll 0 0 #313131;
    border-bottom: 1px dotted #f2f2f2;
    color: #cbcbcb;
    display: block;
    height: auto;
    line-height: normal;
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase;
}
#v-nav li.level0.last a, #v-nav li.level0 ul a {
    border-bottom: 0 none;
}
#v-nav li.level0 a:hover, #v-nav li.level0.selected a, #v-nav li.level0.active a {
    background: none repeat scroll 0 0 #fdbe0b;
    color: #000;
}
#v-nav li.level0 li a:hover {
    text-decoration: underline;
	
}
#v-nav li.level0 ul.level0 {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #7c7c7c;
    box-shadow: 1px 0 1px rgba(50, 50, 50, 0.47);
    display: none;
    left: 251px;
    margin: -37px 0 0;
    position: absolute;
    z-index: 1000;
}
#v-nav li.level0 ul.level0 a, #v-nav li.level0.selected ul.level0 a {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    width: 187px;
}
#v-nav li.level0 ul.level0 li.level1 ul li.level2 a {
    font-size: 12px;
    font-weight: normal;
    padding: 3px 0 3px 30px;
}
#v-nav li.level1 a {
    font-weight: bold;
}
#v-nav li.level1 {
    background: none repeat scroll 0 0 #000;
    border-bottom: 1px dotted;
    float: left;
    width: 220px;
}
#v-nav .v-nav-right {
    text-align: justify;
}
#v-nav .img-bottom .v-nav-right {
    clear: both;
    padding: 15px 0 0;
}
.vcol-1.img-bottom {
    width: 200px;
}
.vcol-1.img-bottom .v-nav-left {
    width: 200px;
}
.vcol-1.img-bottom .v-nav-left li {
    width: 200px;
}
.vcol-1.img-bottom .v-nav-right {
    width: 200px;
}
.vcol-1.img-right {
    width: 219px;
}
.vcol-1.img-right .v-nav-left {
    clear: both;
    float: left;
    width: 150px;
}
.vcol-1.img-right .v-nav-right {
    float: right;
    width: 200px;
}
.vcol-2.img-bottom {
    width: 300px;
}
.vcol-2.img-bottom .v-nav-left {
    width: 300px;
}
.vcol-2.img-bottom .v-nav-right {
    width: 300px;
}
.vcol-2.img-right {
    width: 500px;
}
.vcol-2.img-right .v-nav-left {
    clear: both;
    float: left;
    width: 300px;
}
.vcol-2.img-right .v-nav-right {
    float: right;
    width: 200px;
}
.vcol-3.img-bottom {
    width: 450px;
}
.vcol-3.img-bottom .v-nav-left {
    width: 450px;
}
.vcol-3.img-bottom .v-nav-right {
    width: 450px;
}
.vcol-3.img-right {
    width: 650px;
}
.vcol-3.img-right .v-nav-left {
    clear: both;
    float: left;
    width: 450px;
}
.vcol-3.img-right .v-nav-right {
    float: right;
    width: 200px;
}
