#nav {
height:400px;
border-right: dotted 1px #000000;
position:absolute;
}


#nav ul, #nav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#nav ul
{
	border: none 1px #000;
	border-bottom-width: 0;
}


#nav ul li a
{
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	color: #336;
}


#nav ul li a:hover
{
	background-color: #660000;
	color: #fff;
}



/* Hide from IE-mac \*/
* html #nav ul li a/* hide from IE 5.0 */ {height: 1%;}
/* End hide */

