#top {
  background : #EEEEEE url(../images/leemac_top_image.jpg) top left no-repeat;
  border-top : solid 9px #00BAB9;
  border-bottom: solid 5px #ffffff;
  margin: 0 auto;
  padding: 0px;
  width : 801px;
}

#topnav{
 background : #00BAB9;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: solid 5px #ffffff;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 39px;
  width : 801px;
  overflow: hidden;
  clear: both;
  }

#topnav ul{
margin: 0px;
padding: 0px;
list-style-type: none;}

#topnav ul li{
float: left;
color: #FFFFFF;
text-decoration: none;
background: url(../images/bg_topnav.gif) 17px 7px no-repeat;}

#topnav ul li a:link, #topnav ul li a:visited{
display: block;
padding: 0px 26.5px;
color: #FFFFFF;
text-decoration: none;
background: url(../images/bg_topnav.gif) 17px 7px no-repeat;}

#topnav ul li a:hover, #topnav ul li a:active{
display: block;
padding: 0px 26.5px;
color: #002D62;
text-decoration: none;
background: url(../images/bg_topnav_h.gif) 17px 7px no-repeat;}


/*		TOP2 CSS START	*/

#top2{
height: 255px;
width: 801px;}

