#forumaddheader {
height:138px;
width: 95%;
position: relative;
}

#h {
background: url(layout/header_middle.jpg) repeat-x;
height:108px;
width: 85%;
margin-right: 0%;
margin-left: 0%;
position: relative;
}

#header_left {
background: url(layout/header_left.jpg);
width: 408px;
height: 108px;
position: absolute;
top: 0px;
left: 0px;
}

#header_right {
background: url(layout/header_right.jpg);
width: 392px;
height: 108px;
position: absolute;
top: 0px;
right: 0px;
}

#menu {
height: 30px;
background-image: url(layout/bttn-bg.png);
font-size: 13px;
line-height: 2.2;
padding-left: 0px;
}

a.menu:visited { color: #000000; text-decoration: none; font-weight: bold;}
a.menu:link { color: #000000; text-decoration: none; font-weight: bold;}
a.menu:hover { color: #FFFFFF; text-decoration: none; font-weight: bold;}
a.menu:active { color: #FFFFFF; text-decoration: none; font-weight: bold;}

a.menu-highlight:visited { color: #5D02A3; text-decoration: none; font-weight: bold;}
a.menu-highlight:link { color: #5D02A3; text-decoration: none; font-weight: bold;}
a.menu-highlight:hover { color: #FFFFFF; text-decoration: none; font-weight: bold; background-image:url(layout/bttn-hov.png);}
a.menu-highlight:active { color: #FFFFFF; text-decoration: none; font-weight: bold;}

#copyright {
background-image: url(layout/menubg.jpg);
font-size: 9px;
color: #000000;
text-align: center;
width: 95%;
}