*/
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 130px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #BEDBDE;
border-left-width: 0;
text-decoration: none;
background: url(http://www.californiatravelnews.com/images/menubg3.gif) center center repeat-x;
color: white;
font-size: 1 em;
  font-weight: bold;
  font-family: arial,helvetica,sans-serif;
a:hover
color: white;

}

	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 172px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #4D4737;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url(images/menubg3.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #DFC849;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(images/menuarrow3.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }





<!--

.body     { font-family: Trebuchet MS, Helvetica; font-size: 1em; color: black; font-weight: normal; font-style: normal; text-decoration: none;}
td     { font-family: Trebuchet MS, Helvetica; font-size: 1em; color: #000000; font-weight: normal; text-decoration: none;}


.caution {font-family: Arial; font-size: 8pt; color: gray; text-decoration: none; font-weight: normal;} 
div#footer a {font-family: Arial, Helvetica; font-size: 1em; color: gray; font-weight: normal;}

.photo-menu {font-family: Verdana; font-size: 1em; text-decoration: none; color: #989FA3; font-weight: normal;} 
.photo-menu A:link     { font-family: Verdana, Helvetica; font-size: 1em; color: #5395AA; text-decoration: none; font-weight: normal; text-align:center;}
.photo-menu A:visited  { font-family: Verdana, Helvetica; font-size: 1em; color: #5395AA; text-decoration: none; font-weight: normal; text-align:center;}
.photo-menu A:hover    { font-family: Verdana, Helvetica; font-size: 1em; color: #003366;
 text-decoration: none; font-weight: normal; text-align:center;}
.photo-menu  {
	text-align: center;
}
 


div#footer a {font-family: Arial, Helvetica; font-size: 1em; color: gray; font-weight: normal;}


div#book { padding:0px;				
}


.book a:link  { font-family: Trebuchet MS; font-size: 10pt; color: #0076AE; text-decoration: none; font-weight: bold; }
.book a:visited  { font-family: Trebuchet MS; font-size: 10pt; color: #0076AE; text-decoration: none; font-weight: bold; }
.book a:hover { font-family: Trebuchet MS; font-size: 10pt; color: #000080; text-decoration: none; font-weight: bold;	}
.book a:active  { font-family: Trebuchet MS; font-size: 10pt; color: #0076AE; text-decoration: none; font-weight: bold; }
.style1 {
	text-align: center;
}

#content-wrap {
	width:950px;
	margin: 10px auto 0;
	font:.75em/1.5em Arial,Tahoma,Verdana,sans-serif;
	clear:both;
	}

 -->


/* End */