.menu  			
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
	padding-left: 0px;
	font-weight: bolder;
	height: 18px;
	width:150px;
	background-color: #F1F1F1;
	
	position: absolute;
	cursor: default;
	visibility: hidden;
}

.visibleMenu	
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
	padding-left: 0px;
	font-weight: bolder;
	height: 18px;
	width:150px;
	background-color: #F1F1F1;
	
	position: absolute;
	cursor: default;
	visibility: visible;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:grey;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color::gray;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:gray;
}
				 
.menuItem		
{
	color: #000000;
	padding-left: 10px;
	height: 18px;
	padding-right: 15px;
	text-decoration: none;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:gray;
}



.menuItemOver	{color:  #000000;
				 background-color: #79878F;
				height: 18px;
				 padding-left: 10px;
 				 padding-right: 15px;
 				 text-decoration: none;}
				 
.menuItemOver A	{color: #000000;
				 background-color: #79878F;
				 padding-left: 10px;
 				 padding-right: 15px;
 				 text-decoration: none;
				 cursor: default;}
				 
.menuItem A		{color: #000000;
				 background-color: #F1F1F1;
				 padding-left: 10px;
				 padding-right: 15px;
				 text-decoration: none;
				 cursor: default;}
				 
.more			{font-family: WebDings;
				 text-align: right;
				 position: absolute;}
