
.MenuLink_Lvl_1 
{
	color:#000000;
	cursor:hand;
	font-family:Arial;
	font-size:18px; 
	text-decoration :none;    	
}

a:hover
{
    color:#990000;
}

.MenuLink_Lvl_2 
{
	color:#000000;
	cursor:hand;
	font-family:Arial;
	font-size:14px; 
/*	font-weight:bold;*/
	text-decoration :none;	
}

.MenuTD_Lvl_1 
{
    height:30px;
	vertical-align : bottom;
}


.MenuTD_Lvl_2 
{
    height:22px;
}


.Menu_IMG
{
	width:15px;
	height:15px;
	cursor:hand;
	position:relative;top:1px;
	background-image: url(../images/collapsemenu.gif);	
}

a:focus 
{ 
	-moz-outline-style: none; 
} 

.trMenuItem tr:hover
{ 
/*	background-color:#dcdcdc;
	color:#990000;*/
}

body
{ 
    background-color:#ffffff;
} 


/*
input
{
	-moz-outline-style: none; 
}*/