#menu_overall{
	float:left;
	width:238px;
	height:auto;
	border:1px solid #CCCCCC;
	border-bottom:none;
}

.navlist li {
	width: 238px;
	background-color: #f9f9f9;
	list-style: none;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	background-image:url(../images/SpryMenuBarRight.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.navlist li a {
	color: #333333;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #CCCCCC;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.navlist li a:hover {
	background-color: #33C;
	color: #FFFFFF;
	background-image:url(../images/SpryMenuBarRightHover.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #CCCCCC;
	border-bottom-width: 0;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #eeeeee;
	width: 238px;
}

.anylinkcss a{
	color: #333333;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #CCCCCC;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkcss a:hover{
	background-color: #33C;
	color: #FFFFFF;
}
