@CHARSET "ISO-8859-1";

/* ================================================================
 *  Civic Theatre West Website Style-Sheet
 *
 * menu.css 
 *     for the menu
 * ================================================================
 */


div.subMenu{
	display: none;
	border-style: solid;
	border-width: 4px;
	border-color: #d09e0e #937009 #937009 #d09e0e
}

div.subItem{
	background-color: #102f25;
	margin: 0;
	padding-left: .5em;
	padding-right: .5em;
	border-style: solid;
	border-width: 4px;
	border-color: #1f6047 black black #1f6047;
	color: white;
}
div.subItem a, div.subItem a:visited{
	text-decoration: none;
	color: white;
}
div.subItem a:active, div.subItem a:hover{
	color: #bf910c;
}



a div.subItem, a:visited div.subItem {
	text-decoration: none;
	color: white;
}
a:active div.subItem, a:hover div.subItem {
	color: #bf910c;
}

