/*  DROP DOWN MENU */
#menu {
	width: 140px;
	margin: 0; padding: 2px 0 0 0; 
	background-color: #fff; 
	font-family: tahoma, helvetica, sans-serif; font-size: 13px;
	font-weight: bold;
	}
#menu ul {
	list-style: none;
	width: 140px;
	margin: 0 0 0 5px; padding:0;	
	}	
#menu li {
	width: 140px; height: 20px;
	margin: 5px 0; padding: 5px;
	}

#menu a:link, #menu a:visited {
	display: block; width: 140px !important; background-color:#fff; color:#000066; text-decoration: none; cursor: pointer !important; 
	}
#menu a:hover,#menu a:active {
	display: block; width: 140px !important; background-color:#fff; color:#0000ff; text-decoration: underline; cursor: pointer;
	}		
	
/*  STYLE HIDDEN MENU DIV ELEMENTS  */	
.anylinkcss {
	position: absolute; width: 130px; left: 120px !important;
	visibility: hidden;
	margin: 0 0 0 20px;
	z-index: 100;
	background-color: #5d61ff;
	font-family: tahoma, helvetica, sans-serif; 
	font-size: 12px; font-weight: bold; text-align: center;
	}

.anylinkcss a {
	width: 130px; display: block;
	border-top: 1px;
	border-bottom: 0;
	border-left: 1px;
	border-right: 1px;
	border-color: #ffffff;
	border-style: solid;
	padding: 3px 0 5px 0;
	text-decoration: none;
	}

.anylinkcss a:link, .anylinkcss a:visited {
	background-color: #5d61ff; color: #fff; text-decoration: none;
	}
.anylinkcss a:hover, .anylinkcss a:active { 
	background-color: #5d61ff; color: #000; text-decoration: none;
	}