/* 
	Stylesheet for www.nutracheck.co.uk - Menu Style
	/root/style/rich_menu.css
	
	Updated : 28 March 2006
	Author  : Richard Adams
*/

#menu {
	margin-top: 5px;
	margin-bottom: -5px;
	width: 550px;
	font: normal 16px Arial, sans-serif;
}

#menu img {
	border: 0px;
}

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

#menu ul li {
	float: left;
}

#menu .top {
	height: 28px;
}

#menu .bottom {
	font: bold 11px Arial, sans-serif;
	background: #fff url(/media/images/nav/menu_bottom.gif) top left no-repeat;
	height: 30px;
	margin-top: 0px !important;
	margin-top/**/: -3px;	
}

#menu .bottom a:link,
#menu .bottom a:visited {
	color: #858180;
	text-decoration: none;
	font: bold 11px Arial, sans-serif;	 
}

#menu .bottom a:hover {
	text-decoration: none;
	color: #fff;
	font: bold 11px Arial, sans-serif;
}

#menu .bottom li.active {
	color: #fff;
	font: bold 11px Arial, sans-serif;
}

#menu .bottom li.last,
#menu .bottom li.hover {
	border-right: none;
}

#menu .bottom ul li {
	border-right: 1px solid #fff;
	padding-left: 7px;
	padding-right: 7px;
}

#menu .bottom ul {
	margin-left: 5px;
	padding-top: 4px;
}

#menu .bottom ul li ul {
	display: none;
	position: absolute;		
	margin-left: -5px !important;
	margin-left/**/: -60px;
	width: 16em;
	margin-top: 0px !important;
	margin-top/**/: 13px;
}

#menu .bottom ul li:hover ul,
#menu .bottom ul li.over ul {
	display: block;
}

#menu .bottom ul li ul li {
	float: none;
	z-index: 99;	
	padding-top: 2px;
	padding-bottom: 2px;	
	background: #98d1da;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */


/* from current CSS*/
.tabbar_functions {
	top: 60px;
	left: 700px;
	position: absolute;
	height: 20px;
	width: 50px;
	margin-left: 10px;
	background-color: #fff;
	color: #c0c0c0;
	font-size:7pt; 
	font-family:Arial;
	font-weight:bold;
}