#topnavmaingallery {
	background-image: url(../images/browse-copygallery.gif);
	background-repeat: repeat-x;
	height: 54px;
	width: 640px;
	padding-left: 260px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -7px;
	float: left;
}
#nav {
	height: auto;
	width: auto;
}
#nav li {
	display: inline;
}
#nav a {
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../images/menu2.gif);
	background-repeat: repeat-x;
	display: block;
	height: 44px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	width: 80px;
	text-align: center;
	margin-left: 3px;
	padding-left: 5px;
	font-weight: normal;
	float: left;
}
#nav a:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(../images/menu1.gif);
	background-repeat: repeat-x;
	font-weight: normal;
}
#nav.active a {
	color: #000;
	text-decoration: none;
	background-image: url(../images/menu3.gif);
	background-repeat: repeat-x;
}
.active {
	color: #000;
	background-image: url(../images/menu3.gif);
	background-repeat: repeat-x;
}

#topnavmain {
	background-repeat: repeat-x;
	height: 54px;
	width: 635px;
	margin-right: auto;
	margin-left: 20px;
	float: right;
	margin-top: -8px;
	padding-left: 0px;
}
