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

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

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


    }
#ajaxmenu_left ul li a
{
	color: #062E4B;
    font-weight: bold;
}



/* Styles for Menu Items */
#ajaxmenu_left ul li.firstcategory
{

	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/menu/array_332x28.jpg);
	background-repeat: no-repeat;
	background-position: top left;
    margin: 0px;

	}
#ajaxmenu_left ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/menu/array_332x28.jpg);
	background-repeat: no-repeat;
	background-position: top left;
    margin: 0px;

	}
#ajaxmenu_left ul li.lastcategory {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/menu/array_332x28.jpg);
	background-repeat: no-repeat;
    background-position: top left;
    margin: 0 0 28px 0;

	}


#ajaxmenu_left ul li.firstcategory:hover, #ajaxmenu_left ul li.firstcategory.over {
	color: #fff;
	background-image: url(images/menu/array_332x28_roll.jpg);
}

#ajaxmenu_left ul li.category:hover, #ajaxmenu_left ul li.category.over {
	color: #fff;
	background-image: url(images/menu/array_332x28_roll.jpg);
}
#ajaxmenu_left ul li.lastcategory:hover, #ajaxmenu_left ul li.lastcategory.over {
	color: #fff;
	background-image: url(images/menu/array_332x28_roll.jpg);
}

/* 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: #fff;
	width: 120px;/*KANTW CHECK 111px;*/
	display: block;

}
#ajaxmenu_left li li a:hover, #ajaxmenu_left li.over li a:hover {
	background-image: url(images/menu/bullet_11x8_roll.gif)  !important;
	color: #fff;
	background-repeat: no-repeat;
	background-color: #8dbc00;
	background-position: center left;
	text-indent: 13pt;

}

/* set dropdown */
#ajaxmenu_left li li a, #ajaxmenu_left li.over li a {
	color: #ffffff;
	background-image: url(images/menu/bullet_11x8.gif) !important;
	background-repeat: no-repeat !important;
    background-position: center left;
    text-align: left;

    border-bottom-color:#2f2f2f;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-left-color:#2f2f2f;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:#2f2f2f;
    border-right-style:solid;
    border-right-width:1px;
    border-top-color:#2f2f2f;
    border-top-style:solid;
    border-top-width:1px;

    font-weight: normal;
	width: 152px;
	background-color: #000000;
	text-indent: 8pt;
}
#ajaxmenu_left li ul li a {

	padding:0;
    text-indent:15px;
    margin:0;
} /* Sub Menu Styles */

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

}

#myajaxmenu_left {
	position:relative;
    top:0;
	left: 0;
	display: block;
	z-index: 1000;
    width:160px;
    margin-bottom:30px;               
    font-size:9px;
    font-family:Tahoma,sans-serif;

}