@charset "UTF-8";

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	list-style-type: none;
	font-size: 14px;
	cursor: default;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	display: block;
	font-weight: normal;
	z-index: 1000;
	background-color: #000000;
	background-image: url(../images/menu-bar-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
/* 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. The automatic width has been deletedd and a fixed width added to specific classes for each item in the main level so that it works in IE 6. */
ul.MenuBarHorizontal li
{
	list-style-type: none;
	font-size: 14px;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	line-height: 29px;
	display: block;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 3px;
	margin-left: 3px;
	font-weight: normal;
}

/* 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
{
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 170px; /* A fixed width has been added here to enable all submenu items to fit inside their parent ul */
	position: absolute;
	left: -1000em;
	padding: 0px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FF6600;
}
/* 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 a fixed width */
ul.MenuBarHorizontal ul li
{
	width: 170px;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	z-index: 1021;
	text-align: left;
	line-height: 21px;
}


/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin-top: -19px;
	margin-left: 170px;
	width: 170px;
	background-color: #FF6600;
}
ul.MenuBarHorizontal   ul  ul  li     {
	width: 170px;
}

/* 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
{

}
/* Menu items  */
ul.MenuBarHorizontal a /* Padding has been added on the left and right to provide space around link text */
{
	display: block;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	text-transform: lowercase;
	height: 29px;
	font-weight: normal;
}

ul.MenuBarHorizontal   a:active {
	color: #FF6600;
	background-color: #000000;
	background-image: url(../images/menu-button-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
ul.MenuBarHorizontal a:visited {
	color: #000000;
	text-decoration: none;
}

/* Additional Active Menu navs to enable active Item on top level menu for each section of website. Changes made by Kaz Design Works */

#active                   {
	display: block;
	font-weight: normal;
	background-color: #000000;
}

#active   .MenuBarItemSubmenu                     {
	display: block;
	font-weight: normal;
}
#active   li  {
	background-image: url(../images/menu-button-bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
#active, .active           {
	background-image: url(../images/menu-button-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	background-color: #000000;

}

#active a:link {
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E66129;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E66129;
}
#active a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#active   a:hover   {
	background-image: url(../images/menu-button-hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FF6600;
	background-color: #333333;
}
ul.MenuBarHorizontal  ul  a.MenuBarItemSubmenuVisited {
	color: #333333;
	background-color: #FF6600;
}
/* 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: #FF6600;
	background-color: #333333;
	background-image: url(../images/menu-button-hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 8px;
	border-left-color: #E66129;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E66129;
}
/* 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
{
	color: #FF6600;
	background-color: #333333;
	background-image: url(../images/menu-button-hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF6600;
	padding-left: 8px;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E66129;
}
/* 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-repeat: repeat;
	color: #333333;
	background-image: url(../images/menu-dropdown-bg.png);
}

ul.MenuBarHorizontal ul li .nav a,
ul.MenuBarHorizontal ul a.nav:link, 
ul.MenuBarHorizontal ul a.nav:visited, 
ul.MenuBarHorizontal ul a.nav:hover, 
#active ul li .nav a,
#active ul li a.nav:link,
#active ul li a.nav:visited, 
#active ul li a.nav:hover
{
	line-height: 18px;
	height: auto;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-right: 3px;
	padding-left: 3px;

}


ul.MenuBarHorizontal ul li .nav   /* Additional Menu items have been added to enable dropdown menus to have different images to those used in the top level menu. (Added by Kaz Design Works */
        {
	display: block;

}
ul.MenuBarHorizontal ul li .nav a {
	display: block;

}
ul.MenuBarHorizontal ul a.nav:link {
	color: #000000;
	display: block;
	background-image: url(../images/menu-dropdown-bg.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #CC6600;
}
ul.MenuBarHorizontal ul a.nav:visited {
	color: #333333;
	display: block;
	background-image: url(../images/menu-dropdown-bg.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #CC6600;
}
ul.MenuBarHorizontal ul a.nav:hover {
	color: #FF6600;
	background-image: url(../images/menu-dropdown-hover.jpg);
	background-repeat: repeat;
	background-position: left top;
	border-left-style: solid;
	border-left-width: 6px;
	border-left-color: #292929;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #292929;
}
#active:hover   .MenuBarItemSubmenu                     {
	color: #FFFFFF;
	display: block;
	font-weight: normal;
	background-color: #FF6600;
}
#active  ul  li  {
	display: block;
	background-color: #FF6600;
	background-image: url(../images/menu-dropdown-bg.png);
	background-repeat: repeat;
}
#active ul li .nav  a  {
	display: block;
	background-image: url(../images/menu-dropdown-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-weight: normal;
}
#active ul li a.nav:link {
	color: #000000;
	display: block;
	background-color: #FF6600;
	background-image: url(../images/menu-dropdown-bg.png);
	background-repeat: repeat;
	background-position: left top;
	font-weight: normal;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #CC6600;
}
#active ul li a.nav:visited {
	color: #333333;
	display: block;
	font-weight: normal;
}
#active ul li a.nav:hover {
	color: #FF6600;
	display: block;
	background-color: #333333;
	font-weight: normal;
	background-image: url(../images/menu-dropdown-hover.jpg);
	background-repeat: repeat;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #333333;
}
/* Menu items that have mouse over or focus have a orange background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FF6600;
	background-color: #333333;
	background-image: url(../images/menu-button-hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
ul li .home {
	width: 36px;
}
ul li .company {
	width: 100px;
}
ul li .graphic {
	width: 102px;
}
ul li .website {
	width: 100px;
}
ul li .resources {
	width: 66px;
}
ul li .news {
	width: 82px;
}
ul li .contact {
	width: 58px;
}





/*******************************************************************************

 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;
}
/* HACK FOR IE: to stabilize appearance of menu navs; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
ul.MenuBarHorizontal  ul IE {
	display: inline;
	f\loat: left;
	background-color: #FF6600;
	background-image: url(../images/menu-button-bg.jpg);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
