/**************** menu coding *****************/
/** {border: solid black 1px;}*/  /*temp sbh code for border around everything*/

#menu {
	width: 200px;
	/*background: #eee;*/
margin-top: 50px;
	height: 220px;
	font-family: verdada, arial, helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a, #menu h2 {
	display: block;
	/*border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;*/
margin: 0;
	font-family: verdada, arial, helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
/*
#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}*/

li.on {
	margin-left:15px;
	color:#1f2485;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

#menu a {
	color: #3F72CD;
	text-decoration: none;
	font-family: verdada, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #1f2485;
}

#menu li {
position: relative;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
}

/* Sarah added this next line to get the menu text the right size in ie6*/

div#menu a {
	font-family: verdada, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-variant: normal;
	font-weight: bold;
}

