/* css for drop down positioning -------------------------------------------------------------------------------------- */
#drop01 {
	top: 30px;
	left: 21px;
	padding: 10px 0 10px 0;
	background: url(../images/bg-dropdown.gif) no-repeat bottom;
	}
#drop02 {
	top: 30px;
	left: 297px;
	padding: 10px 0 10px 0;
	background: url(../images/bg-dropdown.gif) no-repeat bottom;
	}
#drop03 {
	top: 30px;
	left: 417px;
	padding: 10px 0 10px 0;
	background: url(../images/bg-dropdown.gif) no-repeat bottom;
	}
#drop04 {
	top: 30px;
	left: 567px;
	padding: 10px 0 10px 0;
	background: url(../images/bg-dropdown.gif) no-repeat bottom;
	}
#drop05 {
	top: 30px;
	left: 669px;
	padding: 10px 0 10px 0;
	background: url(../images/bg-dropdown.gif) no-repeat bottom;
	}
#drop06 {
	top: 30px;
	left: 779px;
	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: #df0223;
	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: #df0223;
	text-decoration: none;
	}
#hide-dropdown {
	position: absolute;
	top: 68px;
	left: 2px;
	width: 800px;
	height: 181px;
	z-index: 20;
	}

