.navigation ul ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 160px; /* Width of Menu Items */
}
.navigation ul li {
	position: relative;
	width:100%;
}
.navigation ul ul li {
	position: relative;
	left:0px;
}
.navigation ul li ul {
	position: absolute;
	width: 250px; 
	top:-1px;
	visibility: hidden;
}
/* Sub level menu links style */
.navigation ul ul li a {
	display: block;
	/*overflow: auto; /*force hasLayout in IE7 */
	color: black;
	text-decoration: none;
	padding:7px 0px;
	border:1px solid #A5D1D2;
	border-top:none;
	height:22px;
}
.navigation ul ul li a:visited {
	color: black;
}
.navigation ul ul li a:hover {
	text-decoration:none; display:block; padding:7px 0px; font-weight:bold; overflow:hidden; height:22px;
}
.navigation .subfolderstyle {
	background: url(media/arrow-list.gif) no-repeat center right;
}
/* Holly Hack for IE \*/
* html .navigation ul li {
	float: left;
	height: 1%;
}
* html .navigation ul li a {
	height: 1%;
}
/* End */

.help_link {
	background:transparent url(../Images/navigation_bg.gif) repeat-x scroll 0 0;
	}