/*********************************************************************
Copyright © Protogen Technologies 2009
*********************************************************************/

/* Vertical Menu */
#ServicesLink1 {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 180px;
	border-bottom: 3px solid #c2c7df;
}
#ServicesLink1 ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 180px;
}
#ServicesLink1 li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	position: relative;
	float: left;
	width: 180px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 180px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 18px;
}

#ServicesLink1 li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 180px;
	_margin-left: 180px;
	margin-top: -33px;
	z-index: 999;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 3px solid #c2c7df;
}

#ServicesLink1 li ul ul { /* third-and-above-level lists */
	left: -9999px;
	z-index: 999;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 3px solid #c2c7df;	
}
#ServicesLink1 a {
	display: block;
	width: 100%;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 100%;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #00498f;
	text-decoration: none;
	background: #FFF;
	border-bottom: 1px solid #c2c7df;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	padding: 2px 0px;
}

#ServicesLink1 li a:hover {
	color: #434E10;
	background: #bcd73f;
}

#ServicesLink1 li:hover ul ul, 
#ServicesLink1 li:hover ul ul ul, 
#ServicesLink1 li.sfhover ul ul, 
#ServicesLink1 li.sfhover ul ul ul {
	left: -9999px;
}

#ServicesLink1 li:hover ul, 
#ServicesLink1 li li:hover ul, 
#ServicesLink1 li li li:hover ul, 
#ServicesLink1 li.sfhover ul, 
#ServicesLink1 li li.sfhover ul, 
#ServicesLink1 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
}

#ServicesLink1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#ServicesLink1ParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#ServicesLink1ParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#ServicesLink1CurrentLink
{ /* current link itself */
	color: #369;
	text-decoration: none;
	background: #EAF4FF;
	font-weight: bold;
}

