.dropdown {
	float:left;
	}
.dropdown dt,.dropdown dt a {
	width:189px; 
	height:40px;
	margin-right:2px;
	text-indent:-9999px;
	}
.dropdown dt#one-ddheader,.dropdown dt#one-ddheader a {
	background:url(../images/imgSideMenu1.gif) no-repeat;
	}
.dropdown dt#one-ddheader a:hover {
	background:url(../images/imgSideMenu1_ov.gif) no-repeat;
	}
.dropdown dt#two-ddheader,.dropdown dt#two-ddheader a {
	background:url(../images/imgSideMenu2.gif) no-repeat;
	}
.dropdown dt#two-ddheader a:hover {
	background:url(../images/imgSideMenu2_ov.gif) no-repeat;
	}
.dropdown dt#three-ddheader,.dropdown dt#three-ddheader a {
	background:url(../images/imgSideMenu3.gif) no-repeat;
	}
.dropdown dt#three-ddheader a:hover {
	background:url(../images/imgSideMenu3_ov.gif) no-repeat;
	}
.dropdown dt#four-ddheader,.dropdown dt#four-ddheader a {
	width:162px; 
	background:url(../images/imgSideMenu4.gif) no-repeat;
	}
.dropdown dt#four-ddheader a:hover {
	background:url(../images/imgSideMenu4_ov.gif) no-repeat;
	}
.dropdown dt#five-ddheader,.dropdown dt#five-ddheader a {
	width:162px; 
	margin-right:0;
	background:url(../images/imgSideMenu5.gif) no-repeat;
	}
.dropdown dt#five-ddheader a:hover {
	background:url(../images/imgSideMenu5_ov.gif) no-repeat;
	}
.dropdown dd {
	cursor:pointer;
	position:absolute; 
	overflow:hidden; 
	width:189px;
	display:none;
	background:#fff;
	z-index:200; 
	opacity:0;
	}
.dropdown ul {
	width:189x; 
	border:1px solid #9ac1c9;
	list-style:none;
	border-top:none;
	}
.dropdown li {
	display:inline;ya_g.gif;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#666;
	text-decoration:none;
	background:#ECEEEA;
	width:189px;
	text-align:left;
	}
.dropdown li a, .dropdown li a:active, .dropdown li a:visited {
	text-indent:1em;
	}
.dropdown a:hover {background:#FFFFCC; color:#CCC;}
.dropdown .underline {
	border-bottom:1px solid #b9d6dc;
}