#main_menu {
	width:145px;
	min-height: 330px;
	margin-top: 30px;
}
#main_menu li {
	margin: 0;
	display:block; 
	position:relative;
	text-align:right;
 /*height:20px; 
 line-height: 20px;*/
}

.preload2 {}
.menu2 {padding:0; margin:0; list-style:none; position:relative; z-index: 1400;}
.menu2 li.top {background:url(images/menu.gif) no-repeat; height: 20px; width: 125px; line-height: 20px;}
.menu2 li a.top_link {display:block;color:#959595; text-decoration:none; font-weight:bold;text-align:right; width: 125px;height:20px; line-height: 20px;}
.menu2 li a.top_link span {background:none;}
.menu2 li a.top_link span.down {}
.menu2 li a.top_link:hover {text-align:right;}
.menu2 li a.top_link:hover span {text-align:right;}
.menu2 li a.top_link:hover span.down {text-align:right;}

.menu2 li:hover > a.top_link {color:#fff; background:url(images/menuroll.gif) #959595; width: 125px; text-align:right;padding:0 15px 0 0;} /* this one adds an image for hovering over a link */
.menu2 li:hover > a.top_link span {}
.menu2 li:hover > a.top_link span.down {}

.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible;text-align:left;}
.menu2 li:hover {position:relative; z-index:1401;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0 0 0 7px; list-style:none;}

.menu2 :hover ul.sub {left:140px; top:0; background: #313131; padding:0; border:1px solid #959595; border-bottom: 0; white-space:nowrap; width:200px; height:auto;z-index: 1401;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:200px; border-bottom:#959595 1px solid;}
.menu2 :hover ul.sub li a {display:block; height:20px; width:200px; line-height:20px; text-indent:20px; color:#959595; text-decoration:none; font-weight: bold;text-align:left;}
.menu2 :hover ul.sub li a.fly {color:#959595; background:url(orangeArrow.gif) 190px 7px no-repeat;}
.menu2 :hover ul.sub li a:hover {background:#959595; color:#fff;}
.menu2 :hover ul.sub li a.fly:hover { color:#fff;}
.menu2 :hover ul li:hover > a.fly {background:#959595; color:#fff;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:180px; top:5px; background: #313131; padding:0; border:1px solid #959595;  border-bottom:#959595 0px solid; white-space:nowrap; width:205px; color:#959595; height:auto; z-index:1;}

.menu2 :hover ul.sub li ul li {display:block; height:20px; position:relative; float:left; width:205px; border-bottom:#959595 1px solid;}

.menu2 :hover ul.sub li ul li a {display:block; font-size:12px; height:20px; width:205px; line-height:20px; text-indent:20px; text-decoration:none;  font-weight: bold; color:#959595;}	