.header {
position: relative;
height: 92px;
width: 1000px;
background-image: url("/templates/WayPoint2/images/header/header.jpg");
}

.sites-left {
position: absolute;
bottom: 0px;
right: 325px;
background-image: url("/templates/WayPoint2/images/header/header_menu_left.gif");
width: 20px;
height: 20px;
}

.sites {
position: absolute;
bottom: 0px;
right: 0px;
height: 20px;
width: 325px;
height: 20px;
background-image: url("/templates/WayPoint2/images/header/header_menu_bg.gif");
text-align: center;
line-height: 2;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-weight: Bold;
font-size: 10px;
}

a.site:link {
color:#FFFFFF;
font-weight: Bold;
text-decoration: none;
}

a.site:visited { 
color:#FFFFFF;
text-decoration: none;
}

a.site:hover {
color: #FFFFFF;
text-decoration: underline;
}

.header-line {
position: relative;
height: 6px;
width: 1000px;
background-image: url("/templates/WayPoint2/images/header/header_bottom_yellow.jpg");
}