﻿/* top menu */
.topMenu 
{
	width: 100%;
}
.mainMenuTd, .mainMenuTdFirst
{	
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	border-right: solid 1px rgb(153,153,204);
	border-bottom: solid 1px rgb(153,153,204);	
	text-transform:uppercase;
	background-color: rgb(231,232,233);
}
.mainMenuTdLast
{	
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	border-bottom: solid 1px rgb(153,153,204);	
	text-transform:uppercase;
	background-color: rgb(231,232,233);
}
.mainMenuTdSelected 
{
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	border-right: 1px solid rgb(153,153,204);
	border-top: 3px solid rgb(153,153,204);	
	text-transform:uppercase;
	background-color: white;
}

.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;
	font-size: 10pt;
	color: Black;	
}

  .mainMenuTdFirst a:hover
, .mainMenuTd a:hover
, .mainMenuTdLast a:hover 
, .mainMenuTdSelected  a:hover 
{
	width: 100%;
	height: 100%;	
	text-transform:uppercase;
	text-decoration: underline;
	font-size: 10pt;
	color: Blue;	
}

/* START dropdown menu */
    .dropdownA:link, .dropdownA:visited 
	{
		display: block;
	    text-decoration: none;
	    color: rgb(51,51,51); 
	    background: #fff;
	    padding: 2px;
	    border: 1px solid #ccc;
	    border-bottom: 0;
	    font-size: 10pt;
	    width: 160px;
	}
    .dropdownA:hover 
    {
		color: white;
	    background-color: rgb(51,51,51); 
    }
    
 .dropdownUl {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    width: 160px;
	    background: #fff;
	    font-size: 10pt;
	    color: rgb(51,51,51);
	}
	.dropdownUl li {
	   position: relative;
	}
	.dropdownUl li a {
	    display: block;
	    text-decoration: none;
	    color: rgb(51,51,51); 
	    background: #fff;
	    padding: 2px;
	    border: 1px solid #ccc;
	    border-bottom: 0;
	    font-size: 10pt;
	    width: 160px;
	}
	.dropdownUl li a:hover {
	    color: white;
	    background-color: rgb(51,51,51);  
	}
	.dropdownUl li:hover {
	    color: white;
	    background-color: rgb(51,51,51);  
	}
