
div.main-menu { 
    margin-top: -30px;
    margin-bottom: 0;
    background: #ffe649; 
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    border-left: 1px solid #a4a5a5;
    border-right: 1px solid #a4a5a5;
    border-top: 1px solid #a4a5a5;
    border-bottom: 0px solid black;
    color: #b9b9b9;
}

.main-menu-item {
    border-left: 0px solid #a4a5a5;
    border-right: 1px solid #a4a5a5;
    border-top: 0px solid black;
    border-bottom: 0px solid black;    
    color: #b9b9b9;
    background-color: inherit;
}

div.main-menu div.right { 
}

div.main-menu a { 
    font-size: 13px;
    font-weight: bold;
    border: 0px;
    padding: 2px 5px 2px 5px;
    line-height: 23px;
    color: #5f6868;
    background-color: inherit;
}

div.main-menu a:hover {    
	color: #ea6507;
	background-color: inherit;
    text-decoration: none;
}

div.subnav1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;    
    position: absolute;
    top: 110px;
    background: #ffe649; /* yellow;*/
    visibility: hidden;
    color: white;
    border-bottom: 1px solid #a4a5a5;
    border-top: 0px solid #FFFFFF;
    border-left:1px solid #a4a5a5;
    border-right:1px solid #a4a5a5;
    margin-top: 0px;
    margin-bottom: 0;
    z-index: 100;
}

div.subnav6 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;    
    position: absolute;
    top: 110px;
   background: #ffe649;
    visibility: hidden;
    color: #5f6868;
    border-bottom: 1px solid #a4a5a5;
    border-top: 0px solid #FFFFFF;
    border-left:1px solid #a4a5a5;
    border-right:1px solid #a4a5a5;
    margin-top: 0px;
    margin-bottom: 0;
    z-index: 100;
}

div.subnav7 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top: 110px;
    background: #ffe649;
    visibility: hidden;
    color: #5f6868;
    border-bottom: 1px solid #a4a5a5;
    border-top: 0px solid #FFFFFF;
    border-left:1px solid #a4a5a5;
    border-right:1px solid #a4a5a5;
    margin-top: 0px;
    margin-bottom: 0;
    z-index: 100;
}

								   
div.subnav-item {
    position: relative;
    color: white;
    background-color: inherit;
    height: 18px;
    border-bottom: 0px solid #FFFFFF;
    border-top: 1px solid #B8B8B4;
    padding: 3px 0px 0px 5px;
}

div.subactive {
    color: red;
    	background-color: inherit;
}

div.subnav-item a:link, .subnav-item a:visited {
    text-decoration:none;
}

div.subnav-item a:hover {
	color: #ea6507;
	background-color: inherit;
}

