#sidemenu {
	width: 194px;
	background-color: 42569a;
	margin-left: 2px;
}

#sidemenu ul {
list-style: none;
margin: 0;
padding: 0;
}

#sidemenu a, #sidemenu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #FFF;
	border-bottom-color: #555;
	border-left-color: #bbb;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}

#sidemenu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#sidemenu a {
	color: #000;
	text-decoration: none;
	background-color: #42569a;
}

#sidemenu a:hover {
	color: #000;
	background-color: #06C;
}

#sidemenu li {
position: relative;
}

#sidemenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#sidemenu ul ul ul,
div#sidemenu ul ul li:hover ul ul
{display: none;}

div#sidemenu ul ul li:hover ul,
div#sidemenu ul ul ul li:hover ul
{display: block;}
