


#menu {
width: 100%;
background: #991729;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;

float: left;
}
#menu a, #menu h2 {
display: block;
margin: 0;
padding: 5px;
text-decoration: none;
background-color: #fleee7;
text-align: left;
}

#menu>ul>li>a {
	background-color: #991729;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	white-space: nowrap;
	z-index:1;
}

#menu>ul>li>ul a {
	background-color: #dfdbc9;
font-weight: bold;
font-size: 11px;
color: #626262;
border-bottom: 1px solid #EEEEEE;
border-right: 1px solid #EEEEEE;
opacity: 0.9;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;

}

#menu a:hover {
color: #ffffff;
background-color: #938d69;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul {
position: absolute;
z-index: 500;
width:12em;
}

div#menu ul ul {
display: none;
}

div#menu ul li:hover ul
{display: block;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;
z-index: 1;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;
z-index: 500;
}

<!--[if IE]>
body {
behavior: url(../styles/csshover3.htc);
font-size: 100%;
}
#menu ul ul li {float: left; width: 100%;}
#menu ul ul li a {height: 1%;}
<![endif]-->

.sideNavigation {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	border-spacing: 0px;
	margin-right: 20px;	
	width: 100%;
}

.sideNavigation a {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
}

.sideNavigation .item a {
	display: block;
	color: #938d69;
	text-decoration: none;
	width:150px;
}

.sideNavigation .itemWGroup a {
	padding-left: 15px;
	display: block;
	color: #938d69;
	text-decoration: none;	
	width:150px;
}

.sideNavigation .group a {
	display: block;
	color: #991729;
	text-decoration: none;
	font-weight: bold;
}

.sideNavigation .selectedItem a {
	display: block;
	color: #991729;
	text-decoration: none;
}

.sideNavigation .selectedItemWGroup a {
	padding-left: 10px;
	display: block;
	color: #991729;
	text-decoration: none;
}
