/**

/* menu::base */
div#menu {
	background: transparent url(../images/menu_m.png) repeat-x scroll 0 0;
	/* position: absolute;
	top: 0;
	left: 0;*/
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;	
	height: 26px;
}

ul.menu {
	clear: both;
	float: none;
	cursor: pointer;
	z-index: 1;
	position: relative;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	z-index: 2;
	position: relative;
}

div#menu li {
	position: relative;
	margin: 0px;
	padding: 0px 10px 0 0;
	display: block;
	overflow: visible;
	float: left;  
	height: 28px;
	z-index: 3;
}
/* menu::level1 */
div#menu li a {
	height: 28px;
	display: block;
	float: left;
	line-height: 28px;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	z-index: 4;
  position: relative;
}

div#menu li span {  
	color: #fff; 
	display: block;
	font-weight:bold;
	padding: 0 15px;
  background-repeat: no-repeat;
	background-position: 95% 0px;
	z-index: 6;
	position: relative;
}

div#menu li span.bg { 
display: block;

padding: 0;
height: 30px;
z-index: 5;
position: relative;
float: left;
}

div#menu li.current {  
	font-weight: bold;
}

div#menu li.current ul {  
	font-weight: normal;
}


div#menu a:hover {
	color: #000;
}
div#menu span:hover {
	color: #000;
	font-weight:bold;
	font-size:12px;
}
div#menu li ul span:hover {
	color: #FFFFAA;
}
 


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
