﻿/* top menu */
.topMenu 
{
	width: 100%;
}
.mainMenuTdFirst
{	
	text-decoration: none;
	font-size: 9pt;
	font-weight:bold;
	border-left: solid 2px white;
	border-right: solid 1px white;
	border-top: solid 2px white;
	border-bottom: solid 1px white;
	text-transform:uppercase;
	background-color: #fbb269;/* rgb(231,232,233); */
}
.mainMenuTd
{	
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-top: solid 2px white;
	border-bottom: solid 1px white;
	text-transform:uppercase;
	background-color: #fbb269;/* rgb(231,232,233); */
}
.mainMenuTdLast
{	
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	border-left: solid 1px white;
	border-right: solid 2px white;
	border-top: solid 2px white;
	border-bottom: solid 1px white;
	text-transform:uppercase;
	background-color: #fbb269;/* rgb(231,232,233); */
}


/* */
.mainMenuTdSelected 
{
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-top: solid 2px white;
	border-bottom: solid 1px white;
	text-transform:uppercase;
	background-color: #fbb269;
}

.mainMenuSpan 
{
	font-size: 9pt;
	font-weight: bold;
}

.mainMenuTd span, .mainMenuTdFirst span, .mainMenuTdLast span
, .mainMenuTdFirst a:link, .mainMenuTdFirst a:visited
, .mainMenuTd a:link, .mainMenuTd a:visited
, .mainMenuTdLast a:visited ,.mainMenuTdLast a:link
, .mainMenuTdSelected  a:visited ,.mainMenuTdSelected a:link
{
	width: 100%;
	height: 100%;
	text-transform:uppercase;
	text-decoration: none;
	text-align:center;
	font-size: 10pt;
	color: White;	
	font-weight: bold;
	display:block;
}

  .mainMenuTdFirst a:hover
, .mainMenuTd a:hover
, .mainMenuTdLast a:hover 
, .mainMenuTdSelected  a:hover 
{
	width: 100%;
	height: 100%;	
	text-transform:uppercase;
	text-decoration: none;
	font-size: 10pt;
	color: White;	
	font-weight: bold;
}

/* START dropdown menu */
 
    .dropdownA:link, .dropdownA:visited 
	{
		display: block;
	    text-decoration: none;
	    color: rgb(51,51,51);
	    background-color: #FED19A;  
	    padding-top: 2px;
	    padding-bottom: 2px;
	    padding-left: 7px;
	    padding-right: 7px;	    
	    /* border: 1px solid #ccc; */
	    border: 0;
	    margin: 0;
	    font-size: 8.5pt;
	    width: 100%;
	    font-weight: normal;
	    letter-spacing:normal;
	    line-height: normal;
	}
    .dropdownA:hover 
    {
		color: white;
	    background-color: #E77200; 
    }
   /* */
    
    
 .dropdownUl {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    width: 146px;  
	    font-size: 9pt;
	    color: #000000; 
	    background-color: #FED19A;	    
	    font-weight: normal;
	    letter-spacing:normal;
	    line-height: normal;
	}
	.dropdownUl li {
	   position: relative;
	}
	