/* @override 
	http://mangocomm.com/assets/templates/mango/css/topmenu.css
*/

/* CSS Document */
#topmenu ul {
	padding: 0;
	list-style: none;
	z-index: 100;
}

#topmenu ul li {
	padding: 0;
	margin: 0;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 6px;	padding-right: 6px;	float: left;
	border-right: 1px groove #c8c8c8;
	background: none;
	width: 85px;
	list-style-type: none;
}
	
#topmenu ul li a {
}

/* Styles for Menu Items */
#topmenu ul li.category {
}

#topmenu ul li.category:hover, #topmenu ul li.category.first:hover, #topmenu ul li.category.here {
	background-color: #d93925;}

#topmenu ul li.category.first.here {
	background: transparent;
}

#topmenu ul li.category.first.here:hover {
	background-color: #d93925;}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#topmenu li a {
}

/* hovered lists */
#topmenu li a, #topmenu li.over a  {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	font-weight: bold;	display: block;	text-decoration: none;	color: #fff;	font-size: 0.8em;	background: transparent;
}

#topmenu li a:hover, #topmenu li.over a  {
	text-decoration: underline;
}

/* The pop */
#topmenu{
	background-image: url('../images/navBar_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	height: 28px;
	margin-top: 2px;
	/*margin-left: 14px;*/
	padding-left: 14px;
	padding-right: 28px;
}


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