#menu {
width: 100%;
background: #fff;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 111px;
float: left;
}


#menu a{
font: normal 10px Verdana;
display: block;
border-bottom:1px solid #e8e8e8;
border-left:1px solid #e8e8e8;
border-right:1px solid #e8e8e8;
margin: 0;
padding: 5px 5px;
cursor:pointer;
}

#menu a {
color: #808080;
background: #ffffff;
text-decoration: none;
}

#menu a:hover {
color: #808080;
background: #f7f7f7;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
width:200px;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.red {
	color: #F91826;
	font-weight: bold;
}
.blue {
	color: #00adef;
	font-weight: bold;
}
.orange {
	color: #ff9600;
	font-weight: bold;
}
.green {
	color: #95be26;
	font-weight: bold;
}
.gray {
	color: gray;
	font-weight: bold;
}
