.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility:hidden;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:#F00;
width:200px;
padding-left:5px;

margin-top:1px;
margin-left:0px;
}
.anylinkcss .option {
	 margin:10px 8px 10px 5px; height:20px; padding-top:2px; text-align:center; width:180px; border:1px solid #FF8080; background:url(../images/servicemenutriangle.gif) bottom left no-repeat;}
	.anylinkcss .option:hover { background:url(../images/servicemenutriangle.gif) bottom left no-repeat #FF8080}

.anylinkcss2{
position: absolute;
left: 0;
top: 0;
visibility:hidden;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:#F00;
width:200px;
padding-left:5px;

margin-top:1px;
margin-left:0px;
}
.anylinkcss2 .option {
	margin:10px 8px 10px 5px; height:20px; padding-top:2px; text-align:center; width:180px; border:1px solid #FF8080; background:url(../images/servicemenutriangle.gif) bottom left no-repeat;}
	.anylinkcss2 .option:hover { background:url(../images/servicemenutriangle.gif) bottom left no-repeat #FF8080}

.anylinkcss3{
position: absolute;
left: 0;
top: 0;
visibility:hidden;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:#F00;
width:200px;
padding-left:5px;

margin-top:1px;
margin-left:0px;
}
.anylinkcss3 .option {
	margin:10px 8px 10px 5px; height:20px; padding-top:2px; text-align:center; width:180px; border:1px solid #FF8080; background:url(../images/servicemenutriangle.gif) bottom left no-repeat;}
	.anylinkcss3 .option:hover { background:url(../images/servicemenutriangle.gif) bottom left no-repeat #FF8080}

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}