<!--CSS Horizontal menu-->

body {
	margin:2em; padding:0;/* ? */
	background: yellow;
	}
	
#menu {
	height: 25px;
	margin: 3em 0; padding:0 1em;
	border-bottom: 2px solid blue;
	}

div.outer {
	float: left;
	width: 130px; height: 25px;/*width was 120px a critical number*/
	margin: 0 3px 0 10;/* Sets Left Hand border of Each Cell in menu*/
	background: url( 'css_lh_homeculture_bkgnd.gif' ) 0 -50px no-repeat;
	/*Requires bars.gif 130 x 30 */
	}

div.outer a {
	display: block;
	margin: 0; padding:0;//modifies height of cells
	width:100%; height:100%;
	overflow:hidden;
	font: bold 15px/1 Verdana, ;
	color:blue;
	text-decoration: none;
	background: url( 'css_lh_homeculture_bkgnd.gif' ) top left no-repeat;
	}
div.outer span {
	display: block;
	margin:0; padding: 7px 0 0 13px;
	}
div.outer a:hover {
	background-image: none;
	color: #FF9900 /*orange;*/
	}
div.outer a:active {
	color: black;
	}

</style>
################css orange2grey added to horizontal menu script ##########
body { 
background-color: ; 
color: ; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 15px; 
font-weight: bold; 
	} 
	
p {
	margin: 10px 10px 25px 40px; ?* SET from 20 to 80 */
	padding: 5px -10px 5px 10px;
	/*text-indent: 15px; FIRST LINE INDENT */
	font-family: normal Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 1.5px;
	line-height: 16px;
}
h1 {
	margin: 10px 10px 10px 10px;
	padding: 5px -10px 5px 10px;
	font-family: normal Verdana, Arial, sans-serif;
	font-size: 30px;
	color: #FF9900;/*Orange*/
	letter-spacing: 1px;
	word-spacing: 1.5px;
	line-height: 20px;
	}
h2 {
	margin: 10px 10px 10px 10px;
	padding: 5px -10px 5px 10px;
	font-family: normal Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #FF9933 ;/*Orange*/
	letter-spacing: 1px;
	word-spacing: 1.5px;
	line-height: 20px;
}
h3 {
	margin: 10px 10px 10px 10px;
	padding: 5px -10px 5px 10px;
	font-family: normal Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #000000 ;/*Black- otherwise same as h2*/
	letter-spacing: 1px;
	word-spacing: 1.5px;
	line-height: 16px;
}

a:link { 
font-size: 15px; 
color:blue;
text-decoration:none; 
font-weight:bold; ; 
font-family: Verdana, Arial, Helvetica, sans-serif
line-height: 16px;} 

a:visited { 
font-size: 15px; 
color:blue;
text-decoration:none; 
font-weight:bold; 
font-family: Verdana, Arial, Helvetica, sans-serif
} 
a:hover { 
font-size: 15px; 
color:#FF9933;/*Orange*/
text-decoration:none; 
font-weight:bold; 
}
 
a:active { 
font-size: 15px; 
color:#0000FF;
text-decoration:none; 
font-weight:bold; } 




/* STYLES FOR  Unordered List and List Items*/
ul {
font: normal 12px/14px "Trebuchet MS", Verdana, Arial, sans serif;
}
li {
font: bold 12px/14px "Trebuchet MS", Verdana, Arial, sans serif;
letter-spacing: 1px;
word-spacing: 1.5px;
line-height: 16px;
}

