#menu {
    background: #000000;
}
#menu .top {
    background-color: #000000;
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 10px 3px 10px;
}
#menu .top a {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}
#menu .top a:hover {
    color: #ffffff;
	background-color: #d4d0c8;
    text-decoration: none;
    white-space: nowrap;
}
#menu .section-top {
    border-color: #b8b4ae;
	filter: Alpha(Opacity=75);
	-moz-opacity: 0.75;
    border-width: 1px;
    border-style: solid solid solid solid;
    position: absolute;
    z-index: 10;
    visibility: hidden;
}
#menu .section {
    border-color: #b8b4ae;
	filter: Alpha(Opacity=75);
	-moz-opacity: 0.75;
    border-width: 1px;
    border-style: solid solid solid solid;
    position: absolute;
    z-index: 10;
    visibility: hidden;
}
#menu .sub {
    position: relative;
    width: 100%;
}
#menu .box {
    background-color: white;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px 4px 8px;
	z-index: 10;
}
#menu .box-hover {
    background-color: white;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px 4px 8px;
	z-index: 10;
}
#menu .box-right {
    background-color: white;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 16px 4px 8px; 
	z-index: 10;
}
#menu .box-right-hover {
    background-color: white;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 16px 4px 8px;
	z-index: 10;
}
#menu .box-right img, #menu .box-right-hover img {
    position: absolute;
    top: 4px;
    right: 1px;
	z-index: 10;
}
#menu a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    color: #000000;
	background-color: #ffff66;
    text-decoration: none;
    white-space: nowrap;
}
