div#menuContainer {
	border : 1px solid #CCCCCC;
	background-color : #FFFFFF;
	position : absolute;
	z-index : 99999;
	margin : 0px;
	padding : 0px;
	display : none;
	width : 240px;
}

a.menuLink:link {
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	background : transparent none;
	color : #666666;
	text-decoration : none;
	text-align: left;
	line-height : 24px;
	margin : 10px;
	padding : 5px;

}

a.menuLink:active {
	font-family : Arial;
	font-size : 10pt;
	background : transparent none;
	font-weight : normal;
	color : #666666;
	text-decoration : none;
	text-align : left;
	line-height : 24px;
	margin : 10px;
	padding : 5px;

}

a.menuLink:visited {
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	background : transparent none;
	color : #666666;
	text-decoration : none;
	text-align: left;
	line-height : 24px;
	margin : 10px;
	padding : 5px;

}

a.menuLink:hover {
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	background : transparent none;
	color : #CEC135;
	text-decoration : none;
	text-align : left;
	line-height : 24px;
	margin : 10px;
	padding : 5px;
}