/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	color:#666;	
	font:12px/18px Trebuchet MS;	
}
	#menu{
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				background:url(images/menu_035_bg.jpg) repeat-x;			
				list-style:none;
				display:block;
				float:left;
				height:36px;
				border-right:1px solid #dbdbdb;
				line-height:36px;
			}
				#menu li a{
					display:block;
					float:left;
					color:#404040;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					line-height:36px;
					text-decoration:none;
					padding:0 24px;				
				}
					#menu li a:hover{
						color:#747474;
						background:url(images/menu_035_h.jpg) repeat-x;
					}
				#menu li a.current{
					display:block;
					float:left;
					color:#FFFFFF;
					background:url(images/menu_035_c.jpg) repeat-x;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					line-height:36px;
					text-decoration:none;
					padding:0 25px;	
				}
					#menu li a:hover.current{
						color:#6c822e;
					}


.footers {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.newslettersignup {
	background-image: url(../images/email-bubble.jpg);
	background-repeat: no-repeat;
}
.signupforms {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

