/* dynamic javascript menu
-------------------------------- */
*{ outline: none;}
 
ul#nav {
	margin: 0; padding: 0;
	margin-top:18px;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1em;
	z-index:2;
}
ul#nav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#nav li a {
	float: left; 
	text-indent: -9999px;
	height: 21px;
}
ul#nav li:hover a, ul#nav li a:hover { background-position:0 -26px; }

ul#nav a.home {
	background: url(images/btn-home.gif) no-repeat;
	width: 112px; 
}
ul#nav a.about {
	background: url(images/btn-about.gif) no-repeat;
	width: 130px; 
}
ul#nav a.clients {
	background: url(images/btn-clients.gif) no-repeat;
	width: 115px; 
}
ul#nav a.advisers {
	background: url(images/btn-advisers.gif) no-repeat;
	width: 130px; 
}
ul#nav a.resources {
	background: url(images/btn-resources.gif) no-repeat;
	width: 139px; 
}

ul#nav a.news {
	background: url(images/btn-news.gif) no-repeat;
	width: 104px; 
}

ul#nav a.contact {
	background: url(images/btn-contact.gif) no-repeat;
	width: 109px; 
}

/* ul#nav li a.selected {background-position:0 -45px;}*/
 
 
ul#nav li .sub {
	position: absolute;	
	top: 36px; left: -20px;
	background: #fff;
	padding: 0px 5px 20px 20px;
	float: left;
	width: 150px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border:1px #ddd solid;
	border-top:none;
	display: none;
 }
ul#nav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#nav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#nav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#nav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#nav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#nav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(images/li-red.gif) no-repeat 5px 15px;
	padding: 7px 5px 0px 16px;
	display: block;
	text-decoration: none;
	color: #0e0e0e;
}
ul#nav .sub ul li a:hover {color: #b51816; background-position: 5px 14px ;}
