#pagemenu {
	background: url(../../img/nav_top_menu.gif) repeat-x 0px -1px;
	height:27px;
	width:100%;
}


#menu {
	width: 100%;
	padding-left: 10px;
	margin-top:-3px;
}

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

#menu  ul li {
	float: left;
	margin: 0 10px 0 -10px;
	padding: 0;
	font-size: 10px;	
	list-style: none;	
	
}

#menu ul li a {
	float: left;
	display: block;
	width: auto;
	background: transparent;
	text-decoration: none;
	color: #636563;
	margin: 0;
	padding: 0.8em 0.8em 0.5em 1em;
	font-size:10px;
}

#menu ul.level1 li a {
	font-weight: bold;
}

#menu ul.level1 {
	margin-left: 2px;
}

#menu ul.level2 li a, #menu ul.level3 li a, #menu ul.level4 li a {
	font-weight: normal;
}

#menu ul.level2, #menu ul.level3, #menu ul.level4 {
	list-style-type: none !important;
}

#menu  ul li a:hover {
	/*color: #fff;
	background-color: #636563; */
	text-decoration: none;
}

#menu  ul li.sep {
	color: white;
	padding: 0.8em 0em 0.5em 0em;
}

/* 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: 1px solid #636563;
	background: white;
}

#menu  ul.level2 li, #menu ul.level3 li {
	float: none;
	margin: 0;
	padding: 0;
	width:190px;	
}

#menu  ul.level2 li a, #menu ul.level3 li a {
	padding: 2px 7px 2px 7px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
	font-weight: normal;
	color: #636563;
	border-top: 1px solid #636563;
	border-bottom: 1px solid #636563;
	background-color: gainsboro;
}

#menu Ul.level1 { list-style-image: none !important;}

.sep {
	background: url(../../img/dot.gif) no-repeat 0px 15px;
	width: 4px;
	height:4px;
}

.submenu {
	background: url(../../img/darkgraysmallarrow.gif) no-repeat 0px 9px !important;	
	width:8px;
	height:14px;
	float:right;
}



