#menu {
    background-color: #6B73AA;
}
#menu .top {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 4px 4px 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#menu .top a {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}
#menu .top a:hover {
    color: #003976;
    text-decoration: none;
    white-space: nowrap;
}
#menu .section-top {
    border-color: #6B73AA;
    border-width: 1px;
    border-style: solid solid solid solid;
    position: absolute;
    z-index: -1;
    visibility: hidden;
	background: url(layout/boxmenu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #DADCEA;
}
#menu .section {
    border-color: #6B73AA;
    border-width: 1px;
    border-style: solid solid solid solid;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
#menu .sub {
    position: relative;
    width: 100%;
}
#menu .box {
    font-family: arial;
    font-size: 10px;
    /*font-weight: bold;*/
    padding: 3px 8px 4px 8px;
}
#menu .box-hover {
    background-color: #ffffff;
    font-family: arial;
    font-size: 10px;
    /*font-weight: bold;*/
    padding: 3px 8px 4px 8px;
}
#menu .box-right {
    background-color: #e5e1da;
    font-family: arial;
    font-size: 10px;
    /*font-weight: bold;*/
    padding: 3px 16px 4px 8px;
}
#menu .box-right-hover {
    background-color: #ffffff;
    font-family: arial;
    font-size: 10px;
    /*font-weight: bold;*/
    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: #c20000;
    text-decoration: none;
    white-space: nowrap;
}
