#categoriesdk1Content {
/*width: 12em;*/ /* set width of menu */
/*background: #eee;*/
} 

#categoriesdk1Content ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#categoriesdk1Content a, #categoriesdk1Content h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
height:16px;
}

#categoriesdk1Content h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#categoriesdk1Content a {
color: #000;
/*background: #efefef;*/
background:transparent url(../images/opaque.png) repeat scroll 0%;
text-decoration: none;
}

#categoriesdk1Content a:hover {
color: #a00;
background: #fff;
}

#categoriesdk1Content a.highlighted {
	/*background-color: #FFFF00;*/
	background: #DDDD00;
} 

#categoriesdk1Content a.highlighted:hover {
	color: #a00;
	background: #FFFF00;
}


#categoriesdk1Content li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#categoriesdk1Content ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}


div#categoriesdk1Content ul ul ul,
div#categoriesdk1Content ul ul li:hover ul ul
{display: none;}

div#categoriesdk1Content ul ul li:hover ul,
div#categoriesdk1Content ul ul ul li:hover ul
{display: block;}


