#menu {
    background: #0E1B8D;
}
#menu .top {
/*    background-color: #0066CC; */
/*	 background-color: #FFCC33; */
	 background-color: #0E1B8D;	 
	 font-family: verdana, tahoma, arial, helvetica;
    font-weight: normal;
    font-size: 10px;
    padding: 0px 0px 0px 0px;
}
#menu .top a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
#menu .top a:hover {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
#menu .section-top {
    border-color: #0e1b8d;
    border-width: 1px;
    border-style: none solid solid solid;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
#menu .section {
    border-color: #0e1b8d;
    border-width: 1px;
    border-style: solid solid solid solid;
    position: absolute;
    z-index: 0;
    visibility: hidden;
}
#menu .sub {
    position: relative;
    width: 100%;
}
#menu .box {
	background-color: #FFCC33;
	font-family: verdana, tahoma, arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #0e1b8d;
	padding: 3px 8px 4px 8px;
}
#menu .box-hover {
	background-color: #ffffff; /* #ffffff */
	font-family: verdana, tahoma, arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #FFCC33;
	padding: 3px 8px 4px 8px;
}
#menu .box-right {
    background-color: #ffcc33;
    font-family: verdana, tahoma, arial, helvetica;
    font-size: 10px;
    font-weight: normal;
    padding: 3px 16px 4px 8px; 
}
#menu .box-right-hover {
    background-color: #ffffff;
    font-family: verdana, tahoma, arial, helvetica;
    font-size: 10px;
    font-weight: normal;
    padding: 3px 16px 4px 8px;
}
#menu .box-right img, #menu .box-right-hover img {
    position: absolute;
    top: 4px;
    right: 1px;
}
#menu a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}