/* 
Museum of London - MOL site NAVIGATION ONLY
this contains ONLY the styles relevant to navigation,
and has been modified so that it only affects the nav rather than other parts of legacy pages
Also tweaked to work better floating on various backgrounds - border surrounds all elements
*/

#archivemenucontainer
{
	width:99%;
	background:white;
	padding:5px 0 5px 5px;
}


.archivemenu
{
	font: small/1.3 Arial, Verdana, Helvetica, sans-serif;	
	clear: right;
	border: 1px solid #CECACE;
/*	float: left;*/
	height: 25px;
	margin:0 0 0 0;
	padding:0 0 0 0;
/*	width: 100%;*/
}

.archivemenu a, .archivemenu p
{
	font: small/1.3 Arial, Verdana, Helvetica, sans-serif;	
	color: #676767;
/*	display: block;
	float: left;*/
	padding: 4px 5px 0px 5px;
}

.archivemenu a.active
{
	font: small/1.3 Arial, Verdana, Helvetica, sans-serif;	
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}

#archivemenulogo
{
	margin:0 0 0 -5px;
	padding:0 0 0 0;
}

