

/* CSS Document */
body {

	width: 950px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#menu2 {
	margin: 0px;
	padding-top: 20px;
	width: 400px;
	list-style: none;
	border: 1px dashed #CCCCCC;
	float: right;
}

#menu2 li {
	height: 26px;
	line-height: 26px;
	border-bottom: 1px dashed #CCCCCC;
	width: 130px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	position: relative;

}
#menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 1px none #CCCCCC;
}
#menu2 li ul {
	position: relative;
	width: 100px;
	left: 130px;
}
#menu2 li:hover ul {
	display: block;
}
#menu2 ul li:hover {
	display: block;
	background-color: #FFCCFF;
}

#menu2 ul li.current ul { display:block;}
