/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_definition3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	float: left;
	list-style-type:none; 
	margin: 0 0 0 2px; 
	padding:0; 
	width:458px;
	position: relative;
	z-index: 1;
}

#menu li {
	float:left; 
	padding:0; 
	margin:0 2px 0 0; 
	position:relative; 
	width:227px; 
	height:3em; 
	z-index:100;
}

#menu li dl {
	position:absolute; 
	top:0; 
	left:0; 
	padding-bottom:0;
}

#menu li a, #menu li a:visited {
	text-decoration:none;
	border: 0;
}

#menu li dd {
	display:none;
}

#menu li a:hover {
	border:0;
}

#menu li:hover dd, #menu li a:hover dd {
	display:block;
}
#menu li:hover dl, #menu li a:hover dl {
	padding-bottom:10px;
}
#menu table {
	border-collapse:collapse; 
	padding:0; 
	margin:-1px; 
	font-size:1em;
}

#menu dl {
	width: 227px; 
	margin: 0; 
	padding: 0; 
	background: transparent;
}

#menu dt {
	margin:0; 
	padding: 0;
}

#menu dd {
	margin:0; 
	padding:0; 
	color: #fff; 
	font-size: .95em; 
	text-align:left;
}

/* Support Top level */

#menu li.support dt {
	padding-bottom: 5px;
	background: transparent url('../imgs/graphics/supportDropArrow.gif') no-repeat 10% 100%;
}

#menu li.support dt a, #menu li.support dt a:visited {
	display:block; 
	font-size: .95em;
	color: #fff; 
	text-align:left; 
	background: rgb(99, 141, 61); 
	padding: 16px 0 6px 8px;
	border: 0;
}

#menu li.support:hover dt a, #menu li.support a:hover dt a {
	color:#fff; 
	background: rgb(99, 141, 61);
	border: 0;
}

/* Support Level 1 */

#menu li.housing dt {
	padding-bottom: 5px;
	background: transparent url('../imgs/graphics/housingDropArrow.gif') no-repeat 10% 100%;
}

#menu li.support dd a, #menu li.support dd a:visited {
	background:#ECFF9F; 
	color: rgb(99, 141, 61); 
	padding: 0.5em 8px; 
	text-decoration:none; 
	display:block; 
	text-align: left;
	border: 0; 	
}

#menu li.support dd a:hover {
	background: #E0EFA4; 
	color:rgb(99, 141, 61);
	border: 0; 
	/*border-left:1px solid rgb(99, 141, 61); 
	border-right:1px solid rgb(99, 141, 61);*/
}

/* Housing Top level */ 
#menu li.housing dt a, #menu li.housing dt a:visited {
	display:block; 
	font-size: 1em; 
	color: #fff; 
	text-align:left; 
	background: rgb(140, 32, 99); 
	padding: 15px 0 6px 8px;
	border: 0;
}

#menu li.housing:hover dt a, #menu li.housing a:hover dt a {
	color:#fff; 
	background: rgb(140, 32, 99);
	border: 0;
}

/* Housing Level 1 */

#menu dd a, #menu dd a:visited {
	background:#FFEFF9; 
	color: rgb(140, 32, 99); 
	padding: 0.5em 8px; 
	text-decoration:none; 
	display:block; 
	text-align: left;
	border: 0; 	
}

#menu dd a:hover {
	background: #FFDFF4; 
	color: rgb(140, 32, 99);
	border: 0; 
	/*border-left:1px solid rgb(99, 141, 61); 
	border-right:1px solid rgb(99, 141, 61);*/
}