.dropdown_footer {
	position: relative;
}

.dropdown_footer ul {
	z-index: 1001 !important;
	display: none !important;
	position: absolute !important;
	top: 0px !important;
	left: 233px !important;
	width: 190px !important;
	margin: 0px !important;
	padding: 5px !important;
	border: 1px solid #b6bfc3 !important;
	list-style: none !important;
	list-style-image: none;	
	background: #1e2149 !important;
}
.dropdown_footer ul li ul, .dropdown_footer ul li li ul, .dropdown_footer ul li li li ul, .dropdown_footer ul li li li li ul {
	top: 10px !important;
	left: 190px !important;	
}

.dropdown_footer ul li {
	display: block !important;
	position: relative !important;
	width: auto !important;
	height: auto !important;
	margin: 0px !important;
	padding: 0 0 1px 0 !important;
	font-size: 1px !important;
	line-height: 1px !important;
	background: url(images/menubottom_li_bg.png) left bottom repeat-x !important; /* menu background */
}
.dropdown_footer ul li:last-child {
	padding: 0 !important;
	background: none !important;
}

.dropdown_footer li:hover {
	position: relative !important;
}
.dropdown_footer ul li:hover {
	background: #1b1d3d  url(images/menubottom_li_bg.png) left bottom repeat-x !important; /* menu background selected */
}
.dropdown_footer ul li:last-child:hover {
	background: #1b1d3d  !important;
}

.dropdown_footer ul li a {
	display: block !important;
	width: auto !important;
	height: auto !important;
	padding: 7px 0px 7px 19px !important;
	font-size: 14px !important;
	text-decoration: none !important;
	line-height: 14px !important;
	color: #d5dbdd !important; /* menu color */
	background: url(images/menubottom_a_bg.png) 4px 11px no-repeat !important;
}
.dropdown_footer ul li a:hover {
	text-decoration: underline !important;	
	color: #ffffff !important; /* menu color selected */
}

.dropdown_footer ul a.has_child {
	background: url(images/dropdown_arrow.gif) 185px no-repeat !important; /* dropdown arrow */
}

.dropdown_footer ul li.selected a {
	text-decoration: underline !important;
	color: #fff !important; /* menu color selected */
}
.dropdown_footer ul li:not(.selected) a {
	color: #d5dbdd !important; /* menu color */
}

.dropdown_footer ul li.selected a.has_child {
	background: url(images/dropdown_arrow_on.gif) 185px no-repeat !important; /* dropdown arrow selected */
}
.dropdown_footer ul li:not(.selected) a.has_child {
	background: url(images/dropdown_arrow.gif) 185px no-repeat !important; /* dropdown arrow */
}

.dropdown_footer ul li a:hover {
	text-decoration: underline !important;
	color: #fff !important; /* menu color selected */
}
.dropdown_footer ul a.has_child:hover {
	text-decoration: underline !important;
	color: #fff !important; /* menu color selected */
	background: url(images/dropdown_arrow_on.gif) 185px no-repeat !important; /* dropdown arrow selected */
}

.dropdown_footer ul li:not(.selected):hover a.has_child,
.dropdown_footer ul li:hover li:not(.selected):hover a.has_child,
.dropdown_footer ul li:hover li:hover li:not(.selected):hover a.has_child,
.dropdown_footer ul li:hover li:hover li:hover li:not(.selected):hover a.has_child,
.dropdown_footer ul li:hover li:hover li:hover li:hover li:not(.selected):hover a.has_child {
	text-decoration: underline !important;
	color: #fff !important; /* menu color selected */
	background: url(images/dropdown_arrow_on.gif) 185px no-repeat !important; /* dropdown arrow selected */
}

.dropdown_footer ul li:not(.selected):hover li a.has_child,
.dropdown_footer ul li:hover li:not(.selected):hover li a.has_child,
.dropdown_footer ul li:hover li:hover li:not(.selected):hover li a.has_child,
.dropdown_footer ul li:hover li:hover li:hover li:not(.selected):hover li a.has_child {
	color: #d5dbdd !important; /* menu color */
	background: url(images/dropdown_arrow.gif) 185px no-repeat !important; /* dropdown arrow */
}

/* dropdown arrow on main menu */
.dropdown_footer > li a.has_child {
	background: url(images/dropdown_arrow.gif) 185px no-repeat; /* dropdown arrow */
}
/* dropdown arrow selected on main menu */
.dropdown_footer > li:hover a.has_child, .dropdown_footer > li.selected a.has_child {
	background: url(images/dropdown_arrow_on.gif) 185px no-repeat; /* dropdown arrow selected */
}

/************* do not edit *************/

.dropdown_footer:hover li ul,
.dropdown_footer:hover li:hover li ul,
.dropdown_footer:hover li:hover li:hover li ul,
.dropdown_footer:hover li:hover li:hover li:hover li ul
{
	display: none !important;
}

.dropdown_footer:hover ul,
.dropdown_footer:hover li:hover ul,
.dropdown_footer:hover li:hover li:hover ul,
.dropdown_footer:hover li:hover li:hover li:hover ul,
.dropdown_footer:hover li:hover li:hover li:hover li:hover ul
{
	display: block !important;
}

/************* end *************/