@charset "utf-8";
/* CSS Document */

ul.vnav {
list-style-type: none;
margin-bottom: 30px;
}
ul.vnav li {
display: block;
width: 196px;
color: #0099FF;
text-indent: 10px;
font-weight: bold;
}
ul.vnav li.vnavHeader {
height: 40px;
line-height: 40px;
}
ul.vnav a {
display: block;
width: 196px;
height: 40px;
line-height: 40px;
color: #FFFFFF;
text-decoration: none;
background-color: #333333;
font-weight: bold;
border-bottom: 1px solid #1E1E1E;
}
ul.vnav a:hover {
background-color: #0099FF;
}
ul.vnav .firstlink {
border-top: #000000 1px solid;
}
/* highlight top level pages */
#audio ul.vnav .audio a ,
#video ul.vnav .video a,
#web ul.vnav .web a,
#diy ul.vnav .diy a,  
#tut ul.vnav .tut a, 
#guarantee ul.vnav .guarantee a,
#testimonials ul.vnav .testimonials a,
#sitemap ul.vnav .sitemap a,
{
color: #fff;
background-color: #0099FF;
}
/* remove the border for nav headers with child pages */
/*
#audio ul.vnav .audio a,
#video ul.vnav .video a {
border-bottom: 0px;
}
*/

ul.vnav li.vnavSubHeader {
background-image: none;
background-color: #666666;
display: block;
width: 196px;
color: #0099FF;
text-indent: 10px;
font-weight: bold;
}

/* audio sub menu */

ul.vnav_sub {
margin: 0;
padding: 0;
list-style-type: none;
}
ul.vnav_sub li {
height: 25px;
line-height: 25px;
}

ul.vnav_sub a:link, ul.vnav_sub a:visited {
display: block;
width: 196px;
height: 25px;
line-height: 25px;
color: #000;
background: #666666 url(../images/template/bg-subnav-arrow-25.gif) no-repeat right top;
text-indent: 30px;
color: #FFF;
font-weight: bold;
}

ul.vnav_sub a:hover {
background-position: left top;
}

.lastLink {
	border-bottom: #0099FF 2px solid;
	width: 196px;
	}	
	
ul.vnav_sub .selected a {
background-position: left top;
cursor: default;
}	




/* set cursor and highlight current sub menu pages */
/*
.a78 ul.vnav_sub .a78, 
.aweb ul.vnav_sub .aweb, 
.acas ul.vnav_sub .acas, 
.adup ul.vnav_sub .adup, 
.areel ul.vnav_sub .areel, 
.avinyl ul.vnav_sub .avinyl {
background: #0099FF url(../images/template/bg-subnav-arrow.gif) no-repeat left top;
cursor: default;
}
.v8mm ul.vnav_sub .v8mm, 
.vbet ul.vnav_sub .vbet, 
.vd8 ul.vnav_sub .vd8, 
.vh8 ul.vnav_sub .vh8,  
.vmin ul.vnav_sub .vmin,  
.vpal ul.vnav_sub .vpal,  
.vntsc ul.vnav_sub .vntsc,  
.vvhs ul.vnav_sub .vvhs,  
.vvhsc ul.vnav_sub .vvhsc,  
.vweb ul.vnav_sub .vweb {
background: #0099FF url(../images/template/bg-subnav-arrow.gif) no-repeat left top;
cursor: default;
} 
*/
