@charset "utf-8";
/* CSS Document */

.topmenu {
	/* position:absolute; */
	z-index:100;
}

.topmenu div.ss-menu,
.bottommenu div.ss-menu
 {
     line-height: 18px;
    background-color: white;
    height: 20px;
    left: 280px;
    margin: 19px 0 0 5px;
/*    	opacity: 0.9;
    filter: alpha(Opacity=90); */
    padding: 0;
    position: absolute;
    top: 37px;
    width: 870px;
    z-index: 100;
}
/*
.bottommenu div.ss-menu {
    margin-top: 57px;
}
*/

.topmenu div.ss-menu  a,
.bottommenu div.ss-menu  a
{
    color: #DA251C;
    /* font-size: 10px; margin: 0 2px; - v2, next line - V3 */
    font-size: 11px; margin: 0 10px; 
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}

.topmenu div.ss-menu  a:hover,
.bottommenu div.ss-menu  a:hover
{
    text-decoration:underline;
}