#sub_header {
	background-image: url(../images/sun_menu1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
	width: 991px;
	text-align: left;
}
#menu {
	width: 100px;
	z-index: 4;
	text-align: left;
	text-indent: 8px;
	height: 26px;
	margin-left: 15px;
	position: relative;
	clear: none;
}
#menu_row {
	text-align: right;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	width: 991px;
	clear: none;
	height: 20px;
	margin-top: 5px;
	
}
#menu_row a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: 500;

	}
#menu_row a:hover {
	color: #1E74DF;
}


#menu_row ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu_row li {
	float: right;
	margin-right: 20px;
}




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

#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 2px 3px;
	z-index: 2;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

#menu h2 {
	color: #333333;
	z-index: 2;
	padding-top: 5px;
	font-weight: bold;
}

#menu h2:hover {
color: #1E74DF;
z-index: 2;
}

#menu a {
	color: #000;
	text-decoration: none;
	z-index: 2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #EEF7DD;
}

#menu a:hover {
	color: #FFFFFF;
	z-index: 2;
	background-color: #8ABF28;
	font-weight: bold;
}

#menu li {position: relative; }

#menu ul ul {
position: absolute;
z-index: 2;

}



div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{ z-index: 2; display: none; }

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{ z-index: 2; display: block; filter:alpha(opacity=85); -moz-opacity:0.85; opacity: 0.85; }
