#nav li.separator {
	width: 4px;
	padding: 0px 3px 0px 3px;
	height: 25px;
	background: url(../images/menu-separator.jpg) top center no-repeat;}
#nav li.separator:hover {
	background: url(../images/menu-separator.jpg) top center no-repeat !important;}	
#nav li:hover,
#nav ul li.selected {
	background: url(../images/menu-hover-right.jpg) top right no-repeat !important;}

#nav ul li:hover a,
#nav ul li.selected a {
	color: #505050 !important;
	background: url(../images/menu-hover-left.jpg) top left no-repeat;}

#nav li li:hover {
	background-image: none !important;}
#nav li#end {
	background: none;}
#nav .phone-number {
	float: right;
	line-height: 25px;
	font-size: 13px;}

	
	
	
	/*HORIZONTAL POP OUT MENU*/
#nav {
	color: #fff;
	height: 38px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 900px;
	z-index: 800;}
#nav ul { /* remove bullets and list indents */
	list-style-type: none;
	padding: 7px 0px 0px 0px;
	margin: 0px;
	z-index: 999;}
#nav li{/* make the list elements a containing block for the nested lists */
	padding: 0px 0px;
	margin: 0px 12px 0px 0px;
	float: left;
	z-index: 999;
	position: relative;}

#nav li li{/* make the list elements a containing block for the nested lists */
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 152px;
	background: #353c41;
	z-index:999;}

/*STYLE COLOUR AND SIZE LEVEL 1 LINKS*/
#nav ul li a:link, 
#nav ul li a:visited, 
#nav ul li a:active{ 
	display: block;
	font-size: 13px;
	color: #fff;
	line-height: 25px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;}
#nav ul li a:hover {
	color: #505050;
	background: url(../images/menu-hover-left.jpg) top left no-repeat;}



/*STYLE COLOUR AND SIZE LEVEL 2 LINKS*/
#nav ul ul li a:link, #nav ul ul li a:visited { 
	font: bold 10px Arial,Calibri,sans-serif;
	text-decoration: none; 
	display: block; 
	margin: 0px;
	padding: 8px 2px 8px 15px; 
	width: 135px;
	z-index: 999;
	color: #fff !important;
	background: url(../images/drop-menu-bg.jpg) #454545 top left repeat-x;
	/*background: url(../images/drop-menu-bg.jpg) top left repeat-x;*/}

#nav ul ul li a:hover, #nav ul ul li a:active {  
	color: #fff;
	background: url(../images/drop-menu-bg-hover.jpg) #88981e top left no-repeat;
}

/*POSITIONING THE POP OUTS*/
#nav ul ul {
	margin: 0px;
	padding: 6px 0px 0px 0px;
	position: absolute;
	z-index: 990;
	top: 25px;
	left: 0px;
	width: 154px;
	background: none;}
#nav ul ul ul {
	position: absolute;
	top: 0px;
	padding: 0px;
	margin: 0px;
	left: 152px; /* to position them to the right of their containing block */
	width: 165px; /* width is based on the containing block */
	background-color: #116798;
}


/*HIDING & REVEALING 2 LEVEL USING :hover*/
div#nav ul ul, div#nav ul li:hover ul {
	display: none;}

div#nav ul li:hover ul, div#nav ul ul li:hover ul { 
	display: block;}

/*HIDING & REVEALING 3 LEVEL USING :hover*/
div#nav ul ul ul, div#nav ul ul li:hover ul ul {
	display: none !important;}

div#nav ul ul li:hover ul, div#nav ul ul ul li:hover ul {
	display: block !important;
	width: 150px;}