

#menu_0 {

	width: 162px;
	padding: 0px;
	margin: 0px;
}

#menu_0 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 162px;
	top: 0px;	
}

#menu_0 a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size:11px;
	display: block;
	padding: 10px 5px 10px 20px;
	margin: 0px 0 0 3px;
	margin-bottom: 0px;
	line-height: 12px;


}

#menu_0 a.arrow {
	background: url(images/arrow.gif) no-repeat 148px 12px;
}

#menu_0 ul ul a.arrow {
	background: url(images/arrow.gif) no-repeat 160px 5px #1D3A9F
}
#menu_0 ul ul a.arrow:hover {
	background: url(images/arrow.gif) no-repeat 160px 5px #2646BF;
}
#menu_0 ul ul a {

	text-decoration: none;
	padding: 4px 10px;
	border: 0px solid #777;
	display: block;
	font-weight: normal;
	width: auto;
	font-size: 11px;
	height: 20px;
	height: auto;
	line-height: 14px;
	margin: 0;
	background: #992E0E;
	
	color: #2646BF;
	color: #fff;

}

#menu_0 a:hover {
	color: #fff;
	background: #7F2407;
	background: url(images/menu_bg_on.jpg) no-repeat -3px 0;

}

#menu_0 ul ul a:hover {
	color: #fff;
	background: #7F2407;
}

#menu_0 li {
	position: relative;
	top: 0px;
	height:auto;
	padding-top:0px;	
	background: url(images/menu_bg.jpg) no-repeat top left;
}

#menu_0 ul ul li{
    padding: 0px;
    height: auto;
    display: block;
}

#menu_0 ul ul {
	position: absolute;
	z-index: 500;
	left: 90%;
	top: 5px;	
	border: 1px solid #fff;
	width: auto;
	min-width: 100%;

}

#menu_0 ul ul ul {
	position: absolute;
	top: -1px;
	left: 90%;

}

div#menu_0 ul ul,
div#menu_0 ul li:hover ul ul,
div#menu_0 ul ul li:hover ul ul
{
	display: none;
	color: #ffffff;
	background: #fff;

}

div#menu_0 ul li:hover ul,
div#menu_0 ul ul li:hover ul,
div#menu_0 ul ul ul li:hover ul
{
	display: block;	
}