#topmenu {width:900px;; height:37px; position: relative; font-family: arial; text-align: center; margin-top: 2px; margin-left: 50px;}
/* hack to correct IE5.5 faulty box model */
* html #topmenu {width:900px;; w\idth:900px;;}
/* remove all the bullets, borders and padding from the default list styling */
#topmenu ul {padding:0;margin:0;list-style-type:none;}
#topmenu ul ul {width:150px;}
	
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#topmenu li {float:left; position:relative; font-weight: bold; margin-right: 1px;}

/* style the links for the top level */




#topmenu a, #topmenu a:visited {display:block;font-size: 11px;text-decoration:none; color:#fff; width:150px;; height:37px; 
				margin: 0; padding: 0; border-left: 1px solid #202020; border-right: 1px solid #202020; line-height: 37px;}

#topmenu a:hover {background: url('images/hover.gif') repeat-x;}


/* a hack so that IE5.5 faulty box model is corrected */
* html #topmenu a, * html #topmenu a:visited {width:150px;; w\idth:150px;;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#topmenu ul ul {visibility:hidden;position:absolute;height:0;top:37px;left:10%; width:150px;border-top:0px solid #000; z-index: 230;}

/* another hack for IE5.5 */
* html #topmenu ul ul {top:37px;t\op:37px;}




/* style the table so that it takes no ppart in the layout - required for IE to work */
#topmenu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#topmenu ul ul a, #topmenu ul ul a:visited {color:#fff; height: 37px; padding: 0px; width:150px; border-width:0;
						margin-top: 0px; margin-left: 0px; line-height: 37px; font-weight: bold; font-family: verdana, arial;}
/* yet another hack for IE5.5 */
* html #topmenu ul ul a, * html #topmenu ul ul a:visited {width:150px;w\idth:150px;}


/* make the second level visible when hover on first level list OR link */
#topmenu ul li:hover ul,
#topmenu ul a:hover ul{visibility:visible; }



#topmenu ul :hover ul ul{visibility:hidden;}
#topmenu ul :hover ul :hover ul{ visibility:visible;}


#topmenu ul.white {background: #34004A url('images/dropdown.jpg') no-repeat; height: auto; padding-bottom: 2px;
border-left: 1px solid #000517; border-right: 0px solid #000517; border-bottom: 1px solid #000517; padding-top: 10px;}


#topmenu ul ul a:hover {background: #888; color: #000; text-decoration: none; line-height: 37px;
				opacity:0.5; filter:alpha(opacity=50); font-weight: bold; font-family: verdana, arial;}







#topmenu a.home, #topmenu a.home:visited {display:block;font-size: 11px;text-decoration:none; color:#fff; width:72px;; height:37px; overflow: hidden; 
				margin: 0; padding: 0; border-left: 1px solid #202020; border-right: 1px solid #202020; line-height: 39px;}

#topmenu a.about, #topmenu a.about:visited {display:block;font-size: 11px;text-decoration:none; color:#fff; width:78px;; height:37px; overflow: hidden; 
				margin: 0; padding: 0; border-left: 1px solid #202020; border-right: 1px solid #202020; line-height: 39px;}

#topmenu a.artist, #topmenu a.artist:visited {display:block;font-size: 11px;text-decoration:none; color:#fff; width:95px;; height:37px; 
				margin: 0; padding: 0; border-left: 1px solid #202020; border-right: 1px solid #202020; line-height: 39px;}

#topmenu a.medium, #topmenu a.medium:visited {display:block;font-size: 11px;text-decoration:none; color:#fff; width:105px;; height:37px;
				margin: 0; padding: 0; border-left: 1px solid #202020; border-right: 1px solid #202020; line-height: 39px;}

#topmenu a.contact, #topmenu a.contact:visited {display:block;font-size: 11px;text-decoration:none; color:#fff; width:80px;; height:37px; overflow: hidden; 
				margin: 0; padding: 0; border-left: 1px solid #202020; border-right: 1px solid #202020; line-height: 39px;}




