@charset "UTF-8";
/* code with # are specific to IE browsers */

.menu {
	font-family: helvetica, arial, sans-serif;
	width:195px;
	height:150px;
	position:relative;
	margin:0;
	font-size:18px;
}

/* the menu without hover */
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#02458d;
	width:195px;
	#width:195px;
	height:20px;
	text-align:left;
	line-height:19px;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #787878;
	padding-left: 5px;
	background-color: #F1EEEC;
	font-weight: bold;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

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

.menu ul li ul {
	display: none;
}

/* main menu hover link */
.menu ul li:hover a {
	color:#f15d2a;
	background:#FAF9F9;
	text-align:left;
	text-decoration:underline;
}

.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:195px;
	width:105px;
	padding-left:10px;
}

/* ????  */
.menu ul li:hover ul li a.hide {
	background:#DE16ED;
	color:#000;
}

.menu ul li:hover ul li:hover a.hide {
	width:195px;
}

.menu ul li:hover ul li ul {
	display: none;
}

/* this is the fill=in color for the pop-up, not the hover part */
.menu ul li:hover ul li a {
	display:block;
	background:#F1EEEC;
	text-decoration:none;
	color:#02458d;
	width:275px;
	#width:275px;
	border: 1px solid #787878;
}



/* this is the fill=in color for the hover part of the pop-up */
.menu ul li:hover ul li a:hover {
	background:#FAF9F9;
	color:#f15d2a;
	text-decoration:underline;
}

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

.menu ul li:hover ul li:hover ul li a {
display:block; 
width:275px; 
background:#dfc184; 
color:#333333;
}

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