#nitromenu{
	background-color: #000;	
	font-family: Arial, sans-serif;	/* Fonts of main menu items */
	font-size:10pt;	/* Font size of main menu items */	
	height:25px;	/* Height of main menu */		
	color:#fff;
	margin:0px 0px 15px 0px;	
	padding-top:5px;
}

#nitromenu a
{
	padding-left:5px;	/* Spaces at the left of main menu items */
	padding-right:5px;	/* Spaces at the right of main menu items */
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
}
#nitromenu a:hover
{
	color:#fff;
	background:#FF0000;

}
