@charset "UTF-8";

/* 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

 *******************************************************************************/
/* Main Navigation Buttons */
.Navbar, #nav_box {height: 31px ;} /* the height of the navigation bar */

/* #li_menuitemX (where X is the menu item number) can specify width and size of each menu item box */

#li_menuitem1 { width: 67px; }
#li_menuitem2 { width: 91px; }
#li_menuitem3 { width: 82px; }
#li_menuitem4 { width: 116px; }
#li_menuitem5 { width: 84px; }
#li_menuitem6 { width: 96px; }

/* The following CSS is used to add backgrounds, background images, or other effects to the main navigation buttons when they are hovered over */

#nav_box #li_menuitem1 a:hover { background:url(/images/navigation/Home-h.jpg);  }
#nav_box #li_menuitem2 a:hover { background:url(/Images/Navigation/Products-h.jpg); }
#nav_box #li_menuitem3 a:hover { background:url(/Images/Navigation/Service-h.jpg); }
#nav_box #li_menuitem4 a:hover { background:url(/Images/Navigation/WebDesign-h.jpg); }
#nav_box #li_menuitem5 a:hover { background:url(/Images/Navigation/Support-h.jpg); }
#nav_box #li_menuitem6 a:hover { background:url(/Images/Navigation/AboutUs-h.jpg); }


#nav_box span { display:none; } /* this hides or displays the navigation bar text */

/* The outermost container of the Menu Bar, an auto width box with no margin or padding - To move this bar around, use #nav_box located in the index.CSS file*/
ul.MenuBarHorizontal {
	width: 536px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
}

/* 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;	
	float: left;
	/*	width is designated by the #li_menuitemX above */
}

/* 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;
	position: absolute;
	left: -1000em;
}
/* Submenus can be individually moved by modifying the margins below*/
#li_menuitem1 ul { margin: 0 0 0 0 }
#li_menuitem2 ul { margin: 0 0 0 0 }
#li_menuitem3 ul { margin: 0 0 0 0 }
#li_menuitem4 ul { margin: 0 0 0 0 }
#li_menuitem5 ul { margin: 0 0 0 0 }
#li_menuitem6 ul { margin: 0 0 0 0 }

/* 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; }

/* 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

 *******************************************************************************/
#nav_box ul li a {
	color:#000;
	font-size: 2em;
	display: block;
	text-align: center;
}

#nav_box ul ul li a { /* submenu design */
	background:#000098;
	color:#FFF;
	font-size: 0.8em;
	font-weight: bold;
	border-bottom: 1px solid #ffce00;
	border-left: 1px solid #ffce00;
	border-right: 1px solid #ffce00;
	width:182px; /* width must be set for external border below on line 130 */
}

/* Submenu Appearances */

#nav_box #li_menuitem1 ul li a:hover, #nav_box #li_menuitem2 ul li a:hover, #nav_box #li_menuitem3 ul li a:hover, #nav_box #li_menuitem4 ul li a:hover, #nav_box #li_menuitem5 ul li a:hover, #nav_box #li_menuitem6 ul li a:hover, .MenuBarItemHover { background: red; }

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul {
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

ul.MenuBarHorizontal ul, ul.MenuBarHorizontal ul li { width: 184px; /* width must include the border size X 2 plus the submenu size itself to work properly */ }

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	text-decoration: none;
}
/*
    background-color: #EEE;
	font-weight:bold;	
*/

/*******************************************************************************

 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(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/
/* 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(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/
/* 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(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/
/* 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(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/

/*******************************************************************************

 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: -1000;
 visibility:hidden;
}
/* 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;/* used only if flat colors are set as the background
		background: #FFF;
*/
}
}
