div#menu {
	text-align:center;
	xheight:50px;
	padding:0 0 15px 0;
	margin:-10px 0 45px 0;
	background:url(../images/general/bgDock.gif) no-repeat center bottom;
	}
		div#menu a{
			margin:0;
			padding:0;
			text-decoration:none;
			font-weight:bold;
			transition: all .3s ease-in-out;
			-moz-transition:all .3s ease-in-out;
			-webkit-transition: all .3s ease-in-out;
			vertical-align:top;
		}
			div#menu a:hover,
			div#menu a:focus{
				opacity:.8;
			}
			div#menu a img{
				padding:0px;
				margin:0;
				width:60px;
				height:auto;
			}
			div#menu a span{
				display:none;
			}
				body.interior div#menu a{
					top:15px;
				}
				body.interior div#menu a img{
					width:40px;
				}
