

#menu .divider {
	color: #8387a4;
}

#menu a {
	text-decoration: none;
}


.anylinkcss {
position:absolute;
visibility: hidden;
line-height: 24px;
z-index: 9000;
background-color: #4E4E72;
width: 205px;
text-indent: 4px;
}

.anylinkcss a {
width: 100%;
display: block;
border-bottom: 1px solid #8387a4;
text-decoration: none;
font-weight: bold;
color: #fff;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #616582;
color: white;
font-weight: bold;
text-decoration: underline;
}
