@charset "utf-8";
/* CSS Document */

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* 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 */
#topnav ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 320px;
	margin-left:125px;
	margin-top:14px;
	float:left;
}
/* 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 */
#topnav ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
#topnav ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	white-space: nowrap;
	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) this is the width of submenu section */
#topnav ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	display:block;

	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
#topnav ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
#topnav ul.MenuBarHorizontal ul li
{

	float: none; 
	
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
#topnav 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 */
#topnav ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
		
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
#topnav ul.MenuBarHorizontal ul
{
	border: none;
	vertical-align:middle;
	

}
/* Menu items are a white block with padding and no text decoration */
#topnav ul.MenuBarHorizontal a
{
	display: block;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	cursor: pointer;
	background-color: #ffffff;
	padding: 1px 8px 1px 8px;
	color: #124370;
	text-decoration: none;
	text-align: left;
	font-weight:normal;
}

/* Menu items without link are a white block with padding and no text decoration */
#topnav ul.MenuBarHorizontal b
{
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
    font-weight:normal;
	cursor:pointer; 
	background-color: #ffffff;
	padding: 1px 8px 1px 8px;
	color: #124370;
	text-decoration: none;
	text-align: left;

}


/* Menu items that have mouse over or focus have text underline and white text */
#topnav ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	text-decoration: underline;
	color: #124370;
	
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a text underline and white text */
#topnav ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	text-decoration:underline;
	
		
}

/*******************************************************************************

 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%) */
#topnav ul.MenuBarHorizontal a.MenuBarItemSubmenu
{}
/* 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%) for submenu items with a right arrow */
#topnav ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{}
/* 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%) */
#topnav ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{}
/* 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%) */
#topnav ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{}
/*mynew for submenus*/
#topnav ul.MenuBarHorizontal li ul li a
{
	background-color:#ffffff; 
	color:#333333;
	font-weight:normal;
	display:block;
}

/*mynew for sub submenus*/
#topnav ul.MenuBarHorizontal li ul 
{
	border:1px solid #cccccc; 
	border-right:2px solid #cccccc; 
	border-bottom:2px solid #cccccc; 
	display:block;
}

#topnav ul.MenuBarHorizontal li ul li a:hover
{
color:#555555;
}

#topnav ul.MenuBarHorizontal li ul li a.MenuBarItemSubmenuHover
{
color:#555555; /*for when cursor moves to the sub submenu */
}

#topnav ul.MenuBarHorizontal li ul li ul li a:hover
{
color:#555555;
}


/*******************************************************************************

 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 */
#topnav ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
#topnav 	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/*-----------------------------------------------*/


/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
#mainnav{width:900px; margin-top:2px; margin-bottom:2px;width:100%;margin-left:auto;margin-right:auto;height:29px;background-image:url(../images/mainnav-bg.jpg);background-repeat:repeat-x; background-position:top left; } 
 

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
#mainnav ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
		
}
/* 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 */
#mainnav ul.MenuBarActive
{
	z-index: 1050;
}
/* Menu item containers, position children relative to this container and are a fixed width */
#mainnav ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	white-space:nowrap;
	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) */
#mainnav ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1070;
	cursor: default;
	position: absolute;
	left: -1000em;
	border:none;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
#mainnav ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
#mainnav ul.MenuBarHorizontal ul li
{
	
	float:none;
	background-color:transparent;
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
#mainnav 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 */
#mainnav ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
		
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
#mainnav ul.MenuBarHorizontal ul
{
	border:none;
	vertical-align:middle;
	
	

}
/* Menu items are a  dk blue block with padding and no text decoration */
#mainnav ul.MenuBarHorizontal a
{
	display: block;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:25px;
	cursor: pointer;
	text-transform:uppercase;
	color: #ffffff;
	text-decoration: none;
	text-align:left;
	
}

/* Menu items without link are a  dk blue block with padding and no text decoration */
#mainnav ul.MenuBarHorizontal b
{
	display: block;
	font-family:tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:25px;
    font-weight:normal;
	padding: 2px 12px 2px 12px;
	color: #ffffff;
	text-transform:uppercase;
	text-decoration: none;
	text-align:left;
	border-right:1px dotted #ffffff;
	background-image:url(../images/mainnav-bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;

}

/* Menu items that have mouse over or focus have text underline and white text #FFF*/
#mainnav ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	text-decoration: underline;
	color: #cccccc;
	
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a text underline and white text #FFF*/
#mainnav ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	text-decoration:underline;
	color: #cccccc; /*testing for visible*/
		
}

/*******************************************************************************

 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%) - for all right arrows */
#mainnav ul.MenuBarHorizontal a.MenuBarItemSubmenu
{}
/* 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%) for submenu items with right arrow*/
#mainnav ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{}
/* 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%) */
#mainnav ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{}
/* 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%) */
#mainnav ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{}
/*mynew for submenus*/
#mainnav ul.MenuBarHorizontal li ul li a
{
	background-color:#ffffff;
	background-image:none; 
color:#02418e;
display:block;
padding:0px;
padding-left:6px;

}

/*mynew for sub submenus*/
#mainnav ul.MenuBarHorizontal li ul 
{
	border:2px solid #dddddd; 
	display:block;
}

#mainnav ul.MenuBarHorizontal li ul li a:hover
{}

#mainnav ul.MenuBarHorizontal li ul li a.MenuBarItemSubmenuHover
{}



#mainnav ul.MenuBarHorizontal li ul li ul li a:hover
{}

.allied {width:175px; border:none;}
.healthc {width:155px; border:none;}
/*******************************************************************************

 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 */
#mainnav ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1060;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
#mainnav	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}




