/* CSS Document */

/*ul#nav {

	list-style-type: none;

	padding: 0;

	margin: 0;

}*/

#nav a:link, #nav a:visited {

	/*display: block;*/

	width: 103px;

	padding: 3px 6px 6px 10px;

	font: 85% Arial, Helvetica, sans-serif;

	font-weight: bold;

	color: #000;

	text-decoration: none;

}

#nav a:hover {

	padding: 3px 6px 6px 15px;

	/*background-position: 0 -69px;*/

	color: #ff0000;

}

#nav a:active {

	/*background: url(../images/navigation/button2.jpg) top left no-repeat;*/

	padding: 3px 6px 6px 10px;  /*2px 0 5px 25px*/

	color: #666666;

}	





a.img:hover

	{	background: transparent; }



	/*.....................*/

a:link 

  {

  color: #000; 

  text-decoration : underline;

  font-weight:bold; 

  }

a:visited 

  	{

  	color: #666; 

  	text-decoration : underline; 

   	font-weight:bold; 

	}

a:hover 

 	{ 

  	color: #ff0000;

  	text-decoration : none;

  	background: #fff;

  	font-weight:bold; 

	}

a:active 

 	{

  	color: #FF0000;

  	text-decoration : underline;

  	font-weight:bold; 

 	}



/*......nav links for main navigation*/

a.nav:link 

	{

	color: #fff;

	text-decoration : none;

	font-size: 0.9em;

	background: transparent;

  	font-weight: bold;

	}

a.nav:visited 

	{

	color: #fff;

	text-decoration : none;

	font-size: 0.9em;

	background: transparent;

  	font-weight: bold;

	}

a.nav:hover 

	{

	color: #993333;

	text-decoration : underline;

	font-size: 0.9em;

	background: #fff;

  	font-weight: bold;

	}

 a.nav:active 

	{

	color: #FF0000;

	text-decoration : underline;

	font-size: 0.9em;

	background: #fff;

	font-weight: bold;

  	}

/*......end nav links for main navigation..........*/


