/*The first 3 a. tags are for the menus across which are black on a white background 
rather than the buttons down which are white on a black background.
a.remove:link 		{color: black; text-decoration:none; font-size:13px; width:120px;}
a.remove:visited 	{color: black; text-decoration:none; font-size:13px; width:120px;}
a.remove:hover 		{color: black; text-decoration:none; font-size:13px; width:120px;}
*/
a:link {color: #14C8F6; text-decoration:none}
a:visited {color: red}
a:hover {color: #ffff00;  text-decoration:none}
a.removeBd:link 	{color: white; text-decoration:none; font-size:13px; width:120px;}
a.removeBd:visited 	{color: white; text-decoration:none; font-size:13px; width:120px;}
a.removeBd:hover 	{color: white; text-decoration:none; font-size:13px; width:120px;}
#FixMenuBd{
position:relative;
width: 120px;
z-index:22;
float:left;
}
.menuBd{
position:relative;
left:0px;
top:0px;
height:25px;
max-height:25px;
width:120px;
text-align:left;
text-transform:capitalize;
}
