/* CSS Document */

/*HOME PAGE NAV STYLES*/

#homenav_box{
width:190px;
}

#homenav, #homenav ul{
	padding:0;
	margin:0;
	list-style-type: none;
	width: 190px;
z-index:10;
}

#homenav a.wide{
width:400px;}

#homenav a.arrow{
	width: 190px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
}

#homenav a.arrow:hover{
	background-image: url(images/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#homenav li {  /* all lists*/
	position: relative;
	float: left;	
	margin-bottom : -1px;

}

#homenav a {
	display: block;
	width: 190px;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color:#000000;
	text-decoration:none;
	vertical-align: text-bottom;
z-index:10;
	}
	
#homenav a:hover{
color:#ffffff;
text-decoration:none;
z-index:10;
}


#homenav li ul { /* second-level lists */
	position: absolute;
	width:155px;
	height:75px;
	padding-top: 5px;
	margin:0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style:none;
	background-color:#999999;
	font-family: Times New Roman,TImes, Serif;
	font-size: .80em;
	line-height: 1em;
	color:#000000;
	text-decoration:none;
z-index:20;
}



 

#homenav li ul li.top { } 

.col1{ top: .50em; margin-left: .70em; line-height:11px;
z-index:20;
}

.col2 { top: .5em; margin-left: -2em; line-height:11px;
z-index:20;
}

.col3 { top: -18.75em; margin-left: 30.5em;line-height:11px;
z-index:20;
}

.col4 { top: -33.6em; margin-left: 43em;line-height:11px;
z-index:20;
}




#homenav li ul ul{ /* third-level lists */
	position: absolute;
	width:200px;
height:auto;
	padding-top:5px;
padding-left:5px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style:none;
	background-color:#999999;
	font-family: Times New Roman,TImes, Serif;
	font-size: 13px;
	color:#000000;
	text-decoration:none;
z-index:20;
}

li ul ul.available{

height:50px;
}
.col1{ top: .50em; margin-left: .70em; line-height:11px;}




#homenav li ul.artist_top{top:-1px;}

#homenav li ul.exhib_top{
top:5px;
height: 75px;
Width:150px;}

#homenav li ul li ul{


}

#homenav li ul a{ /*second level links*/
padding-bottom: 8px;
padding-left:5px;
font-family: Times New Roman,Times, Serif;
	font-size: 13px;
	color:#000000;
	text-decoration:none;
}

#homenav li ul ul a{/*third level links*/
	display:inline;
	width:auto;
height:auto;
padding-top:5px;
padding-left:5px;
	padding-right:0px;
	padding-bottom: 10px;
	line-height:0px;
	font-family: Times New Roman,Times, Serif;
	font-size: 11px;
	color:#000000;
	text-decoration:none;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -100em 100 100 100em;
}




#homenav li:hover ul,  #homenav li.sfhover ul { /* lists nested under hovered list items */
	left: 190px;
	
}


#homenav li:hover ul ul, #homenav li:hover ul ul ul, #homenav li.sfhover ul ul, #homenav li.sfhover ul ul ul {/*hide 3rd level*/
	
	left: -999em;
	}


 #homenav li li:hover ul, #homenav li li li:hover ul, #homenav li li.sfhover ul, #homenav li li li.sfhover ul { /* lists nested under hovered list items */
		top:-5px;
		left: 124px;	
width:230px;

	font-family: Times New Roman,Times, Serif;
	font-size: 13px;
line-height: 20px;
padding-top:6px;
padding-bottom:30px;
	color:#000000;
	text-decoration:none;
background-color:#999999;

	}

 #homenav li li:hover ul a, #homenav li li li:hover ul a, #homenav li li.sfhover ul a, #homenav li li li.sfhover ul a { /* lists nested under hovered list items */
		top:0px;
		left: -5px;		
	width:230px;
	line-height: 2px;
	font-family: Times New Roman,Times, Serif;
	font-size: 13px;

	color:#000000;

background-color: #999999;
	text-decoration:none;

	}

 #homenav li li:hover ul a:hover, #homenav li li li:hover ul a:hover, #homenav li li.sfhover ul a:hover, #homenav li li li.sfhover ul a:hover { /* lists nested under hovered list items */
		top:0px;
		left: -5px;	
	width:230px;
	line-height: 2px;
	font-family: Times New Roman,Times, Serif;
	font-size: 13px;
	color:#FFFFFF;
margin-bottom:40px;
background-color: #999999;
	text-decoration:none;

	}