/*
	WordPress Menubar Plugin
	growthpanel.css stylesheet for the growthpanel template

	Credits:
	By Paul Kaiser
	http://freakingid.com/
*/

/* Here is the new <div> method so we can get things centered */
div#wpmtopmenu {
	padding:12px 0 0 0px;
	height:38px;
	width:665px;
	float:right;
	font-family: 'trebuchet ms', verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height: 28px;
	border-top: 0px solid #171717;
	margin: 0;
	background: transparent;
}
	div#wpmtopmenu div {
		float:left;
		margin:0;
		text-align:center;
		padding:0;
		height:38px;
		width:95px;
	}
		div#wpmtopmenu div a,
		div#wpmtopmenu div a:visited {
			text-decoration:none;
			padding:4px 10px 8px 10px;
			margin:0;
			color:#fff;
			display: block; /* might be only for <li> method */
			background: transparent url(menuBg.gif) no-repeat top center;
		}
	
		div#wpmtopmenu div a:hover,
		div#wpmtopmenu div a.selected {
			text-decoration:none;
			background: transparent url(menuBgHover.gif) no-repeat top center;
			color:#000;			
		}
