#top_selection {
	margin-left:8px;
	margin-bottom: 10px;
	width:123px;
	display: block;
}
* html #top_selection {
	margin-bottom:0px;
}

#top_selection .top {
	display: block;
	width: 123px;
	height: 23px;
	background: url(top.gif) no-repeat;
}

#top_selection .content {
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	display: block;
	width: 103px;
	background: url(content.gif) repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

* html #top_selection .content {
	width:123px;
}

#top_selection .bottom {
	display: block;
	width: 123px;
	height: 6px;
	background: url(bottom.gif) no-repeat;
}

#top_selection a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2F2F2F;
	text-decoration:underline;
	padding-bottom:5px;
	display:block;
}
#top_selection a:hover {
	color:#3399CC;
}
