body {
	background: #F1F1F1;
	font-family: Helvetica, sans-serif; font-size: 13px; line-height: 21px;
	margin:0px;
	padding:0px;
	border:0px;
}

nav {

	text-align: center;
	padding-right:505px;
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	width:540px;
	background: #efefef; 
	background: linear-gradient(top, #efefef -60%, #669999 100%);  
	background: -moz-linear-gradient(top, #efefef -60%, #669999 100%); 
	background: -webkit-linear-gradient(top, #efefef -60%,#669999 100%); 
	padding: 0 0px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	font-size:13px;
	font-weight:bold;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
		
	}

	nav ul li {
		float: left;
		padding:13px 21px;
		border-right:1px solid #F1F1F1;
	}
		nav ul li:hover {
			background: #4b545f;
			background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
			
			
			
		}
			nav ul li:hover a {
				color: #fff;
			}
		
		nav ul li a {
			display: block; 
			
			color: #757575; text-decoration: none;
		}
			
		
	nav ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
		width:255px;
	}
		nav ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			width:255px;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			nav ul ul li a {
				padding: 10px 22px;
				color: #fff;
				margin-right:15px;
				width:250px;
				text-align:left;
				
			}	
				nav ul ul li a:hover {
					background: #4b545f;
					width:210px;
					
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
#galary a {
	width:160px;
}		
#galary a:hover {
	width:117px;
}