
#menu{
	margin: 0px auto;
	background: #31383f url(../images/bg_menu-shadow.gif) center bottom repeat-x;
	width: 824px;
	height: 59px;
	display: block;
	position: relative;
	font: normal bold 11px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
}
	#menu span{
		display: block;
		position: absolute;
		bottom: -14px;
		width: 13px;
		height: 14px;
	}
	#menu .Lfold{ background: url(../images/bg_menu-fold.gif) left top no-repeat; left: 0px;}
	#menu .Rfold{ background: url(../images/bg_menu-fold.gif) right top no-repeat; right: 0px;
	}
/*#menu ul{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	background: url(../images/bg_menu.gif) center center repeat-y;
	width: 514px;
	padding: 0px 155px;
}
#menu ul li{
	display: inline-block;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 59px;
	list-style: none;
}
#menu ul li a{
	text-decoration: none;
	color: #cbdef5;
	display: block;
	text-align: center;
	float: left;
	padding-top: 19px;
	height: 40px;
	line-height: .8em;
	text-shadow: 1px 1px 1px #0f2b4c;
}

#menu ul li a.linkHome {
background:url("../images/bg_menu-active.gif") no-repeat  center bottom ;
color:white;
}

#menu ul li a:hover{ color: #FFF;}
#menu ul li a.linkHome{	width: 107px;}
#menu ul li a.linkServices{	width: 127px;}
#menu ul li a.linkQuote{ width: 150px;}
#menu ul li a.linkContact{	width: 130px;}*/