/*-----------------------------------------
 Main Navigation - Subnavigation
Date:    24-08-2007
Version: 1.0
Author:  Jonathan Alstead
email:   jona at launchsite.co.uk
web:     www.launchsite.co.uk
------------------------------------------*/
#Navigation ul {
 background: url(../images/nav_header.gif) no-repeat top left;
 list-style-type: none;
}
#Navigation li {
 list-style-type: none;
 padding: 5px 4px;
 border-bottom: 1px solid #670000;
 border-right: 1px solid #670000;
}
#Navigation li a {
 color: #A52A2A;
 text-decoration: none;
 border-bottom: none;
 display: block;
 line-height:1.5em;
}
#Navigation li a:hover  {
 background: #A52A2A;
 color: #fff;
 text-decoration: none;
 border-bottom: none;
 line-height:1.5em;
}
#Navigation .last {
 background: url(../images/nav_footer.gif) no-repeat bottom right;
 border-bottom: none;
 margin-top: -22px;
 border-right: none;
 height: 30px; 
}
#Navigation .top {
 background: url(../images/nav_header.gif) no-repeat top left;
 border-bottom:1px solid #670000;
 padding-top: 20px;
 
 }
*html #Navigation .top {
  margin-left:4px;
}