.div1 a.demo { 
	   height:38px;
	   height:42px;
       width:190px;
       text-align:center;
       padding:5px 0px 5px 0px;
       text-decoration:none;
       color:white;
       float:left;
       border:2px ridge #fffcdb;
       background: url("image/nav_off.jpg") no-repeat;
	}
.div1 a.demo:hover {
	   height:38px;
	   height:42px;
       width:190px;
       text-align:center;
       color:#ffffff;
       float:left;
       border:2px solid #fffcdb;
       background: url("image/nav_on.jpg") no-repeat;
	}



ul#hnavlist
{
float: right;
margin-top:0;
margin-right: 0;
padding-left: 5px;white-space: nowrap;
font: normal 11px verdana;
color:#ffffff;
margin-left:0;
text-decoration: none;
}

#hnavlist li
{
display: inline;
list-style-type: none;
}

#hnavlist a { padding: 0;
}

#navlist a:link, #navlist a:visited
{
background-color: #506693;
text-decoration: none;
}

#hnavlist a:hover
{
color: #fff;
background-color: #008084;
text-decoration: none;
}