.menu, .submenu_first, .submenu_next {
 font-weight:bold;
 text-align: center;
 text-decoration: none;
 background: none;
}
.menu a, .submenu_first a, .submenu_next a {
 font-size: 20px;
 color: #FFFFFF;
 text-decoration: none;
}
.menu a:hover, .submenu_first a:hover, .submenu_next a:hover {
 color: #B48000;
}
.menu a#active, .submenu_first a#active, .submenu_next a#active {
 color: #FFFFFF;
 cursor: default;
}

.submenu_first, .submenu_next {
 float: left;
 border-width: 2px;
 border-color: #B48000;
}
.submenu_first a, .submenu_next a {
 color: #C0C0C0;
 /*top right bottom left*/
 margin: 0px 10px 0px 10px;
}
.submenu_first a:hover, .submenu_next a:hover {
 color: #B48000;
 text-decoration: underline;
}
.submenu_first a#active, .submenu_next a#active {
 color: #C0C0C0;
}

.submenu_first {
 border-style: none solid none solid;
}

.submenu_next {
 border-style:none solid none none;
}

.menu_inactive {
 font-weight:bold;
 text-align: center;
 background: none;
 font-size: 20px;
 color: #FFFFFF;
 text-decoration: none;
}

.menu_background{
 width: 100%;
 height: 100%;
 background: url('../Images/V5Menu.jpg') no-repeat;
 border: 0px;
}

.menu_background_active{
 width: 100%;
 height: 100%;
 background: url('../Images/V5Menu_Color.jpg') no-repeat;
 border: 0px;
 /* for IE */
 filter:alpha(opacity=80);
 /* CSS3 standard */
 opacity:0.8;
}
