/* css for drop down positioning -------------------------------------------------------------------------------------- */
#drop01 {
	top: 68px;
	left: 189px;
	padding: 10px 0 10px 0;
	background: url(../images/bg-dropdown.gif) no-repeat bottom;
	}
#drop02 {
	top: 68px;
	left: 309px;
	padding: 10px 0 10px 0;
	background: url(../images/bg-dropdown.gif) no-repeat bottom;
	}
#drop03 {
	top: 68px;
	left: 374px;
	padding: 10px 0 10px 0;
	background: url(../images/bg-dropdown.gif) no-repeat bottom;
	}
#drop04 {
	top: 68px;
	left: 492px;
	padding: 10px 0 10px 0;
	background: url(../images/bg-dropdown.gif) no-repeat bottom;
	}
#drop05 {
	top: 68px;
	left: 638px;
	padding: 10px 0 10px 0;
	background: url(../images/bg-dropdown.gif) no-repeat bottom;
	}
#drop06 {
	top: 68px;
	left: 704px;
	padding: 10px 0 10px 0;
	background: url(../images/bg-dropdown.gif) no-repeat bottom;
	}


/* css for drop down text and links ---------------------------------------------------------------------------------- */
.drop {
	position: absolute;
	top: 0px;
	width: 162px;
	visibility: hidden;
	z-index: 40;
	}
.drop a, .drop a:visited {
	padding: 5px 3px 5px 15px;
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	display: block;
	text-decoration: none;
	}
.drop a:hover, .drop a:active {
	color: #FFCE00;
	text-decoration: none;
	}
.drop a.sub, .drop a.sub:visited {
	padding: 5px 3px 5px 30px;
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	display: block;
	text-decoration: none;
	}
.drop a.sub:hover, .drop a.sub:active {
	color: #FFCE00;
	text-decoration: none;
	}
#hide-dropdown {
	position: absolute;
	top: 68px;
	left: 2px;
	width: 800px;
	height: 181px;
	z-index: 20;
	}
