#thanuj ul{
	left:0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float:left;
}

#thanuj ul li{
	position: relative;
	display: inline;
	float: left;
}

#thanuj ul li a{
	display: block;
	padding: 0px 0px;
}

#thanuj ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}
#thanuj ul li ul li{
	display: list-item;
	float: none;
}
#thanuj ul li ul li a{
	display: block;
width: 160px; /*width of sub menu levels*/
color: #00g;
text-decoration: none;
padding: 1px 1px;
border: 1px solid #ccc;
font-size:16px;
background-color:#c60;
}

#thanuj ul li a:hover{
background-color: black;
color: white;
}

/*Background image for top level menu list links */
#thanuj .mainfoldericon{
background: ##271e0f url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
#thanuj .subfoldericon{
background: ##271e0f url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #thanuj ul li { float: left; height: 1%; }
* html #thanuj ul li a { height: 1%; }

/*
#thanuj li:hover ul, #thanuj li.hover ul {
	position: absolute;
	display: inline;
	width: 100%;
	padding:0;
}*/
