.box { clear: both !important }

/**********************************************Vertical Nav ****************************************/
#nav_vert { font-size:1em; z-index:999; width:200px; }

/************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */
#nav_vert li {
	width:210px;
	list-style:none;
	position:relative;
	text-align:left;
}
#nav_vert li.over { z-index:999; background-position: 0 -29px; }
#nav_vert li a { display: block; width: 100%; height: 100%; }
#nav_vert li.active { z-index:999; background-position: 0 -59px; } /* to prevent the li separator from showing through on mouseover on li */
#nav_vert a { line-height:1.3em; }
#nav_vert a, #nav_vert a:hover { display:block; text-decoration:none; }
#nav_vert span { display:block; cursor:pointer; }
#nav_vert li:hover { background-position: 0 -29px; }

/************ 1ST LEVEL ***************/
#nav_vert li { float:left; background:url(../images/slice10.jpg); no-repeat; height:30px; left top; }
#nav_vert li.active { color:#000000; }
#nav_vert a {
	float:left;
	padding:5px 12px 6px 8px;
	color:#ffffff;
	font-weight:bold;
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
}
#nav_vert li.over { color:#000000; }
#nav_vert a:hover { color:#000000; }
#nav_vert a:active a { color:#000000; }

/************ 1ST LEVEL RESET ************/
#nav_vert ul li {
	float:none;
	height:auto;
	background:none;
	margin:0;
}
#nav_vert ul li.active {
	background:url(../images/slice10.jpg);
	no-repeat;
	height:30px;
	left top;
	background-position: 0 -60px;
}
#nav_vert ul a, #nav_vert ul a:hover {
	float:none;
	padding:0;
	background:none;
}

/************ 2ND LEVEL ***********/
#nav_vert ul {
	position: relative;
	margin-left:210px;
	left:-10000px;
}

/* Show menu */
#nav_vert li.over ul { left:0; }
#nav_vert li.over ul ul { left:-10000px; }
#nav_vert li.over ul li.over ul { left:0px;top:-30px}

#nav_vert ul li { background:url(../images/slice10.jpg); no-repeat; height:30px; left top; width: 210px; }
#nav_vert ul li a {
	color:#ffffff;
	font-weight:bold;
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
}
#nav_vert ul li a:hover { z-index:999; background-position: 0 -29px; }
#nav_vert ul span, #nav_vert ul li.last li span { padding:3px 15px 4px 15px;}
#nav_vert ul li.last span { background:none; }

/************ 3RD+ LEVEL ************/

#nav_vert ul ul ul { left:-10000px;}
#nav_vert li.over ul li.over ul ul { left:-10000px;}
#nav_vert li.over ul li.over ul li.over ul { left:100px; }

#nav_vert ul ul ul li { left:-100px;}

/* Fix for the IE bug */

#nav_vert iframe {
	position: absolute;
	left: -1px;
	top: 0;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
