DIV.ixleftSide ul {
	margin-left:0px;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
}

DIV.ixleftSide ul li {
	position: relative;
background-image: url(../../img/men3cen.gif);
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    /*border-radius: 10px;*/
height: 30px;
z-index:1;
	}
/***/
DIV.ixleftSide ul li a:hover{
background-color: #52A922;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    /*border-radius: 10px;*/
    z-index:1;
}

DIV.ixleftSide li ul {
	position: absolute;
	left: 179px; /* Set 1px less than menu width */
width: 220px;
	top: 0;
	display: none;
z-index:1;
}

/* Styles for Menu Items */
DIV.ixleftSide ul li a {
	display: block;
	text-decoration: none;
font: normal normal 13px Arial;
	color: #fff;
	padding: 8px;
z-index:1;
	}

/* Fix IE. Hide from IE Mac \*/
* html DIV.ixleftSide ul li { float: left; height: 1%; }
* html DIV.ixleftSide ul li a { height: 1%; }
/* End */
		
DIV.ixleftSide li:hover ul { display: block; } /*  The magic */
