#ajaxmenu_left ul
{
    margin: 0;
    padding: 0;
    list-style:none;
}

#ajaxmenu_left ul li
{
	position: relative;
	float: left;
	width:120px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}

#ajaxmenu_left ul li ul {
	position: absolute;
	left: 119px; /* Set 1px less than menu width */
	top:3px;
	line-height: 16px;


    }
#ajaxmenu_left ul li a
{
	color: #505050;
    background-color: #f4f4f4;
    font-weight: bold;
    font-size:10px;
    width:120px;
    border-left-color:#cccccc;
    border-left-width:4px;
    border-left-style:solid;
}

#ajaxmenu_left ul li a:hover
{
	background-color: #cccccc;
    border-left-color:#286ea0;
    border-left-width:4px;
    color: #505050;
    border-left-style:solid;
    font-weight: bold;
    width:120px;
}



/* Styles for Menu Items */
#ajaxmenu_left ul li.firstcategory
{
    text-indent: 4px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	padding: 0;
    margin: 0 0 2px 0;
    color: #505050;
    background-color: #f4f4f4;


	}
#ajaxmenu_left ul li.category {

	text-indent: 4px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	padding: 0;
    margin: 0 0 2px 0;
    color: #505050;
    background-color: #f4f4f4;

	}
#ajaxmenu_left ul li.lastcategory {

	text-indent: 4px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	padding: 0;
    margin: 0 0 2px 0;
    color: #505050;
    background-color: #f4f4f4;

	}


#ajaxmenu_left ul li.firstcategory:hover, #ajaxmenu_left ul li.firstcategory.over {

    color:#f4f4f4;
    
}

#ajaxmenu_left ul li.category:hover, #ajaxmenu_left ul li.category.over {

        color:#f4f4f4;

}
#ajaxmenu_left ul li.lastcategory:hover, #ajaxmenu_left ul li.lastcategory.over {
   
        color:#f4f4f4;

}

/* commented backslash \*/
* html ul li a {height:1%}
/* end hack */
#ajaxmenu_left li a {
	text-decoration: none;
}

/* hovered lists */
#ajaxmenu_left li a, #ajaxmenu_left li.over a {
	color: white;
	width: 140px;/*KANTW CHECK 111px;*/
	display: block;

}
#ajaxmenu_left li li a:hover, #ajaxmenu_left li.over li a:hover {
	color: #cccccc;
    background-color: #505050;
	text-indent: 13pt;

}

/* set dropdown */
#ajaxmenu_left li li a, #ajaxmenu_left li.over li a {

    background-color  : #505050;
    color             : #f4f4f4;
    text-align        : left;
    font-weight       : normal;
    width             : 140px;
    text-indent       : 8pt;
}
#ajaxmenu_left li ul li a {

	padding:0;
    margin:0;
} /* Sub Menu Styles */

#ajaxmenu_left li ul, #ajaxmenu_left li.over ul {
	display: block;
} /* The pop */
#ajaxmenu_left
{
	margin-right: 0;
	margin-left: 0;
	width: 120px;
    position:relative;
    min-height:200px;
    height:200px;


}

#myajaxmenu_left {
	position:relative;
    top:0;
	left: 0;
	display: block;
	z-index: 1000;
    width:100%;
    font-family:Tahoma,sans-serif;


}