﻿
#menu {
	/*width: 100%;*/
	background-color: white;
	float: left;
	text-align:left;
	
} 
#menu ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	width: 148px;
	float: left; 
	
} 
#menu a, 
#menu h2  {
	font: bold 0.8em/0.8em "Trebuchet MS",Arial,sans-serif;
	display: block;
	margin: 0;
	padding: 5px 5px 5px 5px;
	color: #000;
	background: #CCCCCC;
	
}  

#menu a {
	text-decoration: none;
	color: #263d93;
	background:white ;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	font: bold 0.8em/0.8em "Trebuchet MS",Arial,sans-serif;
	display: block;
	line-height:1.1;
}
#menu  ul ul a {
	color: #263d93;
	text-decoration: none;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	background-color: white;
	line-height:1.2;
} 
#menu a:hover {
	color: white;
	background: #263d93;
	border-right: 1px #CCCCCC solid;
	border-left: 10px orange solid;
	border-top: 1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
}

#menu li {
position: relative;
} 
#menu ul ul { 
position: absolute;
width:110%;
z-index: 500;
}
#menu ul ul ul { 
position: absolute;
top: 0; 
left: 100%; 
}
div#menu ul ul, 
div#menu ul li:hover ul ul, 
div#menu ul ul li:hover ul ul {
display: none;
} 
div#menu ul li:hover ul, 
div#menu ul ul li:hover ul, 
div#menu ul ul ul li:hover ul {
display: block;
} 