.menu5 {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #232A78;
	position:relative;
	height:21px;
	margin:0;
	padding:0;
	list-style-type:none;
	background-color: #e9e9e9;
	width: 100%;
}
.menu5 ul {
padding:0; 
margin:0; 
list-style-type:none; /* for Firefox */
}
.menu5 li {
float:left; 
position:relative;

	
}
.menu5 li a, .menu5 li a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #232A78;
text-decoration: none;
display:inline; 

padding-left: 25px; 
height:21px; 
line-height:21px; 

}
* html .menu5 li a, .menu5 li a:visited {
width:auto; 
w\idth:auto; /* hack for IE5.5 */
}
.menu5 li ul {
visibility:hidden; 
position:absolute; 
top:21px; 
left:0; 
height:0; 
overflow:hidden;

}
.menu5 table {
margin:-1px; 
border-collapse:collapse; 
font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
border:0;

}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; 
height:auto; 
width:170px; 
background:#e9e9e9; 
left:20px; 
top:21px; 
overflow:visible;
color:#000000;
text-align: left;


}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display: block; 
font-weight:normal; 
background:transparent; 
text-decoration:none; 
height:auto; 
line-height: 21px; 
padding:2px; 
color:#000000;
width:170px;

}
* html .menu5 li a:hover ul li a {
width:160px; 
w\idth:161px; /* hack for IE5.5 */
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:9.5em;
	height:0;
	overflow:hidden;
	width:170px;
	color:#000000;
	

}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:none;
color:#000000;
height:auto; 
background:#e9e9e9;
width:160px;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; 
width:170px;
background:#999999;

} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em;

}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:inline;
height:auto;

}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:none;
color:#000000;
height:auto; 
background:#999999;
width:170px;

}
