.active { color: #00006c; font-family: arial, helvetica, sans-serif; line-height: 2em; background-color: #f2ebd9; }

.active li { background-color: #f2ebd9; }

.active li a { background-color: #f2ebd9; }
.active a { color: #00006c; background-color: #f2ebd9; padding-right: 5px; padding-left: 5px; }
.active span { color: #00006c; background-color: #f2ebd9; padding-right: 5px; padding-left: 5px; }
/* topmenu */
 /* common styling */
.menu { font-family: arial, helvetica, sans-serif; font-size:12px; font-weight: bold; position:relative; font-size:12px; z-index:100; }
.menu ul { width: 816px; margin: 0; padding: 0; list-style-type: none; }
.menu ul li {
float:left;
position:relative; width:auto; height:auto; 
}
.menu ul li a, .menu ul li a:visited { display:block; text-decoration:none; color:#00006c; border-width:1px 1px 1px 0; padding-left:5px; line-height:2em; background-color: #fa800e; padding-right: 5px; border-color: #f2ebd9; border-style: solid; }
* html .menu ul li a, .menu ul li a:visited {
}
.menu ul li ul {
display: none;
}
table { line-height: 2em; margin:-1px; border-collapse:collapse; position: absolute; }

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover, .menu ul li:active a,
.menu ul li a:active  { color:#00006c; background:#f2ebd9; }

.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:2em;
margin-top:1px;
left:0; 
}
* html .menu ul li a:hover ul, .menu ul li a:active ul {
margin-top:0;
marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a { display:block; color:#00006c; height:auto; line-height:16px; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding:5px; }
* html .menu ul li a:hover ul li a {
width:auto;
w\idth:auto;
}

.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop { background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; }

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover { color:#00006c; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
left:150px; 
top:0;
width:100px;
}

.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
left:-150px;
}

/*side menu*/

.menu2 { position:relative; z-index:1000; font-size:11px; font-family: arial, helvetica, sans-serif; font-weight: bold; }
 	
 	/* remove all the bullets, borders and padding from the default list styling */
 	.menu2 ul {
 	padding:0;
 	margin:0;
 	list-style-type:none;
 	width:150px;
 	}
 	/* hack for IE5.5 */
 	* html .menu2 ul {margin-left:-16px; ma\rgin-left:0;}
 	/* position relative so that you can position the sub levels */
 	.menu2 li {
 	position:relative;
 	}
 	
 	/* get rid of the table */
 	table {position:absolute; top:0; left:0; z-index:100; font-size:1em;}
 	
 	/* style the links */
 	.menu2 a, .menu2 a:visited { display:block; text-decoration:none; height:25px; line-height:25px; width:149px; color:#00006c; background:#fd9409; text-indent:5px; border-color: #fff; border-style: solid; border-width:0 1px 1px 0; }
 	/* hack for IE5.5 */
 	* html .menu2 a, * html .menu2 a:visited {width:150px; w\idth:149px;}
 	/* style the link hover */
 	.menu2 a:hover{
 	color:#00006c; 
 	background:#f2ebd9;
 	}
 	
 	/* hide the sub levels and give them a positon absolute so that they take up no room */
 	.menu2 ul ul {
 	visibility:hidden;
 	position:absolute;
 	top:0;
 	left:150px; 
 	}
 	/* make the second level visible when hover on first level list OR link */
 	.menu2 ul :hover ul{
 	visibility:visible;
 	}
 	/* keep the third level hidden when you hover on first level list OR link */
 	.menu2 ul :hover ul ul{
 	visibility:hidden;
 	}
 	/* keep the fourth level hidden when you hover on second level list OR link */
 	.menu2 ul :hover ul :hover ul ul{
 	visibility:hidden;
 	}
 	/* make the third level visible when you hover over second level list OR link */
 	.menu2 ul :hover ul :hover ul{ 
 	visibility:visible;
 	}
 	/* make the fourth level visible when you hover over third level list OR link */
 	.menu2 ul :hover ul :hover ul :hover ul { 
 	visibility:visible;
 	}
