#header {
float: left;
width: 100%;
- background: #DAE0D2 url("bg.gif") repeat-x bottom;
+ background: #DAE0D2;
font-size: 93%;
line-height: normal;
}
}
#header li {
float: left;
- /*background:url("left.gif") no-repeat left top;*/
margin: 0px;
padding: 0px 0px 0px 9px;
}
#header li a {
float: left;
display: block;
- /*background:url("right.gif") no-repeat right top;*/
padding: 5px 15px 4px 6px;
text-decoration: none;
font-weight: bold;
#header li a:hover {
color: #333;
}
-#header #current {
- /* background-image:url("left_on.gif"); */
-}
#header #current a {
- background-image: url("right_on.gif");
color: #333;
padding-bottom: 5px;
}