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


.trancemission {
position: absolute;
left: 0;
margin-left: -40px;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.trancemission ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.trancemission ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.trancemission a:hover{ /*hover background color*/
background: #170025;
color: lightyellow;
}



.tranceaction {
position: absolute;
left: 0;
margin-left: -40px;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.tranceaction ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tranceaction ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.tranceaction a:hover{ /*hover background color*/
background: #170025;
color: lightyellow;
}



.trancelocation {
position: absolute;
left: 0;
margin-left: -40px;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.trancelocation ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.trancelocation ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.trancelocation a:hover{ /*hover background color*/
background: #170025;
color: lightyellow;
}



.tranceformat {
position: absolute;
left: 0;
margin-left: -40px;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.tranceformat ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tranceformat ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.tranceformat a:hover{ /*hover background color*/
background: #170025;
color: lightyellow;
}






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