* 									{ margin: 0; padding: 0; }
/*#page-wrap							{ width: 800px; margin: 25px auto; } */
a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   { margin: 15px 0; }


/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; z-index: 1; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; }
ul.dropdown a:hover		            	{ color: #ffffff; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 10px; border-right: 2px solid #ffffff;
	 								  color: #ffffff; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #8f8e7e; color:#ffffff; position: relative; }
ul.dropdown li.hover a              { color:#ffffff; }


/*
MENU COLOURS
*/
/*
.menu-home a {
	width: 58px;
}
.menu-about a {
	width: 58px;
}
ul.dropdown li.menu-about-art a {
	width: 80px;
}
.menu-contact a {
	width: 69px;
}
ul.dropdown li.menu-current-studio-artists a {
	width: 155px;
}
.menu-gallery a {
	width: 67px;
}
.menu-outreach a {
	width: 79px;
}
.menu-funding a {
	width: 73px;
}
.menu-residencies a {
	width: 97px;
}
.menu-triangle-arts-network a {
	width: 158px;
}*/
.menu-newsletter, .menu-newsletter a {
	width: 68px;
	border-right: 2px solid red;
}



.menu-home, .menu-home a, .menu-home a:hover {
	background: #dda434;
}
.menu-about, .menu-about a, .menu-about a:hover {
	background: #ffdf00;
}
.menu-about-art, .menu-about-art a, .menu-about-art a:hover {
	background: #e6c700;
}
.menu-contact a, .menu-contact a:hover {
	background: #97964e;
}
.menu-current-studio-artists a, .menu-current-studio-artists a:hover {
	background: #8397a6;
}
.menu-gallery a, .menu-gallery a:hover {
	background: #8f8e7e;
}
.menu-outreach a, .menu-outreach a:hover {
	background: #554a3e;
}
.menu-funding a, .menu-funding a:hover {
	background: #9fb5a1;
}
.menu-residencies a, .menu-residencies a:hover {
	background: #a0b5b6;
}
.menu-triangle-arts-network a, .menu-triangle-arts-network a:hover {
	background: #b5b49f;
}
.menu-newsletter a, .menu-newsletter a:hover {
	background: #bb7f0f;
}
/*
make the background clear so the grey shows through
*/
.menu-about ul li a, .menu-about ul li a:hover {
	background: none;
}
.menu-about-art ul li a, .menu-about-art ul li a:hover {
	background: none;
}
.menu-about-art ul li a, .menu-about-art ul li a:hover {
	background: none;
}
.menu-contact ul li a, .menu-contact ul li a:hover {
	background: none;
}
.menu-current-studio-artists ul li a, .menu-current-studio-artists ul li a:hover {
	background: none;
}
.menu-gallery ul li a, .menu-gallery ul li a:hover {
	background: none;
}
.menu-outreach ul li a, .menu-outreach ul li a:hover {
	background: none;
}
.menu-funding ul li a, .menu-funding ul li a:hover {
	background: none;
}
.menu-residencies ul li a, .menu-residencies ul li a:hover {
	background: none;
}
.menu-triangle-arts-network ul li a, .menu-triangle-arts-network ul li a:hover {
	background: none;
}
.menu-newsletter ul li a, .menu-newsletter ul li a:hover {
	background: none;
}











/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 180px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #b5b49f; color: #ffffff; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; font-size:11px; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

