/* CSS Document */


ul#items {
	padding:0px 0px 0px 10px;
	width: 110px;
	background-color: #FFFFFF;
	border-left-style: dotted;
	margin-top: 5px;
	border-left-width: 1px;
	border-left-color: #666666;
}
ul#items li {
	display:block;
	list-style:none;
	padding-bottom: 10px;
}
ul#items li a:hover {
	color: #333333;
	text-decoration: none;
}
ul#items li ul {
	display:none;
	background-color: #FFFFFF;
	width: auto;
	position: absolute;
	margin-left: 55px;
	margin-top: -15px;
	padding: 0px;
	border-left: 1px solid #999999;
	margin-bottom: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
}
ul#items li:hover>ul {
	display:block;
}
ul#items ul li {
	display:block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	padding: 2px 3px;
}
ul#items ul li a {
	color: #666666;
	text-decoration: none;	
}
ul#items ul li a:hover {
	color: #993333;
	text-decoration: none;	
}
