#nav{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	z-index:999;
	position:relative;
}
#nav a {
	display: block;
	/*width: 10em;*/
}
#nav ul { /* all lists - controls FIRST DROPDOWN BOX*/
	line-height: 1;
	display: block;
}
#nav li { /* all list items */
	float: left;	
	list-style: none;

}
#nav li:first-child a{
	border-left-width: 0px;
	border-left-style: dotted;
	border-left-color: #bb1701;
}
#nav li a{ /* all list items */
	color:#FFF;
	text-decoration: none;
	height: 30px;
	font-size: 16px;
	display:block;
	vertical-align: middle;
	line-height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #bb1701;
}
#nav li a:hover{ /* FIRST LEVEL NAVIGATION */
	color: #f92003;
	text-align: center;
	text-decoration: none;
	clear:left;
	display:block;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-top:0px;
	
}
#nav li ul li { /* all lists */
	text-align: left;
	clear:left;
	width:190px;
	height:30px;
	padding:0px;
	margin:0px;
	background-color: #bb1701;
	text-align: left;
	color: #FFFFFF;
	
}
#nav li ul li a{ /* sub nav list items */
	text-align: left;
	color:#e3e9f6;
	padding: 0 0 0 10px;
	margin:0px;
	height:30px;
	width:180px;
	background-color: #bb1701;
	background-image:none;
	border:none;
}
#nav li ul li a:hover { /* sub nav COLOUR */
	text-align: left;
	color: #FFFFFF;
	margin:0px;
	height:30px;
	width:180px;
	background-color: #458da5;
	text-decoration:none;
	background-image:none;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	clear:left;
}
#nav #main1476 a{line-height:14px!important; padding-top:36px;height:63px;}

