/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/

	#menu{
	
	background:url(images/menu_037_bg.png);

	height:101px;
	}
		#menu ul{
	list-style:none;
	text-align:left;
		}
			#menu li{
				list-style:none;
				display:inline;
				margin:0 5px;				
			}
				#menu li a{
					color:#5b90b8;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					text-decoration:none;
					line-height:64px;
					cursor:pointer;
					padding:8px 20px;
				}
					#menu li a:hover{
						color:#426f93;
						background:#75bffd url(images/menu_036_h.jpg) repeat-x center top;
						text-decoration:none;
						border:1px solid #95d0fe;
					}
				#menu li a.current{
					color:#426f93;
					background:#c5e7ff url(images/menu_036_c.jpg) repeat-x center top;
					text-transform:uppercase;
					font-size:13px;
					padding:8px 20px;
					line-height:64px;
					font-weight:bold;
					text-decoration:none;
					border:1px solid #95d0fe;
				}
				
