.menu {
	position:absolute;
	visibility: hidden;
	/*border:1px solid #8cad17;*/
	border-bottom-width: 0;
	font:normal 11px arial;
	line-height: 33px;
/*	text-indent: 10px;*/
	z-index: 100;
	background: url(../images/bg-dropdown.gif) no-repeat left top;
	/*background-color: #c8db84;*/
	width: 113px;
	height:33px;
}
.menu a {
	color: #ffffff;
	width: 100%;
	display: block;
	/*border-bottom: 1px solid #8cad17;*/
	text-decoration: none;
	font-weight: bold;
	text-indent: 15px;
	background: url(../images/bg-dropdown.gif) no-repeat left top;
	width: 125px;
	height:33px;
}
.menu a:hover { /*hover background color*/
	/*background: transparent url(../Images/weekbg.jpg) repeat-x scroll 0%;*/
	background: url(../images/bg-dropdown.gif) no-repeat left top;
	/*background:#c5e6fc;*/
	color: #000000;
}
.line-height {
	line-height: normal;
	height:32px!important;
	padding-top:1px;
}