/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
	#menu{
		margin:0 0 0 0;
		width:778px;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				background:#ffffff;		
				border-bottom:4px solid #ff7502;						
			}
				#menu li a{
					display:block;
					float:left;
					color:#ff7502;
					text-transform:uppercase;
					font-size:12px;
					font-weight:bold;
					line-height:30px;
					border:solid #e1e1d3;
					border-width:1px 1px 0 1px;
					text-decoration:none;
					padding:0 27px;		
				}
					#menu li a:hover{
						color:#000000;
						
					}
				#menu li a.current{
					display:block;
					float:left;
					background:url(images/3.jpg) repeat-x;					
					color:#fff;
					text-transform:uppercase;
					font-size:12px;
					font-weight:bold;
					line-height:30px;
					border:solid #e1e1d3;
					border-width:1px 1px 0 0;
					text-decoration:none;
					padding:0 29px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}


