/* CSS Document */
.menusectionstyle {
	position: relative;
	background-color: black; 
	border-color: #666666;
	border-style: solid; 
	border-width: 2px; 
	z-index: 1; 
	visibility: hidden;
	text-align: center;
} 
.menusectionitem { 
	text-decoration: none; 
	color: #AACCFF; 
	font-size: 12px; 
	font-family: verdana, arial; 
	line-height: 18px; 
	font-weight: bold; 
	border: none;
	border-bottom: none; 
} 
.menusectionitem:hover { 
	text-decoration: underline; 
	color: 33AAFF; 
}