@charset "utf-8";
/* CSS Document */
#menu {
	width:170px; /* set width of menu */
	margin-left: -14px;
	margin-top: -26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	
} 

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

/* style, color and size links and headings to suit */
#menu a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	display: block;
	margin: 0;
	padding: 2px 3px;
		color: #FFFFFF;
	background: #53462b;
	text-decoration: none;
}



#menu a:hover {
	color:#6ddaf5;
	text-decoration: none;
}

#menu ul ul a:hover {
	color:#6ddaf5;
}

#menu ul a:hover {
	color:#6ddaf5;
	text-decoration: none;
}

#menu li {
/* make the list elements a containing block for the nested lists */
	position: relative;
	border-bottom:#E0F7EB 1px solid;
	padding-left:5px;

} 
#menu li:hover{
/* make the list elements a containing block for the nested lists */
	position: relative;
	border-bottom:#6ddaf5 1px solid;

} 

#menu ul li li {
	background:#FFFFCC;
}	

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}



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;}


#menu a.expand{
	background:url(../images/rightarrow.jpg) right no-repeat;
}


#menu a.company, #menu a.company:visited{
		font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background:url(../images/company2.gif) left no-repeat #53462b;
	color: #FFFFFF;
	display: block;
	border:none;
	margin: 0;
	padding-left: 30px;
}

#menu a.company:hover{
	color:#6ddaf5;
	text-decoration: none;
}
