#header{	
	position: relative;
	left:0;
	top: 4px;
	padding: 0;
	padding-bottom: 2px;
	margin: 0;
	height: 105px;
	width: 700px;
	overflow: hidden;
	color: #ACACAC;
}
#logo{
	position: absolute;
	left: 0px;
	top: 4px;
	border: 0;
}
#actnav {
	font-size:13px;
	font-weight:500;
	left:0px;
	margin:0pt;
	padding:0pt;
	position:relative;
	text-decoration:none;
	top:68px;
	text-align: right;
}
#actnav a{
	padding-right: 5px;
}
/*#actnav a:hover{
	text-decoration: underline;
}*/
#nav{
	position: relative;
	padding: 0;
	margin: 0;
	top: 60px;
	left: 0px;
	font-size: 13px;
	font-weight: 500;
	text-align: right;
}
#nav a{
	padding-right: 5px;
}
img 
{
	border: 0px;
}
/*
#nav a:hover{
cursor: pointer;
text-decoration: none;
}
*/
#navContainer 
{
	z-index: 20;
	position: relative;
}
#collectionNav 
{
	z-index: 20;
	width: 150px;
	background-color: #EEEEEE;
	position: absolute;
	top: 75px;
	left: 500px;
	border: 1px solid #CCCCCC;
	z-index: 5;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter: alpha(opacity=90);
}
#searchNav 
{
	z-index: 20;
	width: 150px;
	background-color: #EEEEEE;
	position: absolute;
	top: 75px;
	left: 573px;
	border: 1px solid #CCCCCC;
	z-index: 5;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter: alpha(opacity=90);
}
#accountNav 
{
	z-index: 20;
	width: 70px;
	background-color: #EEEEEE;
	position: absolute;
	top: 99px;
	left: 625px;
	border: 1px solid #CCCCCC;
	z-index: 5;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter: alpha(opacity=90);
}
