#menu {
	width: 100%;
	background: #adabc1;
	border-bottom: 0px #D0DADB solid;
	padding-left: 0;
	height: 31px;
	background-image: url(images/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center center;
	
}

#menu  ul {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
	list-style: none;
	z-index: 90;
	
	
}

#menu  ul li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1, 5em;
	list-style-type: none;
	background: url(images/toolbar-div.gif) 100% 0 no-repeat;
	border-right:1px solid #f1f1f1;
	letter-spacing:1px;
	
}

#menu  ul li a.titlemenu {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
		
	
}

#menu ul li a {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	color: #2b2b2b;
	margin: 0;
	padding: 0.8em 0.8em 0.9em 1em;
	
}

#menu  ul li a:hover {
	color: #ccc;
	text-decoration: none;
}

#menu  ul li.sep {
	color: #fff;
	padding: 0.8em 0em 0.5em 0em;
	height:14px;
	font-weight:300;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu  ul li a {
	float: none;
}

/* End IE5-Mac hack */
#menu  ul.level2, #menu ul.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: black;
}

#menu  ul.level2 li, #menu ul.level3 li {
	font-size:10px;
	border-bottom: 1px solid #fff;
	float: none;
	margin: 0;
	padding: 0;
	width: 180px;
}

#menu  ul.level2 li a, #menu ul.level3 li a {
	padding: 5px 9px 5px 5px;color:white;
}

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
color:#fff;
	font-weight: normal;
	background-color: #ef047d;
	background-image: none;
}
