.Menu {
	width:100%;
	background:url('/images/menu/gradient.jpg') repeat-x;
	height:32px;
	padding:0px;
	margin:0px;
}

.Menu ul {
	background:url('/images/menu/maingradient.jpg') repeat-x;
	width:750px;
	height:58px;
	list-style-type: none;
	white-space: nowrap;
	padding:0px;
	margin:0px auto;
	padding:0px;
}

.Menu li {
	display: inline;
	float:left;
	cursor:pointer;
}

.Menu a {
	display:block;
	font-size:1px;
	height:36px;
}

.mnuHome {
	background:url('/images/menu/home.jpg') top;
	height:36px;
	width:85px;
}

.mnuHome:hover, .mnuHome#CurrentPage {
	background:url('/images/menu/home.jpg') bottom;
}

.mnuAbout {
	background:url('/images/menu/about.jpg') top;
	height:36px;
	width:83px;
}

.mnuAbout:hover, .mnuAbout#CurrentPage {
	background:url('/images/menu/about.jpg') bottom;
}

.mnuServices {
	background:url('/images/menu/services.jpg') top;
	height:36px;
	width:96px;
}

.mnuServices:hover, .mnuServices#CurrentPage {
	background:url('/images/menu/services.jpg') bottom;
}

.mnuNews {
	background:url('/images/menu/news.jpg') top;
	height:36px;
	width:138px;
}

.mnuNews:hover, .mnuNews#CurrentPage {
	background:url('/images/menu/news.jpg') bottom;
}

.mnuRecentProjects {
	background:url('/images/menu/experience.jpg') top;
	height:36px;
	width:138px;
}

.mnuRecentProjects:hover, .mnuRecentProjects#CurrentPage {
	background:url('/images/menu/experience.jpg') bottom;
	height:36px;
	width:138px;
}

.mnuCareers {
	background:url('/images/menu/careers.jpg') top;
	height:36px;
	width:94px;
}

.mnuCareers:hover, .mnuCareers#CurrentPage {
	background:url('/images/menu/careers.jpg') bottom;
}

.mnuContact {
	background:url('/images/menu/contact.jpg') top;
	height:36px;
	width:96px;
}

.mnuContact:hover, .mnuContact#CurrentPage {
	background:url('/images/menu/contact.jpg') bottom;
}

.Menu li a {
	/*display:none;*/
}	

.Menu li.leftMenu {
	background:url('/images/menu/leftcurve.gif');
	height:36px;
	width:10px;
}

.Menu li.rightMenu {
	background:url('/images/menu/rightcurve.gif');
	height:36px;
	width:10px;
}