#nav {  margin: 0; padding: 0; height: 46px; width: 760px; list-style: none; position: relative;  overflow: hidden; }
#nav li { margin: 0: height: 23px; line-height: 23px; background: #5e757b url(subnav1.png) repeat-x top right; float: left; padding: 0 16px; font-weight: normal; text-decoration: none; text-transform: uppercase; font-sizE: 11px; border-left: 1px solid #a1bbc2; border-right: 1px solid #54686e;  }
#nav li a, #nav li a:visited { float: left;font-weight: normal; text-decoration: none; color: #333333; color: #fdf4b2; text-transform: uppercase; font-size: 11px; }

#nav ul { position: absolute; top: -9999px; left: 0; height: 23px; width: 760px;  margin: 0; padding: 0; list-style: none; background: #fdf4b2; }
#nav ul li { height: 23px; background: #fdf4b2; height: 19px; line-height: 19px; border: none; }
#nav ul li a, #nav ul li a:visited {  color: #5e757b; font-weight: bold;   }

#nav li.hover ul, #nav li:hover ul { top: 23px; } 
#nav li.hover, #nav li:hover { xxborder-bottom: 2px solid #80959b; }
#nav ul li.hover, #nav ul li:hover { background: #5e757b url(subnav1.png) repeat-x top right; color: #fdf4b2; border: none; }
#nav ul li.hover a, #nav ul li.hover a:visited, #nav ul li:hover a { color: #fdf4b2; }
