/* Vertical Menu */
.VertListMenu { 
list-style-type: none;
margin: 0 0;
padding: 0 0;
width: 132px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px black none; 
color: #990000; 
font-weight: bold; 
text-decoration: none; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; 
vertical-align: top; 
z-index: 98; 
clip:  rect(   ); 
list-style-image: none;
} 

.VertListMenu li{
list-style-type: none;
list-style-image: none;
position: relative;
font-weight: bold;
color: #990000;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 12px;
z-index: 98;
}

.VertListMenu li a{
list-style-type: none;
list-style-image: none;
font: bold 12px Arial, Helvetica, sans-serif;
color: #990000;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
z-index: 98;
}
.VertListMenu li a:visited{
	list-style-type: none;
	list-style-image: none;
	color: #990000;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	font-size: 12px;
	z-index: 98;
}

.VertListMenu li a:hover{
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	color: #CC6600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	z-index: 98;
}

.VertListMenu li a:active 
{
	list-style-type: none;
	list-style-image: none;
	color: #990000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	z-index: 98;
}

.VertListMenu li ul{ /*SUB MENU STYLE*/
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;
width: 115px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px black solid;
position: absolute;
width: 120px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
filter:alpha(opacity=100);
 color: #990000;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none:1;
z-index: 98;
}

.VertListMenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(/pages/Graphics/Backgrounds/menuarrow.gif) no-repeat right center;
font-weight: bold;
text-decoration: none;
z-index: 98;
}

/* Holly Hack for IE \*/
* html .VertListMenu li { float: left; height: 1%; }
* html .VertListMenu li a { height: 1%; }
/* End */
 
 /* Horizontal DropDown Menu */
 .HorListMenu ul{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
font-weight: bold; 
color: #F0F0F0; 
text-decoration: none;
background-color: #005A97;
z-index: 99; 
clip:  rect(   )
}

/*Top level list items*/
.HorListMenu ul li{
position: relative;
display: inline;
float: none;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #F0F0F0; 
text-decoration: none;
background-color: #005A97;
z-index: 99;
width: 120px; /*Width of top level menu link items*/
}
.HorListMenu ul li a:link{
display: block;
padding: 4px 10px;
border: solid;
background-color: #005A97;
background-repeat: repeat-x;
background-position: left bottom;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #F0F0F0; 
text-decoration: none;
text-align: center; 
border-width: 0px 1px 0px 0; 
background-image: url(/pages/Graphics/Backgrounds/Vert_Grey_To_Blue_8x32.jpg);
z-index: 99
; border-color: #202020 #33FFCC #202020 #202020
}

.HorListMenu .arrowdiv{
right: 0;
background-image: url(/pages/Graphics/Backgrounds/menuarrow.gif); 
background-color: #FF0000; 
background-position: right top;
z-index: 99
}
	
/*Sub level menu*/
.HorListMenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #F0F0F0; 
text-decoration: none;
background-color: #005A97;
z-index: 99
}

/*Sub level menu list items*/
.HorListMenu ul li ul li{
display: inline;
float: none;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #F0F0F0; 
text-decoration: none;
background-color: #005A97;
z-index: 99
}
.HorListMenu ul li ul li a:link{
width: 160px; /*width of sub menu levels*/
font-weight: bold;
padding: 8px 10px;
background-color: #005A97;
background-image: url(/pages/Graphics/Backgrounds/Vert_Grey_To_Blue_8x32.jpg);
background-repeat: repeat-x;
background-position: left bottom;
border-width: 0 1px 1px 1px;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #F0F0F0; 
text-decoration: none;
text-align: left;
z-index: 99
}

.HorListMenu ul li a:visited{
background-color: #005A97;
background-image: url(/pages/Graphics/Backgrounds/Vert_Grey_To_Blue_8x32.jpg);
background-repeat: repeat-x;
background-position: left bottom;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #F0F0F0; 
text-decoration: none;
z-index: 99
}
.HorListMenu ul li a:hover{
background-color: #C35F32;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #F0F0F0; 
text-decoration: none;
z-index: 99
}

.HorListMenu ul li ul li a:visited{
background-color: #005A97;
background-image: url(/pages/Graphics/Backgrounds/Vert_Grey_To_Blue_8x32.jpg);
background-repeat: repeat-x;
background-position: left bottom;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #F0F0F0; 
text-decoration: none;
z-index: 99
}

.HorListMenu ul li ul li a:hover{
background-color: #C35F32;
background-image: none;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #F0F0F0; 
text-decoration: none;
z-index: 99
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .HorListMenu ul li { float: left; height: 1%; }
* html .HorListMenu ul li a { height: 1%; }
/* End */

/*Top level menu link items style*/
.HorListMenu ul li a { 
display: block;
padding: 4px 10px;
border: solid;
background-color: #005A97;
background-repeat: repeat-x;
background-position: left bottom;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: F0F0F0; 
text-decoration: none;
text-align: center; 
border-width: 0px 1px 0px 0; 
background-image: url(/pages/Graphics/Backgrounds/Vert_Grey_To_Blue_8x32.jpg);
z-index: 99
; border-color: #202020 #33FFFF #202020 #202020
 } 

/* Sub level menu links style */
.HorListMenu ul li ul li a { 
width: 160px; /*width of sub menu levels*/
font-weight: bold;
padding: 8px 10px;
background-color: #005A97;
background-image: url(/pages/Graphics/Backgrounds/Vert_Grey_To_Blue_8x32.jpg);
background-repeat: repeat-x;
background-position: left bottom;
border-width: 0 1px 1px 1px;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #F0F0F0; 
text-decoration: none;
text-align: left;
z-index: 99
 } 

.VertListMenu li a:link { 
	color: #990000;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	font-size: 12px;
	z-index: 98;
; list-style-image: none; list-style-type: none
 } 