/* CSS Document */
#dropdown1 {
	position: absolute;
	display:block;
	z-index:5;
	visibility: hidden;
	white-space:nowrap;
	height: 28px;
	width: 180px;
	padding: 0px;
}
#dropdown2 {
	position: absolute;
	display:block;
	z-index:10;
	visibility: hidden;
	white-space:nowrap;
	height: 28px;
	width: 110px;
	padding: 0px;
	margin-left: 114px;
}
#dropdown3 {
	position: absolute;
	display:block;
	z-index:10;
	visibility: hidden;
	white-space:nowrap;
	height: 28px;
	width: 89px;
	padding: 0px;
	margin-left: 238px;
}
#dropdown6 {
	position: absolute;
	display:block;
	z-index:10;
	visibility: hidden;
	white-space:nowrap;
	height: 28px;
	width: 70px;
	padding: 0px;
	margin-left: 537px;
}
.div_left {
	background-image: url(../images/div_left.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 9px;
	height: 28px;
}
.div_content {
	background-image: url(../images/div_bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	height: 28px;
}
.div_right {
	background-image: url(../images/div_right.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 9px;
	height: 28px;
}
