@charset "UTF-8";
/* CSS Document */


#container {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size:12px;
	font-weight: bold;
	text-align: left;
	width:119px;
	height:36px;
	background-image: url(/images_09/top_button.png);
	background-repeat: no-repeat;
	position: absolute;
	left: auto;
}	
#container .item a{
	background-image: url(/images_09/top_button_over.png);
	background-repeat: no-repeat;
	background-color:#ffffff;
	width:119px;
	height:30px;
}	
#menu {
	margin-top:0px;
	vertical-align:middle;
}
#menu ul .item {
	display:none;
	padding:0px;
}
/*This is where one would change the placement of the text within the hover boxes.
*/#menu ul:hover .item {
	color:#ebb983;
	display:block;
	width:119px;
	background:#98512b;
	font-size:10px;
	height: 30px;
	line-height:9px;
}
#menu ul:hover .item a{
	display:block;
	width:119px;
	height:30px;
	margin:0px;
	vertical-align:middle;
	background:#98512b;
	color:#FFFFFF;
	text-decoration:none;
	border: 0px;
}
#menu ul:hover .item a:hover {
	color:#ebb983;
}
#menu ul{
	width:119px;
	float:none;
	margin:0px;
	margin-top:5px;
	padding:0px;
	list-style:none;
}
.clear{clear:both;height:0px;}

