/* CSS Document */

/*Navigation structure...*/

#mainnav
 	{
	float:left;
	margin: 0 20px 20px 0;
	width: 130px;
	padding : 2px;
	font-size: 0.7em;
	/*height: 100%;*/
	line-height : 50%;
	text-align: center;
	-moz-border-radius: 10px;
	min-height: 550px;
    }
#mainnav ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
#mainnav li
	{
	padding: 3px;
	border-bottom: 1px solid;
	border-color: #ccc;
	background: #fff;
	margin: 10px 0;
	-moz-border-radius: 10px;
	}
.navbox 
	{
	padding: 3px;
	margin: 3px 0;
	background: #fff ;
	border: 1px solid #006600
	-moz-border-radius: 10px;
   }

/*.............................end Navigation structure...*/

a.img:hover
	{	
	background-color:#FFFFFF;
	}
	
a:link /*normal links in the text*/
  {
	
	color: #000;
	text-decoration : underline;
	font-size: 0.9em;
	background: transparent;
	
  	
  }
a:visited 
  {
	color: #333;
	text-decoration : underline;
	font-size: 0.9em;
	background: transparent;
	
  }
a:hover 
 { 
	color: #ff0000;
	text-decoration : none;
	font-size: 0.9em;
	background: #fff;
	
	/*border: 1px solid #ffcc00;*/
 }
a:active 
 { 
	color: #333;
	text-decoration : underline;
	font-size: 0.9em;
	background: transparent;
	
 }
/*......end nav links in text*/
/*......nav links for main navigation*/
a.nav:link 
	{
	color: #000;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}
a.nav:visited 
	{
	color: #333;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}
a.nav:hover 
	{
	color: #ff0000;
	text-decoration : none;
	font-size: 1em;
	font-weight: bold;
	padding: 0;
  	}
 a.nav:active 
	{
	color: #666;
	text-decoration : underline;
	font-size: 1em;
	background: #fff;
	font-weight: bold;
  	}
/*......end nav links for main navigation..........*/
	/*..........rightnav links..........*/
a.nav2:link 
	{
  	color: #000; 
  	text-decoration : underline; 
  	font-size: 0.9em; 
  	background: transparent;
  	}
a.nav2:visited 
	{
  	color: #0066FF; 
  	text-decoration : none;
  	font-size: 0.9em; 
  	background: transparent;
  	}
a.nav2:hover 
	{ 
  	color: #000; 
  	text-decoration : underline; 
  	font-size: 0.9em; 
  	background: #dcf6dd;
  	}
 a.nav2:active 
	{ 
  	color: #FF0000; 
  	text-decoration : underline; 
  	font-size: 0.9em; 
  	background: transparent;
  	} 
	/*....................*/
a.nav3:link 
	{
	color: #000;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}
a.nav3:visited 
	{
	color: #333;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}
a.nav3:hover 
	{ 
	color: #000;
	text-decoration: underline;
	font-size: 1em;
	background: #dcf6dd;
	font-weight: bold;
  	}
 a.nav3:active 
	{ 
	color: #333;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	} 
	/*....................*/
.breadcrumb
	{ 
	display:inline;
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #00CC99;
	}



