﻿/* top menu */
.mainMenuTd 
{	
}
.mainMenuTd span, .mainMenuTdFirst span,   .mainMenuTdFirst a:link, .mainMenuTdFirst a:visited,.mainMenuTd a:link, .mainMenuTd a:visited 
{
	color: white;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 5px;
	border-right: 1px solid #000000;
}
.mainMenuTdLast a:link, .mainMenuTdLast a:visited, .mainMenuTdLast span
{
	color: white;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 5px;
}
.mainMenuTdFirst a:hover,.mainMenuTd a:hover,.mainMenuTdLast a:hover  {
	color: #000000;
}

.mainMenuItem:link, .mainMenuItem:visited  
{
	color: white;
	background-color: white;/*rgb(0,51,102);*/
	border: solid 1px Black;
	font-size: large;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	font-family: Arial Black;
	display: block;
	margin: 0;
	position: relative;
	top: -5px;
}
.mainMenuItem:hover 
{
	color: Red;
}

/* dropdown menu */

 .dropdownUl {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    width: 160px;
	    background-color: #BABABB;
	}
	.dropdownUl li {
	   position: relative;
	   background-color: #BABABB;
	}
	.dropdownUl a {
	    display: block;
	    text-decoration: none;
	    color: black;/*rgb(51,51,51); */
	    background: #fff;
	    padding: 2px;
	    border: 1px solid #ccc;
	    border-bottom: 0;
	    font-size: 10pt;
	    width: 160px;
	    background-color: #BABABB;
	}
	.dropdownUl a:hover {
	    color: white;
	    background-color: rgb(51,51,51);  
	}
	


.topLinks:link, .topLinks:visited 
{
	color: White;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}
.topLinks:hover 
{
	color:Black;
	text-decoration: underline;
}


/* top navigation classes*/

/* left menu */	
.toplinksUl 
{
	text-align: left;
	margin-left: 0em;
	padding-left: 0em;
	list-style: none;
	width: 195px;
	position: relative;	
	left: -5px;
	display: inline;   
}
.toplinkLi 
{
	display: inline;   
}	
.toplinkLi>a:link,.toplinkLi>a:visited,.toplinkLiTop>a:link,.toplinkLiTop>a:visited,.toplinkLiBottom>a:link,.toplinkLiBottom>a:visited
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
    text-decoration: none;
    color: white; 
    background-image: url('../images/leftmenubutton.gif');
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 10pt;
    font-weight: bold;
    width: 194px;
    height: 18px;
    padding-left: 10px;
    padding-bottom: 2px;
    display: inline;   
}
.toplinkSpan 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
    color: black; 
    background-image: url('../images/leftmenubutton.gif');
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 10pt;
    font-weight: bold;
    width: 194px;
    height: 18px;
    padding-left: 10px;
    padding-bottom: 2px;
    display: inline; 
}
.toplinkLi>a:hover, .toplinkDiv>a:hover, .toplinkLiTop>a:hover,.toplinkLiBottom>a:hover
{
	color: black;
}

.selectedMenuItem:link, .selectedMenuItem:visited, .selectedSubMenuItem:link, .selectedSubMenuItem:visited
{
	color:white;/* Purple;*/
	font-weight: bolder;
}
.selectedMenuItem:hover, .selectedSubMenuItem:hover
{
	color: Red;
}


/* child links */
.toplinksUl ul 
{
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	padding-left: 1em;
	padding-top: 0;
	text-indent: 0;
}


/*used to show/hide submenus with javascript*/
.toplinksUlSubHide {
 display: inline;
 visibility: hidden; 
}
.toplinksUlSubShow {
 display: inline;
 visibility: visible;
}
