#menu {
	position: relative;
	width:100%;
	height:25px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(images/hmenu_bg.png);
	background-repeat: repeat-x;
}

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

#menu  ul li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.2em;
	list-style-type: none;
}

#menu  ul li h3{
	margin-top: 0pt;
	margin-right: 10pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	color: white;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 0.9em;
	padding-top: 2px;
	padding-right: 0pt;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: 20px;
	text-align: left;
	background-image: url(images/hmenu_bg.png);
	background-repeat: repeat-x;
	background-attachment: scroll;

}
#menu ul li a {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 5px;
}

#menu ul.level2 h3 {
	float: left;
	display: block;
	width: auto;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
	color: #b65650;
	background: transparent;
	margin: 0;
	padding: 2px 5px 2px 5px;
}

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

#menu  ul li.sep {
	color: red;
	/*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-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #fefefe;
}

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

#menu  ul.level2 li h3 {
	border-bottom: 1px solid #fff;
	float: none;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-right: 0pt;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image:none;
		border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

#menu  ul.level2 li a, #menu ul.level3 li a {
	/*padding: 5px 9px 5px 5px;
	height: 1%;*/
	color: #b65650;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #fefefe;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
}

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