/*originally called 270509_MODS_TO_ORIG_anylinkcssmenu.css and based on ORIG_anylinkcssmenu.css modded using some of the info from 270509 FAILING anylinkcssmenu.css*/


.anylinkcss{
/*font: normal 12px Verdana;*/
/*background: lightyellow;*/
/*line-height: 18px;*/ /*not needed*/
position: absolute;
left: 0;
top: 0;
visibility: hidden;
z-index: 100; /* zIndex should be greater than that of shadow's below */
border: 1px solid white; border-bottom-width: 0; /*white border to top/left/right of dropdown menu*/

width: 300px; /* default width for menu */ /*fine at 300, menu fails in IE if removed*/

		margin-top:5px; /*this pushes it down a bit so there's a space between it and the TP button - it is NOT causing the problem*/

		background-image:url(images/texture2_yew_950w.jpg);

}

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




/*additional rows added to fix IE bug - otherwise it was only non-hover-styling link 3 of 3 correctly, i.e. first 2 links weren't white*/
.anylinkcss a,
.anylinkcss a:link,
.anylinkcss a:active,
.anylinkcss a:visited,

.anylinkcss ul li a {
/*text-indent: 5px;*/
width: 100%;
border-bottom: 1px solid white; /*white border underneath each of the menu items*/
display: block; /*needed to ensure they stack up like buttons*/

padding: 1px 0; /*orig version*/
		padding: 10px; /*this pads the A text - BUT when set to 10, odd white extensions appear on underlines*/
		padding: 10px 0; /*new idea - use padding on top/bot only...*/
		text-indent: 10px; /*...and text indent on LHS*/

		/*background-image:url(images/texture2_yew_950w.jpg);*/
		text-align:left;
		font-family:'Times New Roman',Times;font-size:1.3em;font-weight:bold; /*as per menupanel A */
		color : white;
		text-decoration: none;

}


.anylinkcss a:hover, #menupanel .anylinkcss a:hover {
color : black;
text-decoration: none;
}