li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.cssfly {
	font-family: arial, sans-serif;
	width: 190px;
	height:175px;
	position:relative;
	font-size:11px;

}
/*if width is not specified, the items become inline and not blocked*/


.cssfly ul li a, .menu ul li a:visited {
	display:block;
	width:160px;
	height:16px;
	text-align:left;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	background: #C8A43A;
	color:#FFFFFF;
	line-height:16px;
	font-size:11px;
	text-indent: 10px;
	text-decoration: none;
}

.cssfly ul {
padding:0; 
margin:0;
list-style-type: none; 
}
/*if this tag is removed, the list is bulleted*/

.cssfly ul li {
float:left; 
margin-right:1px; 
position:relative;
}

.cssfly ul li ul {
display: none;
}


.cssfly ul li:hover a {
	color:#ffffff;
	background-color: #041C40;
}
/*controls the rollover affect of the first level of list items*/

.cssfly ul li:hover ul {
display:block; 
position:absolute; 
top:0;
left:161px; 
width:200px;
}

.cssfly ul li:hover ul li a.hide {
background:#ffffff; color:#041C40;
}
/*not sure what this affects*/


.cssfly ul li:hover ul li:hover a.hide {width:200px;}

.cssfly ul li:hover ul li ul {
display: block;
}

.cssfly ul li:hover ul li a {
	display:block;
	background:#ffffff;
	color:#041C40;
	width:235px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #041C40;
	border-right-color: #041C40;
	border-bottom-color: #041C40;
	border-left-color: #041C40;
}
/*controls the second level of list items*/


.cssfly ul li:hover ul li a:hover {
background:#ffffff; 
color:#851516;
}

.cssfly ul li:hover ul li:hover ul {
display:block; 
position:absolute; 
left:151px; 
top:0; 
color:#000;
}

.cssfly ul li:hover ul li:hover ul li a {
display:block; 
width:200px; 
background:#dfc184; 
color:#000;
}

.cssfly ul li:hover ul li:hover ul li a:hover {
background:#bd8d5e;
color:#fff;
}

