/*-- menu styles --

#menuJS = Left menu
#menuJSIG = Interest Groups menu (Only shows up under CPD IG's)

*/
#menuJSIG {
	display:block;
	float:left;
	
}

#menuJSIG ul {
	list-style: none; 
	margin: 0;
	padding: 0;
	font-weight:bold;
	color:white;
	text-align:center;
	float:left;
	width: 95px;
	background: #00ADEF;
}

#menuJSIG ul li{
	/*background: #00ADEF;*/
	float: left;
	width: 95px;
}

#menuJSIG ul li:HOVER, #menuJSIG ul:HOVER, #menuJSIG ul.CSStoHighlight, #menuJSIG ul li.CSStoHighlight {
	display: block;
	background: #AAE0F9;
}
#menuJSIG ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	line-height: 26px;
	font-weight: bold;
	display: block;
	height: 26px;
	font-size: 11px;
}

#menuJSIG ul li a.currentpage{
	color: #00ADEF;
	background-color: #AAE0F9;
}

#menuJSIG ul li a:hover, #menuJSIG ul li a.CSStoHighLink { color: #00ADEF; }
#menuJSIG ul li:hover ul a{ color: #00ADEF; }
#menuJSIG ul li:hover a, #menuJSIG ul li:hover #menuJSIG ul li:hover a{ color: #00ADEF; }

#menuJSIG ul ul li{
	background-color: #E9A7C7;
}
#menuJSIG ul ul li:HOVER, #menuJSIG ul ul li.CSStoHighlight{
	background-color: #fcdce4;
}
#menuJSIG ul ul li a{
	color:#ffffff;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
	text-transform: lowercase;
	display: block;
}
#menuJSIG ul ul li a:hover, #menuJSIG ul ul li a.CSStoHighLink { color: #E38FBF; }
#menuJSIG ul ul li:hover ul li a{ color: #ffffff; }
#menuJSIG ul ul li:hover a{ color: #E38FBF; }

#menuJSIG ul ul ul li a{
	color:#ffffff;
	display: block;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
	text-transform: lowercase;
}
#menuJSIG ul ul ul li a:hover, #menuJSIG ul ul ul li a.CSStoHighLink { color: #E38FBF; }

/*--menu positioning--*/
#menuJS ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	border-bottom:1px solid #56A383;
}
#menuJSIG ul ul {
	position: absolute;
	left:0px;
	top: 28px;
	width: 115px;
	text-align: left;
}
#menuJSIG ul ul ul{
	position: absolute;
	left:115px;
	top: 0px;
	width: 115px;
	text-align: left;
}


#menuJSIG li {position: relative;}

/*-- menu display --*/
#menuJSIG ul ul,
#menuJSIG ul li:hover ul ul
{display: none;}

#menuJSIG ul li:hover ul,
#menuJSIG ul ul li:hover ul
{display: block;width:115px;}
