
/* Basic Elements */
ul li { list-style: none; margin:0;padding:0;}
a{ }
a:link, a:visited{ text-decoration: none; }
a:hover, a:active{ text-decoration: none; }

/* Backgrounds */

*:first-child+html #vnav {
position:relative;
left:-40px;
top:-5px;
}


/*


/*
=================================== Vertical Navigation ================================*/
#vnav { position: relative; top: 0px; left: 0; width: 180px; height: 320px; background: url('../images/menu.jpg') no-repeat; }
#vnav li { position: absolute; left: 0; width: 232px; height: 50px; }
	#vnav #vnav1 { height: 50px; top: 0px; }
	#vnav #vnav2 { height: 56px; top: 50px; }
	#vnav #vnav3 { height: 54px; top: 106px; }
	#vnav #vnav4 { height: 54px; top: 160px; }
	#vnav #vnav5 { height: 53px; top: 214px; }
	#vnav #vnav6 { height: 53px; top: 267px; }
#vnav li a { display: block; position: absolute; top: 0; left: 0; width: 232px; height: 50px; text-indent: -9999em; }


