/*------------------------------------------------------------*/
/*               Basic text formatting for menus              */
/*                                                            */
/*              Change colors, fonts, borders, etc.           */
/*------------------------------------------------------------*/

.menuActuator a { 
	color: #333;
	font-weight:bold;
	font-size:12px;
	font-family: arial;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: 14px; font-weight: normal; color: #FFFFFF;
	
	/* for ns4 */
	layer-background-color: #FFFFFF;
 
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: left;
}

.menu a {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: 14px; font-weight: normal; color: #FFFFFF;	padding: 1px 14px;
	text-decoration: none;
}

.menu a:hover, .menu .hover {
	display: block;
	color: #F7A200;
}

.menuFrame {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
		
body {
	margin: 0;
	padding: 0;
}

*.menuFrame *.menu *.menuItem {
	height: 18px;
	background-color: #FFFFFF;
	height: 18px;
}

