/* navmenu.css */
/* Begin Horizontal Navigation Menu*/
/* shorthand: margin: top right bottom left*/
/* shorthand: margin: topbottom rightleft*/



#navmenu {
	width: 925px;
	height: 31px;
	margin: 0 auto 4px;
	z-index: 5;
	}



#navmenu ul {
	width: 825px;
	text-align: center;
	display: block;
	padding-right: 12px;
	padding-left: 18px;
	margin: 0 0 0 20px;
}

#navmenu li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.homelink {


}	

li.home a, li.home a:visited {
background: url('http://www.spaciousmind.com/images/nav/nav-home.png') no-repeat;
background-color: #990033;
border-top: 4px solid #670a34; 
border-right: 4px solid #670a34; 
border-left: 4px solid #670a34; 
-moz-border-radius-topright: 20px; -moz-border-radius-topleft: 20px; -webkit-border-top-right-radius: 20px; -webkit-border-top-left-radius: 20px;
	background-position: 0 0;
	display: block;
width: 97px;
height: 35px;
margin-right: 5px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}

li.home a:hover {
	background: #990033 url('http://www.spaciousmind.com/images/nav/nav-home-rollover.png');
}



li.projects a, li.projects a:visited {
background: url('http://www.spaciousmind.com/images/nav/nav-projects.png') no-repeat;
background-color: #990033;
border-top: 4px solid #670a34; 
border-right: 4px solid #670a34; 
border-left: 4px solid #670a34; 
-moz-border-radius-topright: 20px; -moz-border-radius-topleft: 20px; -webkit-border-top-right-radius: 20px; -webkit-border-top-left-radius: 20px;
	background-position: 0 0;
	display: block;
	width: 125px;
	height: 35px;
margin-right: 5px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}

li.projects a:hover {
	background: #990033 url('http://www.spaciousmind.com/images/nav/nav-projects-rollover.png');
}

li.clients a, li.clients a:visited {
background: url('http://www.spaciousmind.com/images/nav/nav-clients.png') no-repeat;
background-color: #990033;
border-top: 4px solid #670a34; 
border-right: 4px solid #670a34; 
border-left: 4px solid #670a34; 
-moz-border-radius-topright: 20px; -moz-border-radius-topleft: 20px; -webkit-border-top-right-radius: 20px; -webkit-border-top-left-radius: 20px;
	background-position: 0 0;
	display: block;
	width: 108px;
	height: 35px;
margin-right: 5px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}

li.clients a:hover {
background: #990033 url('http://www.spaciousmind.com/images/nav/nav-clients-rollover.png');
}


li.services a, li.services a:visited {
background: url('http://www.spaciousmind.com/images/nav/nav-services.png') no-repeat;
background-color: #990033;
border-top: 4px solid #670a34; 
border-right: 4px solid #670a34; 
border-left: 4px solid #670a34; 
-moz-border-radius-topright: 20px; -moz-border-radius-topleft: 20px; -webkit-border-top-right-radius: 20px; -webkit-border-top-left-radius: 20px;
	background-position: 0 0;
	display: block;
	width: 124px;
	height: 35px;
margin-right: 5px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}

li.services a:hover {
background: #990033 url('http://www.spaciousmind.com/images/nav/nav-services-rollover.png');
}

li.blog a, li.blog a:visited {
	background: url('http://www.spaciousmind.com/images/nav_blog.gif');
	background-position: 0 0;
	display: block;
	width: 84px;
	height: 35px;
margin-right: 5px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}

li.blog a:hover {
background: #990033 url('http://www.spaciousmind.com/images/nav/nav-rolloverbg.png');
}




li.contact a, li.contact a:visited {
background: url('http://www.spaciousmind.com/images/nav/nav-contact.png') no-repeat;
	background-color: #990033;
border-top: 4px solid #670a34; 
border-right: 4px solid #670a34; 
border-left: 4px solid #670a34; 
-moz-border-radius-topright: 20px; -moz-border-radius-topleft: 20px; -webkit-border-top-right-radius: 20px; -webkit-border-top-left-radius: 20px;
	background-position: 0 0;
	display: block;
	width: 118px;
	height: 35px;
margin-right: 5px;
	text-indent: -999999px;
	overflow: hidden;
	float: left;
}

li.contact a:hover {
background: #990033 url('http://www.spaciousmind.com/images/nav/nav-contact-rollover.png');
}

/* End Horizontal Navigation Menu */
