.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; 
position:relative; 
font-size:12px;
font-weight: bold;
z-index:100;
}
.menu ul {
width: 816px;
padding:0; 
margin: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; 
background-color: #fa800e; 
border:1px solid #f2ebd9; 
border-width:1px 1px 1px 0;  
padding-left:5px; 
padding-right: 5px;
line-height:2em;
}
* html .menu ul li a, .menu ul li a:visited {
width:auto;
w\idth:auto;
}
.menu ul li ul {
display: none;
}


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

.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:3em;
margin-top:1px;
left:0; 
width:150px;
}
* html .menu ul li a:hover 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; 
background:#f2ebd9; 
color:#000; 
height:auto; 
line-height:1.2em; 
padding:5px 10px; 
width:129px
}
* html .menu ul li a:hover ul li a {
width:150px;
w\idth:129px;
}

.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
background:#c9c9a7 url(drop.gif) bottom right no-repeat;
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#c9c9a7; 
color:#000;
}

.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:150px;
}

.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;
 	}
 	
 
	
 	/* 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;
 	}
