		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			width:200px;
			*margin:0px;
			background:#E6E6E6;
			position:relative;
		}
		.vertical li a{
			display: block;
			text-decoration: none;
			font: bold 12px Arial;
			color:#003399;
			background: url(/themes/ves/images/left_menu_icon.gif) no-repeat left;
			cursor: pointer;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			left:200px;
			_left:10px;
			top:0px;
			_top:-28px;
			width:165px;
		}
		.vertical li ul ul{
			position: absolute;
			left:165px;
			_left:-24px;
			top:0px;
			_top:28px;
			width:165px;
		}