﻿/*  top menu */

ul#navlisttopmenu
{
	white-space: nowrap;
	margin: 0px;
	padding: 0px;}

#navlisttopmenu li
{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #8fb11c;
	text-decoration: none;
}
#navlisttopmenu a {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	font-family: "Trebuchet MS";
}
#navlisttopmenu a:hover
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
/* main menu */

ul#navlistmainmenu
{
	white-space: nowrap;
	margin: 0px;
	padding: 7px 0px 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background:url(images/mainbg.gif) no-repeat;

}

#navlistmainmenu li
{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #749211;
	
}

#navlistmainmenu a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	font-family: "Trebuchet MS";

}

#navlistmainmenu a:hover
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS";

}
/* droop menu for js*/

#dropmenudiv{
	position:absolute;
	/*border:1px solid #fff;*/
	border-bottom-width: 0;
	font:normal 11px/18px Verdana;
	z-index:100;
	color: #FFF;
	text-align: left;
	padding-left: 0px;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 9px;
	background-color: #9dbd2c;



}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #fff;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFF;
	background-color: #9dbd2c;


}

#dropmenudiv a:hover{
	background-color: #9dbf2b;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;

}
/* left menu*/
#navcontainerleftmenu {
	width: 170px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#navcontainerleftmenu ul
{
	list-style-type: none;
	font-family: "Trebuchet MS";
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;


}

#navcontainerleftmenu a
{
	display: block;
	width: 170px;
	background-color: #ffffff;
	border-bottom: 1px dotted red;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 4px 0px 4px 11px;


}

#navcontainerleftmenu a:link, #navlist a:visited
{
	color: #333333;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	margin: 0px;
	padding: 4px 0px 4px 11px;



}

#navcontainerleftmenu a:hover
{
	background-color: #F1F1EF;
	color: #4B0000;
	border-bottom: 1px dotted red;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 4px 0px 4px 11px;



}
