@charset "utf-8";
/* CSS Document */

.verticalpagemenu{
text-align:left;
margin: 5px 0;
padding: 0;
width: 201px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.verticalpagemenu a.menuitem{
	background: url(../menuincludes/orange.gif);
	background-repeat:no-repeat;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 12px;
}


.verticalpagemenu a.menuitem:visited, .verticalpagemenu .menuitem:active{
color: #FFF;
}



.verticalpagemenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 10px;
right: 12px;
border: none;
}

.verticalpagemenu a.menuitem:hover{
color: #FFF;
background-image: url(../menuincludes/burnt.gif);
}

.verticalpagemenu div.submenu{ /*DIV that contains each sub menu*/

background: white;
}

.verticalpagemenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.verticalpagemenu div.submenu ul li{

border-bottom: 0px solid blue;
}

.verticalpagemenu div.submenu ul li a{
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
}

.verticalpagemenu div.submenu ul li a:hover{
;

color: #934018;
}


.horizontalpagemenu{
width:100%;
background-image:url(../images/siteimages/menuimg/newmenuh/hmbg.jpg);
background-position:bottom;
height:31px;
background-repeat:repeat-x;
margin: 5px 0;
padding: 0;
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{	
	margin: 0;
	 
	
	
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	float:right;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 148px; /* set this the same as your menu background image */
	float: left;
	
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 148px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 148px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px solid #CCC;
	
}
.flapps {background-color:#000099;
background-image:url(../images/siteimages/menuimg/newmenuh/SpryMenuBarRight.gif);}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a

{
	background-image:url(../images/siteimages/menuimg/newmenuh/hbutoff.jpg);
	border-right:solid #000000 0px;
	display: block;
	cursor: pointer;
	background-color:#CCCCCC;
	color: #333;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0.75em;
	padding-bottom: 6px;
	padding-left: 0.75em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus

{	
	
	background-image:url(../images/siteimages/menuimg/newmenuh/hbuton.jpg);
	background-color:#0066FF;
	color: #000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{	
	
	
	color: #000;
}

/*  ******************************************************************************************************************
    CHANGING COLOR ON SUB MENUS  - WE NEED TO CREATE DESCENDANT SELECTORS AND 
	 APPLY THE CLASS TO THE TOP LEVEL LI THAT TRIGGERS THE SUBMENU/FLYOUT
 *******************************************************************************************************************   */

#MenuBar1 .flyout a {
background-image: url(../images/siteimages/menuimg/newmenuh/downhbutoff.jpg);
 background-color: #732121;
 padding-top: 10px;
	padding-right: 0.75em;
	padding-bottom: 6px;
	padding-left: 0.75em;
}
#MenuBar1 .flyout ul a {
	background-image: url(../images/siteimages/menuimg/newmenuh/blank.jpg);
	background-color: #DE9191;
	padding-right: 0.75em;
	padding-left: 0.75em;
	padding-top: 0.1px;
	padding-bottom: 0.1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

#MenuBar1 .flyout a:hover {
background-image:url(../images/siteimages/menuimg/newmenuh/downhbuton.jpg);
 background-color:#666666;  /*background color set as the same as the bg color on the main menu item */
padding-top: 10px;
	padding-right: 0.75em;
	padding-bottom: 6px;
	padding-left: 0.75em;
	
	
}
#MenuBar1 .flyout ul a:hover {/* color of the hover on the submenu / flyout */
	background-image: url(../images/siteimages/menuimg/newmenuh/blankgrey.jpg);
	background-color: #FFFFFF;
	padding-right: 0.75em;
	padding-left: 0.75em;
	padding-top: 0.1px;
	padding-bottom: 0.1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}




/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	
	background-image:url(../images/siteimages/menuimg/newmenuh/downhbutoff.jpg);
	background-repeat: no-repeat;
	
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image:url(../images/siteimages/menuimg/newmenuh/downhbuton.jpg);
	background-repeat: no-repeat;
	
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{	
	background-image:url(../images/siteimages/menuimg/newmenuh/downhbuton.jpg);
	background-repeat: no-repeat;
	
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image:url(../images/siteimages/menuimg/newmenuh/downhbuton.jpg);
	background-repeat: no-repeat;
	
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

#pmenu {
	background-color:#ccc;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
  }
#pmenu li {
  list-style-type:none;
  
  height: 20px;
  
  padding-left:8px;
  padding-top:3px;
  font:Arial, Helvetica, sans-serif;
  font-size:12px;
  }
  
#pmenu li a {text-decoration: none;
	color:#000;}
#pmenu li a:visited {text-decoration: none;
	color:#000;}
#pmenu li a:selected {text-decoration: none;
	color:#F00;}	
#pmenu li a:hover {text-decoration: none;
	color:#00F;}	
