/* drop down menu - Main Navigation */
/* http://dev.visualdrugs.net/mootools/dropdown_menu.html */
#helpContainer {
	width: 185px;
	margin: 0;
	margin-left: 450px;
	/*margin: 0 auto; center the page in Firefox */
	}
#navhelp {
	display: block;
	padding: 0;
	margin: 0;
	height: 25px;
  	position: relative;
	width: 100%;
	list-style: none;
	text-align: center;
}

#navhelp li {
	text-align: center;
	display: block;
	float: left;
	height: 28px;
	margin: 0;
	padding: 0;
  	position: relative;
}

#navhelp li a {
	float: left;
	height: 20px;
	padding: 0 5px;
	padding-top: 9px;
	margin-left: 1px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
}

#navhelp li a:hover {
	background: #ffffff;
	color: #006699;
}

#navhelp li a.active {
	background:  #FF0000;
  	color: white;
	font-weight: bold;
}

#navhelp li.sep {
	background: #eeeeee;
	width: 1px;
	height: 20px;
	float: left;
	margin-top: 5px;
}

#navhelp li.left {
	width: 14px;
	height: 25px;
	float: left;
}

#navhelp li.right {
	width: 13px;
	height: 25px;
	float: right;
}

#navhelp li ul {
	display: none;
	width: 120px;
	position: absolute;
	top: 28px;
	left: 0;
	margin: 0;
	padding: 0;
	/* Transparent background for drop down menu */
  	background:transparent filter: alpha(opacity=90);
  	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  	opacity:0.90;
}

#navhelp li ul li {
  	border: 0;
  	height: 30px;
  	color: #666666;
  	background: #eeeeee;
  	margin: 0;
}

#navhelp li ul li a {
	display: block;
  	height: 28px;
  	width: 80px;
  	padding: 0 20px 0 5px;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	border: 1px #cccccc solid;
	white-space: nowrap;
  	background:  #eeeeee;
  	color: #666666;
  	text-align: left;
  	line-height: 29px;
  	font-weight: normal;
}

#navhelp li ul li a:hover {
  	color: #333333;
  	background: #ffffff;
}

/* Hacks for Opera to fix the drop down menu problem */
html:first-child #nav li a {
	float: none;
	height: 28px;
	padding-top: 0;
	line-height: 34px;
	display: block;
}
html:first-child #nav li ul li a {
  	height: 28px;
  	line-height: 25px;
}

.navhelpimg {
	float: left;
	text-align: right;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-top: -2px;
	}
.navhelptext {
	float: left;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-top:0px;
	margin-bottom: 0px;
	}	


/*--tool tip class--*/
	.body-css-01 {
		border: 4px solid #ebebeb;
		width: 240px;
		border-top: none;
		background-color: #f8f8f8;
		color: #666666;
		padding: 5px 8px;
		padding-right: 40px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		}
	
	.title-css-01 {
		border: 4px solid #ebebeb;
		border-bottom: none;
		width: auto;
		background: url(../images/tooltip-title.gif) no-repeat right 50%;
		color: #fff;
		padding: 6px 8px;
		padding-right: 40px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		text-transform: uppercase;
		}
