#mainmenu a {text-decoration: none; font-weight: bold; font-family:"Trebuchet MS"; font-size:12px;}
#mainmenu a:link {color: #000000; font-weight:bold; font-family:"Trebuchet MS"; font-size:12px;}
#mainmenu a:visited {color: #000000; font-weight:bold; font-family:"Trebuchet MS"; font-size:12px; }
#mainmenu a:hover 
{
color: #ffffff; 
font-weight:bold; 
font-family:"Trebuchet MS"; 
font-size:12px;
background-image: url(images/uigachurch_menu_alive.gif);
padding: 1px 0;
text-indent: 3px;
display: block;
position:relative;


}
#mainmenu a:active {color: #000000; font-weight:bold;  font-family:"Trebuchet MS"; font-size:12px;}



.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 20px;
	z-index: 200;
	background-color: #333;
	width: 170px;
	
	}

.anylinkcss a{
position:relative;
align:middle;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
background-color: #ffffff;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
height:20px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}
.rightborder
{
	border-right: 1px solid #000000;
	}