@import url(../../main.css);

/*menu classes*/
.tbar
{
   font-size: 12px;
   font-family: Trebuchet MS, Arial;
   font-weight: normal;
   padding: 1px;
   background-color: #ffffff;
   text-align: left;
   border: solid 1px #BFBFBF;
}

.tbaritem
{
	font-size: 12px;
	font-family: Trebuchet MS, Arial;
	font-weight: normal;
	text-align: left;
	background-color: #EC1D25;
	padding: 3px;
}

.tbaritem a:link
{
   font-size: 12px;
   font-family: Trebuchet MS, Arial;
   font-weight: bold;
   letter-spacing: 0.5px;
   font-style: italic;
   color: #ffffff;
   text-align: left;
   text-decoration: none;
   
}

.tbaritem a:visited
{
	font-size: 12px;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
   letter-spacing: 0.5px;
   font-style: italic;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	
}

.tbaritem a:hover
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	}

.tbarhover
{
	background-color: #EC1D25;
	}



.tbarselect
{
   font-size: 11px;
   font-family: Verdana;
   padding: 1px;
   color: #EC1D25;
   background-color: #ffffff;
}

.tbarselect a:link
{
   font-size: 11px;
   font-family: Verdana;
   font-weight: normal;
   color: #EC1D25;
   text-decoration: none;
	}


.tbarselect a:visited
{
   font-size: 11px;
   font-family: Verdana;
   color: #EC1D25;
   text-decoration: none;
}

.tbarstatic
{
   font-size: 12px;
   font-family: Trebuchet MS, Arial;
   padding: 1px;
   background-color: #ffffff;
   text-align: left;
   text-decoration: none;
}

.tbarstaticitem
{
   font-size : 12px;
   font-family: Trebuchet MS, Arial;
   padding: 3px;
   background-color: #E6E6E6;
   text-align: left;
   text-decoration: none;
   text-transform: uppercase;
	}

.tbarstaticitem a:link, a:visited
{
   font-size: 12px;
   font-family: Trebuchet MS, Arial;
   color: #EC1D25;
   font-weight: bold;
   text-align: left;
   text-decoration: none;
   display: block;   
   letter-spacing: 0.5px;
   font-style: italic;
      
}

.tbarstatic a:hover
{
	color: #EC1D25;
	text-decoration: none;
	}

.tbarstatichover
{
	background-color: #ffffff;
	text-decoration: none;
	}
	
.tbarstaticselect
{
	background-color: #ffffff;
	text-decoration: none;
	}

/*end of menu classes*/

