.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #ffffff;
border-bottom-width: 0;
font:normal 11px Arial;
line-height: 18px;
z-index: 100;
background-color: #FCFCFC;
width: 200px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px  solid #ffffff;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #3C3C3C;
text-align: right;
direction: rtl;
background-image: url(../images/bar_bgr_grad.jpg);
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #E7E7E7;
text-decoration: none;
color: #ffffff;
background-image: url(../images/bar_bgr.gif);
width: 100%;
height: 100%;
}

.catmenulinkcss
{
	border-right: #858585 1px dotted;
	border-top: #858585 1px dotted;
	z-index: 100;
	visibility: hidden;
	font: 11px/18px Arial;
	border-left: #858585 1px dotted;
	width: 150px;
	border-bottom: #858585 0px dotted;
	position: absolute;
	background-color: #74b5d0;
}

.catmenulinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #858585;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #ffffff;
text-align: right;
direction: rtl;
}

.catmenulinkcss a:hover{ /*hover background color*/
background-color: #2C92B2;
color: #ffffff;
}