/***************************************************************************/	
/* menu     */
/***************************************************************************/


#menu { 
		height: 120px;
		background:url(/images/bg_menu.gif) repeat-x;overflow:hidden;
		}

ul.menu {margin-top:10px; display:block;overflow:hidden;float:left;width:185px;}

ul.menu li a{font-size:12px;display:block;height:16px;color:#333333;margin-bottom:10px;}

ul.menu li.rss a{ background:url(/images/rss_normal.gif) no-repeat left 0 0; }

ul.menu li.favorites a{background:url(/images/favorites_normal.gif) no-repeat left 0 0;}

ul.menu li.bookmark a{background:url(/images/bookmarking_normal.gif) no-repeat left 0 0;}

ul.menu li.newsletter a{background:url(/images/newsletter_normal.gif) no-repeat left 0 0;}

#menu_tags{ width:500px;height:80px;padding:20px 15px 0px 15px;float:right;margin-top:10px;  background:url(/images/bg_tags.gif) no-repeat;}

#menu #menu_tags a{margin-right:5px;}

#menu #newsletter {
			 width: 235px;
			 float: right;
			 margin-top: 10px;margin-left:15px;
			 }
				 
#menu #newslettertext {
				 text-align:right;
				 width: 215px;
				 height: 16px;
				 background:url(/images/newsletter_bg.gif) no-repeat right;
				 border: 0px;
				 font-size: 12px;
				 color:#444444;
				 padding:0px 10px;
				}
#menu #newsletter img {float:left;}

#menu #newsletter p{float:right; color:#CCCCCC;width:200px;}

#menu #newsletter form{margin:0px;padding:0px;border:0px;}

#menu #newsletterbutton,#newsletterbutton:hover,#newsletterbutton:active  {	
					 margin-top:10px;
					 float:right;
					 border:0px;
					 height:17px;
					 width:132px;
					 }
					 
#menu #newsletterbutton {
					background:url(/images/newsletter_button.gif) no-repeat right;
					}									

#menu #newsletterbutton:hover {
					background:url(/images/newsletter_button_hover.gif) no-repeat  right;
					}

#menu #newsletterbutton:active {background:url(/images/newsletter_button_active.gif) no-repeat  right;
					}


/***************************************************************************/	
/* foot      */
/***************************************************************************/
#footer {
		 height:120px;
		 background:url(/images/footer_bg.gif) repeat-x;
		 }
#footer .center{background:url(/images/footer_center_bg.gif) top center no-repeat;
}	
ul#footernav {
			  float: left;
			  color: #FFFFFF;
			  list-style-type: none;
			  }
			  
ul#footernav li{
				float:left;
				padding:20px 20px 0px 0px;
				}
				
ul#footernav li a{
				  font-weight:normal;
				  color: #FFFFFF;
				  font-size:12px;
				  }	
ul#footernav li a:hover{ text-decoration:underline; }

#footer_description{ font-family:Verdana, Arial, sans-serif;margin:48px 0 0 0;display: block;padding-top:48px 0 0 0;font-size:1.1em;color: #FFFFFF; line-height:100%;}
#footer_description a{color:#FFFFFF; font-size:10px;}

#footer_slogan{background:url(/images/footer_logo.gif) no-repeat;font-family:Verdana, Arial, sans-serif;font-size:1.2em;color: #FFFFFF;float:left;padding: 0px 0px 0px 20px;margin:2px 0 0 0;}

#copyright {margin:2px 0 0 0;
			font-family:Verdana, Arial, sans-serif;
			float:right;
			font-size:1.1em;
			color: #FFFFFF;
			}	
