body {
	/*background: #FFF url(../../../../images/bg_forum.jpg) repeat-x;*/	
}

/* header */
#header {
	height: 100px;
	text-align: left;	
	margin-bottom: 4px;
}

/* header photo */
.headerphoto {
	width: 300px;
	height: 63px;
	background: #FFF url(../../../../images/new_logo.jpg) no-repeat;	
}

#menu-container {
  background:#fff url(../../../../images/buttonl.gif) no-repeat;
}

#menu-container2 {
	float:right;
	display:block;
	height:35px;
	width:8px;
  background:url(../../../../images/buttonr.gif) no-repeat;
}

/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_two */
/* header menu */
#menu-content ul {padding:0 -32px 0 32px; margin:0 0 0 8px; list-style:none; height:35px; background: url(../../../../images/button1.gif); border:1px solid #000; border-width:0 0px; border-bottom:0px solid #444;}
#menu-content ul {position: static;}
#menu-content li {float:left;}
#menu-content li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
#menu-content li a b {float:left; display:block; padding:0 16px 0 8px;}
#menu-content li.current a {color:#fff; background:url(../../../../images/button3.gif);}
#menu-content li.current a b {background:url(../../../../images/button3.gif) no-repeat right top;}
#menu-content li a:hover {color:#fff; background:#000 url(../../../../images/button4.gif);}
#menu-content li a:hover b {background:url(../../../../images/button4.gif) no-repeat right top;}
#menu-content li.current a:hover {color:#fff; background:#000 url(../../../../images/button3.gif); cursor:default;}
#menu-content li.current a:hover b {background:url(../../../../images/button3.gif) no-repeat right top;}

