/**********************************************Vertical Nav ****************************************/
.vertical-nav-container{width:166px; margin-left:20px; }
.vertical-nav-container h4{font-family:Georgia, Arial; font-weight:normal;}

#nav2 {

	z-index: 999;
	position:absolute; margin-left:420px; 
	width:125px;
}
/************** ALL LEVELS *************/
	/* Style consistent throughout all nav levels */
#nav2 li {
	
	list-style: none;
	position: relative;
	text-align: left;
	
}

#nav2 li.over {
	z-index: 999;
}

#nav2 li.active {
	z-index: 999;
}
	
	/* to prevent the li separator from showing through on mouseover on li */
#nav2 a { 
	font-size:11px;

}

#nav2 a,#nav2 a:hover {
	display: block;
	text-decoration: none;
}

#nav2 span {
	display: block;
	cursor: pointer;
}

/************ 1ST LEVEL ***************/
#nav2 li {
	float: left;
	margin-right: 1px;
	
}

#nav2 li.active a {
	color: #ffffff;
}

#nav2 a {
	float: left;
	font-weight: bold;
	padding:0;

}

#nav2 li.over a,#nav2 a:hover {

}

/************ 1ST LEVEL RESET ************/
#nav2 ul li,#nav2 ul li.active {
	float: none;
	height: auto;
	background: none;
	margin: 0;
}

#nav2 ul a,#nav2 ul a:hover {
	float: none;
	padding: 0;
	background: none;
}

#nav2 ul li a {
	font-weight: normal !important;
}

/************ 2ND LEVEL ***********/
#nav2 ul {
	position: absolute;
	width: 125px;
	margin-left: 0px;
	top: 37px;
	left: -10000px;
	border-top: 3px solid #660000;
	border-bottom: 1px dotted #FFADAD;
	border-left: 1px dotted #FFADAD;
	border-right: 1px dotted #FFADAD;
	background-color:#880000;
	
}

/* Show menu */
#nav2 li.over ul {
	left: 0;
}

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

#nav2 li.over ul li.over ul {
	left: 100px;
}

#nav2 ul li a {
	background: #8800000; /*#ecf3f6*/
	
}

#nav2 ul li a:hover {
	background: #990000; /*#d5e4eb;*/
}

#nav2 ul li a span {
	/*background: url(../images/nav_divider.gif) repeat-x 0 100%;*/
}

#nav2 ul li a,#nav2 ul li a:hover {
	color: #FFADAD !important;
}

#nav2 ul span,#nav2 ul li.last li span {
	padding: 2px 15px 2px 15px;
border-bottom:1px dotted #cc9999;
}

#nav2 ul li.last span {
	border-bottom:none!important;
}

/************ 3RD+ LEVEL ************/
#nav2 ul ul {
	top: 5px;
	position:absolute;
	width:160px;
	margin-left:50px;
	border-top:1px dotted #FFADAD;

}

#nav2 ul ul ul {
	left: -10000px;
}

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

#nav2 li.over ul li.over ul li.over ul {
	left: 100px;
}

/* Fix for the IE bug */
#nav2 iframe {
	position: absolute;
	left: -1px;
	top: 0;
	z-index: -1;
	filter: progid : DXImageTransform.Microsoft.Alpha ( style = 0, opacity = 0 );
}

#nav {

	z-index: 999;
	position:absolute; margin-left:219px; 
	width:199px;
}


/************** ALL LEVELS *************/
	/* Style consistent throughout all nav levels */
#nav li {
	width: 160px;
	list-style: none;
	position: relative;
	text-align: left;
}

#nav li.over {
	z-index: 999;
}

#nav li.active {
	z-index: 999;
}
	
	/* to prevent the li separator from showing through on mouseover on li */
#nav a { 
	font-size:11px;

}

#nav a,#nav a:hover {
	display: block;
	text-decoration: none;
}

#nav span {
	display: block;
	cursor: pointer;
}

/************ 1ST LEVEL ***************/
#nav li {
	float: left;
	margin-right: 1px;
	
}

#nav li.active a {
	color: #ffffff;
}

#nav a {
	float: left;
	font-weight: bold;

}

#nav li.over a,#nav a:hover {

}

/************ 1ST LEVEL RESET ************/
#nav ul li,#nav ul li.active {
	float: none;
	height: auto;
	background: none;
	margin: 0;
}

#nav ul a,#nav ul a:hover {
	float: none;
	padding: 0;
	background: none;
}

#nav ul li a {
	font-weight: normal !important;
}

/************ 2ND LEVEL ***********/
#nav ul {
	position: absolute;
	width: 160px;
	margin-left: 20px;
	top: 37px;
	left: -10000px;
	border-top: 3px solid #660000;
	border-bottom: 1px dotted #FFADAD;
	border-left: 1px dotted #FFADAD;
	border-right: 1px dotted #FFADAD;
	background-color:#880000;
}

/* Show menu */
#nav li.over ul {
	left: 0;
}

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

#nav li.over ul li.over ul {
	left: 100px;
}

#nav ul li a {
	background: #8800000; /*#ecf3f6*/
	
}

#nav ul li a:hover {
	background: #990000; /*#d5e4eb;*/
}

#nav ul li a span {
	/*background: url(../images/nav_divider.gif) repeat-x 0 100%;*/
}

#nav ul li a,#nav ul li a:hover {
	color: #FFADAD !important;
}

#nav ul span,#nav ul li.last li span {
	padding: 2px 15px 2px 15px;
border-bottom:1px dotted #cc9999;
}

#nav ul li.last span {
	border-bottom:none!important;
}

/************ 3RD+ LEVEL ************/
#nav ul ul {
	top: 5px;
	position:absolute;
	width:160px;
	margin-left:50px;
	border-top:1px dotted #FFADAD;

}

#nav ul ul ul {
	left: -10000px;
}

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

#nav li.over ul li.over ul li.over ul {
	left: 100px;
}

/* Fix for the IE bug */
#nav iframe {
	position: absolute;
	left: -1px;
	top: 0;
	z-index: -1;
	filter: progid : DXImageTransform.Microsoft.Alpha ( style = 0, opacity = 0 );
}

#nav_vert {

	z-index: 999;
	width: 166px;
}

/************** ALL LEVELS *************/
	/* Style consistent throughout all nav levels */
#nav_vert li {
	width: 160px;
	list-style: none;
	position: relative;
	text-align: left;
}

#nav_vert li.over {
	z-index: 999;
}

#nav_vert li.active {

}
	
	/* to prevent the li separator from showing through on mouseover on li */
#nav_vert a { 
	font-size:11px;

}

#nav_vert a,#nav_vert a:hover {
	display: block;
	text-decoration: none;
}

#nav_vert span {
	display: block;
	cursor: pointer;
}

/************ 1ST LEVEL ***************/
#nav_vert li {
	float: left;
	margin-right: 1px;
	
}

#nav_vert li.active a {
	color: #ffffff;
}

#nav_vert a {
	float: left;
	font-weight: bold;

}

#nav_vert li.over a,#nav_vert a:hover {

}

/************ 1ST LEVEL RESET ************/
#nav_vert ul li,#nav_vert ul li.active {
	float: none;
	height: auto;
	background: none;
	margin: 0;
}

#nav_vert ul a,#nav_vert ul a:hover {
	float: none;
	padding: 0;
	background: none;
}

#nav_vert ul li a {
	font-weight: normal !important;
}

/************ 2ND LEVEL ***********/
#nav_vert ul {
	position: absolute;
	width: 160px;
	margin-left: 140px;
	top: 0px;
	left: -10000px;
	border: 1px dotted #FFADAD;
	background-color:#880000;
}

/* 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: 100px;
}

#nav_vert ul li a {
	background: #8800000; /*#ecf3f6*/
	
}

#nav_vert ul li a:hover {
	background: #990000; /*#d5e4eb;*/
}

#nav_vert ul li a span {
	/*background: url(../images/nav_divider.gif) repeat-x 0 100%;*/
}

#nav_vert ul li a,#nav_vert ul li a:hover {
	color: #FFADAD !important;
}

#nav_vert ul span,#nav_vert ul li.last li span {
	padding: 2px 15px 2px 15px;
border-bottom:1px dotted #cc9999;
}

#nav_vert ul li.last span {
	border-bottom:none!important;
}

/************ 3RD+ LEVEL ************/
#nav_vert ul ul {
	top: 5px;
	position:absolute;
	width:160px;
	margin-left:50px;

}

#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;
}

/* 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 );
}