/* user3 position default menu system properties */

#menubar ul
{
	margin: 0;
	padding : 0;
}

ul#mainlevel-nav {
	list-style : none;
	padding : 0;
	margin : 0;
	font-size : 0.8em;
  }

ul#mainlevel-nav li {
	background-image 	: none;
	padding	 		: 0;
	float 			: left;
	margin 			: 0;
	white-space 		: nowrap;
  }

/* move the menu item vertically by padding it on top */
/* height of main menu item */
ul#mainlevel-nav li a {
	display			: block;
	text-decoration		: none;
	color 			: #fff;
	font-size 		: 1.3em;

	text-align		: center;
	border			: none;
	height			: 25px;
	padding-top		: 7px;
	width			: 115px;
	text-transform		: uppercase;
	font-family		: Trebuchet MS;
	font-weight		: bold;
	
}

ul#mainlevel-nav li a:hover {
	display 		: block;
	background-color	: #4F9EC9;
}