
a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:visited {
	color: #0000ff;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}



ul {
  padding: 1;
  margin: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  list-style: none;
    	
  font-weight: bold;
  }
  
  li {
  float: left;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  position: relative;
  width: 10em;
  }
  
  li ul {
  display: none;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  position: absolute; 
    /*border-left: solid 1px #000000;*/
  	 /*border-right: solid 1px #000000;*/
	 /*border-bottom: solid 1px #000000;*/
  top: 1em;
  left: 0;
  background-color: #FFFFFF;
	
  }
  
li > ul {
	top: auto;
	left: auto;
	}

li:hover ul, li.over ul{ display: block; }

	
	
	#nav li li a:hover {
		background: #c0c3c5;           /* drop down hover color */
		color: #8A1F03;
		background-repeat: no-repeat;
		background-position: left;
	}

#content {
	clear: left;
}

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		padding-top: 4px;
		list-style: none;
		float : right;
	}
	
	#nav li { /* all list items */
		float: left; 
		position: relative;        
		text-align: left;               	/*  main title text align*/
		cursor: default;               
		background-color: #ffffff;         	/* main title box background color */
		color: #000000;                        /* main title box text color */
		margin-bottom: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		width: 130px;

	}
	
	#nav li li { /* drop list items */
		position: relative;
		float: left;
		width: 130px;
		margin-bottom : -1px;
		background-color: #666
	}
	

	
	#nav li a {
		width: 155px;
		width : 155px;
		display : block;
		color : #000000;
		/*font-weight : bold;*/
		text-decoration : none;
		background-color : #ffffff;
		border : 1px solid #000000;
		padding : 0 .75em;
	}
	
	#nav li a:hover {
		color : #cc0000;
		background-color : #333;
	}
	
	
.text {font-family:tahoma; font-size:12px; color:#000000; line-height:14px}
.text a{color:#8A1F03; text-decoration:underline}
.texttitle {font-family:tahoma; font-size:15px; color:#8A1F03; line-height:14px}

.style1 {
	color: #1F80AA;
	font-size: 12px;
}


.style2 {font-family: tahoma}

.tdspacing {padding-top: 4px;
			padding-left: 4px;
			padding-right: 4px;
			padding-bottom: 4px;
}

.tdspacing2 {padding-top: 25px;
			padding-left: 4px;
			padding-right: 4px;
			padding-bottom: 4px;
}
.bottom {padding-left: 4px;
				color: #FFFFFF;
				font-size: 10px;
				font-family: tahoma;

}
