body {
	font-family: Verdana;
	font-size: 8pt;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
}

#nav a {
	display: block;
	width: 100%;
	color: black;
	text-decoration: none;
	padding-left: 16px;
	font-size: 11px;
}

#nav li ul ul li a {
	display: block;
	width: 100%;
	color: black;
	text-decoration: none;
	padding-left: 16px;
}

#nav a:focus {
	outline: none;
}

#nav img {
	display: block;
	width: 2px;
	height: 20px;
	text-decoration: none;
}

#nav label {
	display: block;
	width: 100%;	
	color: black;
	text-decoration: none;
	padding-left: 16px;
	font-size: 11px;
}

#nav a.arrow {
	background: url(../images/silvermenuarrow.gif) center right no-repeat;
}

#nav a.arrow2, #nav label.arrow2 {
	background: url(../images/silvermenuarrow.gif) center left no-repeat;
}

#nav li { /* all list items */
	float: left;
	width: 120px;
	text-align: left;
}

#nav li.bar { /* all list items */
	float: left;
	width: 2px; /* width needed or else Opera goes nuts */
	text-align: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #f2f2f2;
	border: 1px solid #cccccc;
	width: 240px;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* second-level lists */
	float: left;
	width: 240px;
	text-align: left;
}

#nav li ul li a { /* second-level link */
	display: block;
	width: 100%;
	color: black;
	text-decoration: none;
	padding-left: 16px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 240px;
	width:160px;
}

#nav li ul ul li {
	width:160px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -9999px;
}


#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

#nav li:hover, #nav li.sfhover {
	background: white;
}

#nav li ul li label {
	display: block;
	width: 220px;	
	color: black;
	text-decoration: none;
	padding-left: 16px;
	font-size: 11px;
}

#nav label.arrow {
	background: url(../images/silvermenuarrow.gif) no-repeat center right;
}

/* Custom Styling */

#nav #intro, #nav #info, #nav #contactus {
	width: 100px;
}

#nav #requestquote, #nav #otherpolicies {
	width: 140px;
}

#nav #otherpolicies {
	width: 120px;
}

#nav #info ul, #nav #info ul li, #nav #services ul, #nav #services ul li, #nav #requestquote ul, #nav #requestquote ul li { /* second-level lists */
	width: 180px;
}

#nav #otherpolicies ul, #nav #otherpolicies ul li { /* second-level lists */
	width: 220px;
}

#nav #contactus ul, #nav #contactus ul li {
	width: 170px;
}