/* dropdown.css */
/* 2012/06/06 */

* {
	padding:0;
	margin:0;
}

#dropdown {
	width:938px;
	height:27px;
	background : #0074BE none repeat scroll 0% 0%;
	border-top-width : 0px;border-right-width : 0px;border-bottom-width : 0px;border-left-width : 8px;border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;border-right-color : #0074BE;border-bottom-color : #0074BE;border-left-color : #0074BE;
	
}

#dropdown dl {
	float:left;
}

#dropdown dt {
	width:156px;
	height:17px;
	padding:5px 0;
	/* 9ac1c9 */	
	text-align:center;
	cursor:pointer;
	background:url(icon.gif) repeat;
	font-size:85%;
	line-height:1.3em;
}


#dropdown dt.end {
	padding-left:0;
}
/* end */


#dropdown dt:hover {
	background:#eaf0f2;
	background:url("icon_over.gif") no-repeat;
}

#dropdown dd {
	width:155px;
	background:#9ac1c9;
	position:absolute;
	overflow:hidden;
	display:none;
	z-index:200;
	opacity:0;
}


#dropdown ul {
	width:150px;
	border:solid #9ac1c9;
	border-width:0 1px 1px 1px;
	list-style:none;
}

#dropdown li {
	font-size:80%;
	display:inline;
	text-align:left;
}

#dropdown a {
	width:156px;/* IE6 */
	padding:10px;
	background:#eaf0f2;
	color:#547f71;
	border-bottom:1px solid #b9d6dc;
	display:block;
	text-decoration:none;
}

#dropdown a:hover {
	background:#FBD16B;
	background:url(select.gif) no-repeat;
}

#dropdown .none {
	border-bottom:none;	
}
