ul#root li{
    float:left;
    border-left:1px solid #ddd;
    padding-top:1px;
}
ul#root li a{
    text-decoration: none;
    font-size:1.2em;
    line-height:38px;
    padding:0 0.78em;
    display:block;
}

ul#root li ul li a{
    line-height:35px;
}

#menu  ul {
    position:relative;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 90;
}
ul#root {
    margin-left:0.5em;
}
#menu  ul li a:hover, #menu  ul li.selected a {
	color:#cb0016;
    background-color: #e8e8e8;
}

#menu  ul li.sep {
	color: white;
	padding: 0.8em 0em 0.5em 0em;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu  ul li a {
	float: none;
}

/* End IE5-Mac hack */
#menu  ul.level2, #menu ul.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #ededed;
}

#menu  ul.level2 li, #menu ul.level3 li {
	border-bottom: 1px solid #fff;
	float: none;
	margin: 0;
	padding: 0;
	width: 150px;
    height:35px;
}

#menu  ul.level2 li a, #menu ul.level3 li a {
    color: #cb0016;
    display:block;
    width:132px;
}

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
	background-color: #ddd;
}
