@charset "utf-8";
body {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


#container {
	clear: both;
	height: auto;
	width: 756px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.text {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 13px;
	font-weight: none;
	color: #000000;
	}
.text2 {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 13px;
	font-weight: none;
	color: #666666;
	}
		
.Heading {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #8B1D04;
	
	}
		
.Copyright {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	font-weight: none;
	color: #ffffff;
			
	
}

.navigation {
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: auto;
	
}
.navigation ul {
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0px;
	height:27px;
}
.navigation li {
	margin: 0px;
	list-style-type: none;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #251a06;
	text-decoration: none;
	height:20px;
	
}


#link a:link, #link a:hover { 

background-image: url(../images/nailh.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: none;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #8B1D04;
	text-decoration: none;
	height:20px;

}

.navigation li a{
	background-image: url(../images/nail.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: none;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #251a06;
	text-decoration: none;
	height:20px;
	
}
.navigation li a:hover {
	
	background-image: url(../images/nail.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: none;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #8B1D04;
	text-decoration: none;
	height:20px;
}



.navigation li .active {
	
	background-image: url(../images/nailh.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: none;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #8B1D04;
	text-decoration: none;
	height:20px;
}



ul.navigation li {
  display: block;
    overflow: hidden;
	height:20px;
  
}

ul.navigation li:hover {
  height: auto;
  overflow: visible;
} 

