* {
	padding:0;
	margin:0
}

a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}
#container {
	margin: 0 auto 0 auto;
	width: 100%;
	position: relative;
	text-align: left;
}
#top_nav {
	width: 100%;
	position: static;
	float: left;
	display: inline;
	left: -1px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 37px;
	background-image: url(../images/nav_end.jpg);
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#top_nav ul {
	margin: 0;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url(../images/nav_back_on.jpg);
}
#top_nav ul li {
	display: inline;
	margin: 0;
	right: 25px;
	background-image: url(../images/nav_back.jpg);
}
#top_nav ul li a {
	float:left;
	width: auto;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.2mm;
	font-weight: bold;
	padding-bottom: 0px;
	background-image: url(../images/nav_back.jpg);
	background-position: right 0px;
	background-repeat: repeat-x;
	padding-left: 23px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 24px;
	height: 24px;
	margin-bottom: 0px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#top_nav ul li a:hover {
	/*background-color: #C62274;*/
		background-image: url(../images/nav_on.jpg);
	color: white;
	background-repeat: repeat-x;
	background-position: center;
}
/*this changes the active link*/		
#home #nav-home a, #about-elm-workspace #nav-about-elm-workspace a, #Environment #nav-Environment a, #space-planning #nav-space-planning a, #Interiors #nav-Interiors a, #The-Warehouse #nav-The-Warehouse a, #Education #nav-Education a, #Furniture #nav-Furniture a, #Move #nav-Move a, #case-studies #nav-case-studies a, #library #nav-library a, #consulting #nav-consulting a, #news #nav-news a, #contact #nav-contact a {
	background-image: url(../images/nav_on.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
/*this changes the hover link*/
#home #nav-home a:hover, #about-elm-workspace #nav-about-elm-workspace a:hover, #Environment #nav-Environment a:hover, #space-planning #nav-space-planning a:hover, #Interiors #nav-Interiors a:hover, #The-Warehouse #nav-The-Warehouse a:hover, #Move #nav-Move a:hover, #Move #nav-case-studies a:hover, #Education #nav-Education a:hover, #Furniture #nav-Furniture a:hover, #library #nav-library a:hover, #news #nav-news a:hover, #consulting #nav-consulting a:hover, #contact #nav-contact a:hover  #nav a:active {
	/*background-color: #C62274;*/
color: white;
}
