
#breadcrumbs {
	height:40px;
	padding:10px;
	color: White;
	background: Black url(breadcrumbsbg.gif) repeat-x;
	clear:both;	
}
#breadcrumbs span {
	background: transparent url(img/link.gif) no-repeat; 
	padding: 6px 2px 0px 12px; color: #F6F6F6; font-weight: bold; }
	
#breadcrumbs a {
	border-bottom: 1px dotted #CBCBCB;
	text-decoration: none;
	color: #B22222;
}
#breadcrumbs a:hover {border-bottom: 1px solid #F2F2F2;}
	
#breadcrumbs .menu-current a{
	color: Red;
}

  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
height:30px; 
display:block;clear:both; 
background: #AC0000;

}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#nav {
	float:left;	
	height: 28px;	
	font-family: Arial;
	text-transform:uppercase;
	background: transparent;
	margin: 0px 0px 19px 0px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: relative;
	list-style-image: none;
	
}

/* Root Level Link Formatting */
#nav ul li {
float: left; color: Green;  font-weight: lighter; 
text-align: center; font-weight: normal; 
list-style-type: none; list-style-image: none;
text-transform:uppercase;}

#nav ul li a {
display: block; 
padding: 8px 14px 7px 12px; 
color: White;  
font-weight: bold; 
text-decoration: none;  font-family: "Century Gothic";  }


/* Root Level link hover */
#nav ul li a:hover, #nav li a:focus, #nav li a:active, #nav ul li a.active, #nav a.menu-current {
color: #C1C1C1;  
font-weight: bold; }

#nav a.menu-parent {
 
color: White;}


/*Current page Customisations*/
#nav a.menu-current		{
color: #C1C1C1;  font-weight: bold; } 

#nav .menu .home a {
display: block; width:2px; height:30px;  
margin:0; padding:0;}

/* 2nd Child menu */
#nav .menu li ul {
position: absolute; width: 11em; margin: -1px 0 0 -1px; display: none; text-transform: none; border-bottom: 0px solid #FDFBFD; font-size: 100%; background: Black url(ulbg1.jpg) no-repeat right 0px;}
#nav .menu li ul li {width: 11em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul li a {
width: 10.5em; padding: .3em .1em .3em .4em; 
color: White; border-top: 0px solid #626262; 
font-weight: normal;  background: none;}

/* 2nd Child link hover */
#nav .menu li ul a:hover,  #nav .menu li ul a.menu-current 
{ 
background: #444444 url(navbgl1hi.gif); 
color: White; 
font-weight: lighter;
}
#nav .menu li ul a.menu-parent {background: Red url(navbgl1parent.gif) right 0px; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;  background: #AC0000;  }
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover>ul, #nav .menu li li:hover>ul, #nav .menu li.subMenu>ul, #nav .menu li li.subMenu>ul {display: block;  z-index: 1000;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul	{ margin: 10px 0 0 -40%; z-index: 9999;  background: Black url(ulbg2.jpg) no-repeat right 0px;}
#nav .menu li ul li ul li	{width: 11em;}
#nav .menu li ul li ul li a 	{ width: 10.5em;}

/* 4rd Child Menu Appreances */
#nav .menu li ul li ul li ul	{  width: 9em; background: #B22222 url(ulbg3.jpg) no-repeat right 0px;}
#nav .menu li ul li ul li ul li	{  width: 9em; }
#nav .menu li ul li ul li ul li a 	{ width: 8.5em;}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}



/* IE6 only 
*html #nav .menu li ul li ul {margin-left:0 ! important;}*/

/* IE7 only 
*+html #nav .menu li ul li ul {margin-left:0 ! important;}*/

/* ul class="ullev1" , sorry doesnt work
#nav .ullev1  {z-index: 1000 ! important; background: #4b4c4d;}
#nav .ullev2  {z-index: 2000 ! important; background: #4b4c4d;}
#nav .ullev3  {z-index: 3000 ! important; background: #4b4c4d;}
*/

/* Better: */
#nav li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}


/* end menu */
/*