#menuhead {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #660066;
	background-color:#FFFFFF;
	border:thin;
	text-indent: 10;
	line-height: 20px;
	border-bottom:#000000;
}
.menufloat {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none; 
}
a.menufloat {
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 25px;
}
a:hover.menufloat {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 25px;
}
.listsearch {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.listsearch {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #004080;
	line-height: 25px;
}
a:hover.listsearch {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0066;
	line-height: 25px;
}
#visual-portal-wrapper {
	width: 1108px;
	float:inherit;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }

/* This code controls the shide function on the artist.php page*/
.more {
	display: none;
	border-top: 1px solid #CC0066;
	border-bottom: 1px solid #CC0066; }
a.showLink, a.hideLink {
	color: #CC0066;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 8px;
	background: transparent url('down.gif') no-repeat left; }
a.hideLink {
	background: transparent url('up.gif') no-repeat left; }
a.showLink:hover, a.hideLink:hover {
    color: #CC0066;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px dotted #CC0066; }

a.showaLink, a.hideaLink {
	color: #CC0066;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 8px;
	float:right;
	background: transparent url('down.gif') no-repeat left; }
a.hideaLink {
	background: transparent url('up.gif') no-repeat left; }
a.showaLink:hover, a.hideaLink:hover {
    color: #CC0066;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:right;
	border-bottom: 1px dotted #CC0066; }

/* SIDE MENU */
#navcontainer {
width: 210px;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color:#000033;
/*text-transform: lowercase;*/
background-color:#666666; 
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 1em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #000033;
text-decoration: none;
background: #ffffff;
}

#navcontainer>ul#navlist li a { width: 230px; }

ul#navlist li#active a
{
background: #0099FF;
color: #ffffff;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #ffffff;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
	

