#test {
	width: 175px;
	border: 0px solid blue;

}

#test ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*sub-menu*/
#test ul li ul {
	width: 160px;

}

/*all links including sub-menus links*/
#test a {
font: 12px Verdana;
display: block;
border-width: 1px;
border-style: solid;
border-color: #;
margin: 0;
padding: 2px 3px;
color: #115BA9;
text-decoration: none;
background: #EBF1F7;
text-align: left;

}

/*main categories links*/
#test a.main_test {
font: 12px Verdana;
display: block;
color: #115BA9;
border-width: 1px;
border-style: solid;
border-color: #EBF1F7;
text-align: left;
background: none;
line-height: 150%;
padding-left: 10px;
font-weight: bold;

}

#test a:hover {
color: #FFFFFF;
background: #73B1E2;

}

#test a.main_test:hover {
color: #FFFFFF;
background: #1467BA;

}

#test li { position: relative;}

#test ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;

}

#test ul li {
	float: left;
	width: 87%; 
}

#test ul li a {
	height: 20px;
}
div#test ul ul,
div#test ul li:hover ul ul
{ display: none;}

div#test ul li:hover ul,
div#test ul ul li:hover ul
{display: block; }

#left_nav {display: none;}


