#menu {
	margin:0%;
	padding: 0px 0px 0px 15px;
	width:741px;
	height:36px;
	background: url(../images/main_menu_bg1.png) repeat-x;
	text-align:left;
	margin-bottom:1px;
}

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

#menu  ul li {
	float: left;
	font-family: sans-serif;
	font-size: 9pt;
	line-height: 25px;
	margin: 0px;
	padding: 7px 7px 2px 7px;
	height: 30px;
	cursor: pointer;
	white-space: nowrap;
	border-right: 1px dotted white;
	background: url(../images/main_menu_bg1.png) repeat-x;
}
#menu  ul li:hover {
	background: url(../images/main_menu_bg2.png) repeat-x;
}	
#menu ul li a {
	color: white;
	text-decoration: none;
}

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

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

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

/* End IE5-Mac hack */
#menu  ul.level2, #menu ul.level3, #menu ul.level4 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	margin: 1px 0px 1px 0px;
	background: url(../images/main_menu_bg1.png) repeat-x;
}

#menu ul.level2, #menu ul.level3{
	border:1px solid #999;
	border-top: none;
	}
	
#menu  ul.level2 li, #menu ul.level3 li {
	float: none;
	margin: 0;
	padding: 0;
	width: 300px;
	background: #0E6AA9;
}

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

#menu  ul.level2 li:hover,#menu  ul.level3 li:hover {
	font-weight: normal;
	background:#14B0E1;
	width: 300px;
	background-image: none;
}

