@charset "UTF-8";
* {
	margin:0px;
	padding:0;
}
.dir {
 padding-right: 40px;
 background-image: url(/css/images/nav-arrow-down.png);
 background-position: 90% 50%;
 background-repeat: no-repeat;
}

#navFrame {
	width:960px;
	background-color: #DBC9D7;
	clear: both;
	float: left;
	margin:0px;
	padding:0;
}
#list-example {
	position: relative;
	z-index: 2000;
	width:960px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#list-example a {
	text-decoration: none;
	font: 14px/normal Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;	 /*optional?*/
	color: #333;
	
}
#list-example ul {
	float: left;
	line-height: normal;
	background-color: #DBC9D7; /*background colour of main horizontal menu*/
	padding-left:20px;
	list-style:none;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 14px;
}
#list-example ul li {
	float:left;
	padding-top: 8px;
	padding-right: 28px;
	padding-bottom: 8px;
	padding-left: 28px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	
}
#list-example ul li:hover {
	background-color: #B9A9B5;
}
#list-example ul ul {
	position: absolute;
	left: -999px;
	background-color: #DBC9D7; /*colour of dropdown*/
	border: 1px solid #FFF;/* border of dropdown area*/
	width:245px; /*width of dropdown box*/
	margin: 0px;
	padding: 0px;
}
#list-example ul li:hover ul {
	left: auto;
}
#list-example ul ul li {
	width: 240px;
	margin: 0px;
	/*border separating vertical menu items*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom:8px;
	padding-left: 5px;
}
#list-example ul ul li:hover {
	background-color: #B9A9B5;
}
#list-example ul ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px
		display: block;
}

#ios ul {
	display: none;
}
#ios li:hover ul {
	display: block;
	
}
#list-example li a {
display:block;
}
#list-example li ul li a {
display:block;
}
#list-example a {display: block;}

