ul#mainlevel-navbot1 {
	list-style : none;
	padding : 0;
	margin : 0;
	font-size : 0.8em;
	margin-bottom : 10px;
	height	: 15px;
  }

ul#mainlevel-navbot1 li {
	background-image 	: none;
	padding	 		: 0;
	float 			: left;
	margin 			: 0;
	white-space 		: nowrap;
	height			: 12px;
  }

ul#mainlevel-navbot1 li a {
	/* move the menu item vertically by padding it on top */
	/* height of main menu item */
	text-decoration		: none;
	color 			: #000;
	font-size 		: 1.1em;
	text-align		: center;
	border			: none;
	width			: 100px;
	height			: 15px;
	padding-top		: 5px;	
	padding-right		: 7px;
		
}

#topMainMenu > ul#mainlevel-navbot1 li a {
	width : auto;
  }

ul#mainlevel-navbot1 li a:hover {
	color			: #fff;

}


