/* =Menu -------------------------------------------------------------- */

#access .menu-header,
div.menu {
	font-size: 14px;
	margin-left: 0px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0px;
}
#access .menu-header li,
div.menu li {
	float: left;
	/* position: relative;   /* Remove to change sub menu from vertical to horizontal */
}
#access{
/*	background: url(images/nav_strip_lb.png) #8BA0D1 no-repeat;	
	background: #00000d;		*/
	line-height: 25px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#access a {
	color: #00000d
}

#access a:hover{ 
	background: #44BFD0;
	color: #857B44;
	line-height: 25px;
}
#access li:hover > a{
	background: #44BFD0;
	color: #857B44;
	line-height: 25px;
	display: block;
}
/* --- inner menu =------------------------------------------------------------*/
#access ul ul {
	background: #44BFD0;		/* remove to make the background transparent*/
	font-size: 10px;
	display: none;
	position: absolute;
	z-index: 99999;
	line-height: 25px;
}
#access ul ul li {
	min-width: 50px;
	text-align: left;
	border-right:0px solid #fff;
	margin: 0px 20px 0px 5px; /* top, rig, bot, lef */
}
#access ul ul a {
	background: #44BFD0;
	line-height: 25px;
}

#access ul ul :hover > a {
	background: #44BFD0;
	color: #fffff;
}
#access ul li:hover > ul {
	display: block;
}

/* ============================================================================= */

#access .cell{
/*	background: url(images/nav_button.png) #8BA0D1 no-repeat;	
	background: #44BFD0;*/
	color: #00000d;
	width: 140px;
	padding: 0px 20px 0px 0px; /* top, rig, bot, lef */
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
#access .active{
	color: #857B44;
	padding: 0px 20px 0px 0px; /* top, rig, bot, lef */
	text-transform: uppercase;
}
#access .passive{
	color: #00000d;
	padding: 0px 20px 0px 0px; /* top, rig, bot, lef */
	text-transform: uppercase;
}