/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	HORIZONTAL DROP DOWN MENU
	use with csshover.htc	
	Based on SS menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	border-top: 0;
	padding:0;position: absolute;
	right: 0px;
	top: 53px;
	
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	padding-left: 0px;
	width: 356px;
	height: 11px;
	right: 0px;
	top: 0px;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left;}
#nav ul li a {display: block; padding: 0px;width: 84px;height: 11px;text-indent: -9000px;}
#nav ul li.menu-last a {}

/*Using this keeps the top level background on, when hovering on the dropdowns*/
#nav ul li:hover a {}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {}
#nav li a:active, #nav ul li a.active {}

/* Current page Customisations*/
#nav li.menu-current a		{} 

#nav ul li a,
#nav ul li li a:hover {
	background: url("../images/nav.png") no-repeat 0 0;
}

#nav ul li#nav_a_about-us a  {width: 50px; background-position: 0 0;}
#nav ul li#nav_a_about-us a:hover,
body#page-about-us #nav ul li a.menu-current {background-position: 0px -11px;}

#nav ul li#nav_a_products a  {width: 55px; background-position: -50px 0;}
#nav ul li#nav_a_products a:hover,
body#page-products #nav ul li a.menu-current {background-position: -50px -11px;}

#nav ul li#nav_a_projects a  {width: 51px; background-position: -105px 0;}
#nav ul li#nav_a_projects a:hover,
body#page-projects #nav ul li a.menu-current {background-position: -105px -11px;}

#nav ul li#nav_a_care-maintenance a  {width: 106px; background-position: -156px 0;}
#nav ul li#nav_a_care-maintenance a:hover,
body#page-care-maintenance #nav ul li a.menu-current {background-position: -156px -11px;}

#nav ul li#nav_a_contact-us a  {width: 60px; background-position: -262px 0;}
#nav ul li#nav_a_contact-us a:hover,
body#page-contact-us #nav ul li a.menu-current {background-position: -262px -11px;}

#nav ul li#nav_a_links a  {width: 34px; background-position: -322px 0;}
#nav ul li#nav_a_links a:hover,
body#page-links #nav ul li a.menu-current {background-position: -322px -11px;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	ARROWS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a.arrow-left,
a.arrow-right {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 60px;
	margin-top: 0px;
	background-image: url("../images/arrows.gif");
	background-repeat: none;
	text-indent: -9000px;
	display:none;
}

a.arrow-right {left: 667px;}

a.arrow-left {background-position: 0 0;}
a.arrow-left:hover {background-position: -40px 0;}
a.arrow-right {background-position: -80px 0;}
a.arrow-right:hover {background-position: -120px 0;}
