ul#gm {
	padding: 0;
	margin: 0;
	
	position: absolute;
	top: 82px;
	left: 50%;
	margin-left: -468px;
	
	width: 936px;
	height: 29px;
	overflow: visible;
	}
ul#gm li {
	padding: 0;
	display: block;
	float: left;
	margin: 0 0 0 55px;
	background:none !important;
	}
ul#gm li a {
	display: block;
	}

/* hover action */
ul#gm li:hover ul
	{
	display: block;
	}

/*submenu styles*/
ul#gm ul li
	{
	display: block;
	float:none;
	margin: 0;
	padding: 0 0 9px 0;
	height: 15px !important;
	}


ul#gm ul li a
	{
	float:none;
	margin:0;
	padding: 6px 0 4px 7px;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	
	text-decoration: none;
	font-size: 12px;
	color:#000 !important;
	background: none !important;
	font-family: Arial, sans-serif;
	}
ul#gm ul li a:hover 
	{ 
	background: #338fab !important;
	color: #fff !important;
	}
ul#gm ul
	{
	background: #3eafd1 !important;
	width: 170px !important;
	padding:0 !important;
	margin:0;
	position: absolute;
	z-index: 100;
	display:none;
	overflow: hidden;
	text-align: left;
	}



/*****
** Images
******/
ul#gm a span { display: none; }
li.gm_about a
	{
	width: 93px;
	height: 29px;
	background: url(../_images/_buttons/nav2/g_nav_about.gif) no-repeat 0 0;
	}
li.gm_line a
	{
	width: 82px;
	height: 29px;
	background: url(../_images/_buttons/nav2/g_nav_product.gif) no-repeat 0 0;
	}
li.gm_az a
	{
	width: 103px;
	height: 29px;
	background: url(../_images/_buttons/nav2/g_nav_babyhealth.gif) no-repeat 0 0;
	}
li.gm_testimonials a
	{
	width: 83px;
	height: 29px;
	background: url(../_images/_buttons/nav2/g_nav_testimonials.gif) no-repeat 0 0;
	}
li.gm_blog a
	{
	width: 38px;
	height: 29px;
	background: url(../_images/_buttons/nav2/g_nav_blog.gif) no-repeat 0 0;
	}
li.gm_give a
	{
	width: 141px;
	height: 29px;
	background: url(../_images/_buttons/nav2/g_nav_giving.gif) no-repeat 0 0;
	}
	
ul#gm li:hover a
	{
	background-position: 0 bottom !important;
	}