#gemmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	}

#gemmenu ul li {
	position: relative;
	z-index: 906;
	float: left;
	width:129px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	
}
	
#gemmenu ul li ul {
	position: absolute;
	z-index: 907;
	left: 0;  Set 1px less than menu width
	top:28px; 
	line-height: 16px;

	}
#gemmenu ul li a {
	color: #333333;
	font-weight: bold;
	
}

.gemmenu li #current{
    background-image: url(images/menu2.gif);
	background-repeat: no-repeat;


}
#gemmenu ul li a {
	color: #ffffff;
	font-weight: bold;
	font-size:11px;
	background-image:url(images/menu1.gif);
	background-repeat:no-repeat;
	height:100%;
	width: 95%;
	/*margin-right:5px;
	padding-top: 10px;
	padding-bottom: 15px;*/
		margin-left:5px;

	
}

/* Styles for Menu Items */
#gemmenu ul li.firstcategory {

	color: #33333;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
/*background-image: url(images/menu1.gif);
	background-repeat: no-repeat;*/
	background-position: 0px;
	margin: 0px;
position: relative;
	z-index: 902;
	

	}
#gemmenu ul li.category {
	color: #FFFFFF;
	font-weight: bold;
	height: 35px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	/*background-image: url(images/menu1.gif);
	background-repeat: no-repeat;*/
	margin: 0px;
	position: relative;
	z-index: 903;
	

	}
#gemmenu ul li.lastcategory {
	color: #FFFFFF;
	font-weight: bold;
	height: 35px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	/*background-image: url(images/menu2.gif);
	background-repeat: no-repeat;
	background-position: -222px;*/
	margin: 0px;

	}

#gemmenu ul li.firstcategory:hover, #gemmenu ul li.firstcategory.over {
	color: #333;
	background-repeat: no-repeat;
	background-image: url(images/menu2.gif);
		
	
}

#gemmenu ul li.category:hover, #gemmenu ul li.category.over {
	color: #333;
	/*background-repeat: no-repeat;
	background-image: url(images/menu2.gif);*/
	
}
#gemmenu ul li.lastcategory:hover, #gemmenu ul li.lastcategory.over {
	color: #333;
	background-repeat: no-repeat;
	background-image: url(images/menu2.gif);
	
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#gemmenu li a {
	text-decoration: none;
}

/* hovered lists */
#gemmenu li a, #gemmenu li.over a {
	color: #333;
	width: 129px;
	display: block;
	

}
#gemmenu li li a:hover, #gemmenu li.over li a:hover {
	/*background-image: url(images/bullet_11x8_roll.gif)  !important;*/
	background-image:url(images/menu2.gif);
	color: #fff;
	background-repeat: no-repeat;
	/*background-color:#ffff;*/
	background-position: left center;
	text-indent: 6pt;
	width: 172px;
}

/* set dropdown */
#gemmenu li li a, #gemmenu li.over li a {
	color:#fff;
	/*background-image: url(images/bullet_11x8.gif) !important;*/
	background-image:url(images/drophover.gif);
	background-repeat: no-repeat !important;
	text-align: left;
	/*border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;*/
	font-weight:400;
	width: 170px;
	background-color: #fffff;
	background-position: left center;
	text-indent: 6pt;
	position:relative;
	z-index:869;
}
#gemmenu li ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */

#gemmenu li ul, #gemmenu li.over ul { 
	display: block; 
} /* The pop */
#gemmenu {
	margin-right: auto;
	margin-left: auto;
	width: 781px;

}

#mygemmenu {
	position: absolute;
	top:1px;
	left: 0px;
	display: block;
	z-index: 1000;
}