a{
color: #fff;
text-decoration: none;
}
a:hover{
color: #4B4B4B;
text-decoration: none;
}

body{
background: transparent url('../img/toplinks_bg.gif') top left no-repeat;
color: #C4C4C4;
font: normal 11px "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
margin: 0;
padding: 0 0 0 5px;
}

table{
color: #C4C4C4;
font: normal 11px "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
}

input{
font: normal 11px "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
font-size: 10px;
}
textarea{
font: normal 11px "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
font-size: 10px;
}
select{
font: normal 11px "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
font-size: 10px;
}




	/* NAVIGATION STYLES 
	///////////////////////////////////////////////////////////////*/

	div#nav {
		margin: 1px 0 0 0;	/* top right bottom left*/
	}


	#nav table td {
		margin: 0;	/* top right bottom left*/
		padding: 0;
		border: 0 solid #aaa;
		border-width: 0;
	}

	/* Hide from IE5-Mac \*/
	#nav a
	{
	float: none;
	}
	/* End hide */ 
	
	/* menu item*/  /* set general padding etc*/
	#nav a {	
		color: #C4D87D;
		padding: 2px 0 0 0;
		float:left;
		width:auto;
		text-decoration:none;
		font: bold 11px "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
	}
	
#nav a.TopLink {
	    color: #C4D87D;
	}
	
#nav a.TopLinkActive {
	    color: #666;
	}


#nav td.TopLinkActiveleft {
      background: transparent url('../img/topmenu_on_left.gif') top left no-repeat;	
	  width: 14px;
	  height: 26px;
	}

#nav td.TopLinkActivemid {
      background: transparent url('../img/topmenu_main_on.gif') top left repeat-x;	
	  height: 26px;
	}

#nav td.TopLinkActiveright {
      background: transparent url('../img/topmenu_on_right.gif') top left no-repeat;	
	  width: 14px;
	  height: 26px;
	}



#nav td.TopLinkleft {
      background: transparent url('../img/topmenu_off_left.gif') top left no-repeat;	
	  width: 14px;
	  height: 26px;
	}

#nav td.TopLinkmid {
      background: transparent url('../img/topmenu_main_off.gif') top left repeat-x;	
	  height: 26px;
	}

#nav td.TopLinkright {
      background: transparent url('../img/topmenu_off_right.gif') top left no-repeat;
	  width: 14px;
	  height: 26px;
	}

	/*#nav .TopLinkActive a:hover  {
		background: #5d9a07 url('../img/toplinks_hover_bg.gif') repeat-x;
	}*/
	
	/* NAVIGATION DENY STYLES 
	///////////////////////////////////////////////////////////////*/


	#nav .TopLinkActiveDeny a:link, #nav .TopLinkActiveDeny a:visited {
		color:#fff;
		background:#66CC00; /* active - selected menu item*/	
	}

	#nav .TopLinkActiveDeny a:hover  {
		background:#FFCC00; /* active deny - selected menu item (hover)*/
		color:#fff;
	}

	#nav .TopLinkDeny a:hover  {
		background:#FFCC00; /* deny - selected menu item (hover)*/
		color:#fff;
	}

