.menu {
width: 100%;
height: 34px;
color: #fff;
}
.menu a {
color: #fff;
padding: 8px;
float: left;
text-shadow: 1px 1px 1px #111;
font-weight: bold;
font-size: 12px;
}
.menu span {
color: #fff;
text-shadow: 1px 1px 1px #111;
font-weight: bold;
font-size: 12px;
}
.menu a:hover {
color: #fff;
background: url(images/Lineot/header/menubg.png) top left repeat;
text-decoration: none;
}
.header {
width: 100%;
height: 336px;
background: url() top left repeat-x;
}
.logo {
height: 221px;
}
.logo img {
background: url(images/Lineot/header/logobg.png) top left no-repeat;
}
.topmenu {
height: 29px;
width: 100%;
}
.topmenu a {
color: #fff;
padding: 5px;
float: right;
font-size: 10px;
}
.topmenu a:hover {
color: #fff;
background: url(images/Lineot/header/menubg.png) top right repeat;
text-decoration: none;
}