a, *{outline: 0 !important;}
a span { cursor:pointer; }
a span b, button span b { font-weight:normal; display:block; }


.positionHelper { position:absolute; cursor:pointer; }
.menuContainer {border: 1px solid #ddd; z-index: 99999; }
.menuContainer p.menuLoading { color:#444; font-size:1.1em; padding:.5em; }
.hiddenContent { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }

.menu, .menu ul { background:#f9f9f9; list-style-type:none; visibility:hidden;  overflow: hidden; position:absolute; top:0; left:0; padding: 0; margin:0; color:#666;}
.menu li { clear:both; float:left; width:100% !important;  }
.menu li.hover {background: #eee;}

.menu p,
.menu a:link,
.menu a:visited,
.menu a:hover,
.menu a:active { float:left; width:17.2em; padding:.3em; padding-left:.5em; margin:0; font-size:1.1em; line-height:1.2em; color:#666; text-decoration:none;}

.menu a.singleLink:link,
.menu a.singleLink:visited,
.menu a.singleLink:hover,
.menu a.singleLink:active { float:none; display:block; width:18.8em; }

.menu a:hover,
.menu a:active,
.menu a.singleLink:hover,
.menu a.singleLink:active {color:#fff; background:#4e92c8;}

.scrollNeeded a:link,
.scrollNeeded a:visited,
.scrollNeeded a:hover,
.scrollNeeded a:active { width:14.9em; }

.menu a.menuIndicator:link,
.menu a.menuIndicator:visited { background: url(/ProspectaWeb/util/img/icon_arrow_right.gif) no-repeat 98% center; }
.menu a.menuIndicator:hover,
.menu a.menuIndicator:active {color:#fff; background-color:#4e92c8; background-image: url(/ProspectaWeb/util/img/icon_arrow_right_hover.gif); }

/*next level links*/
.menu a.nextLevel:link,
.scrollNeeded a.nextLevel:link,
.menu a.nextLevel:visited,
.scrollNeeded a.nextLevel:visited,
.menu a.nextLevel:hover,
.scrollNeeded a.nextLevel:hover,
.menu a.nextLevel:active,
.scrollNeeded a.nextLevel:active { float:right; width:1em; overflow:hidden; margin: 0; padding-left: .3em; background:url(/ProspectaWeb/util/img/icon_arrow_right.gif) no-repeat 70% 50%; text-indent:-30em; }
.menu a.nextLevel:hover,
.menu a.nextLevel:active { background: #4e92c8 url(/ProspectaWeb/util/img/icon_arrow_right_hover.gif) no-repeat 70% 50%; }




/*BREADCRUMBS*/
.ddBreadcrumb {width:21.6em; font-size:1em; background:#f9f9f9; padding: .5em 0; margin: 0; border-bottom: 1px solid #ccc;}
.ddBreadcrumb li { float: left; list-style: none; margin: 0;padding:.1em 0; padding-left:.5em;}
.ddBreadcrumb li.currentCrumb {clear: left; float: none; margin: .1em 0 0 0;}
.ddBreadcrumb a, .ddBreadcrumb span { white-space:nowrap; font-size: 1.1em;}
.ddBreadcrumb a:link,
.ddBreadcrumb a:visited { color:#1266a9; background:url(/ProspectaWeb/util/img/icon_breadcrumb.gif) no-repeat right; padding-right:10px; margin-right:.5em; }
.ddBreadcrumb a:hover,
.ddBreadcrumb a:active { color:#4e92c8; }
.ddBreadcrumb .currentCrumb a:link,
.ddBreadcrumb .currentCrumb a:visited,
.ddBreadcrumb .currentCrumb a:hover,
.ddBreadcrumb .currentCrumb a:active { display:block; color:#333; background-image:none; font-size:1.5em; padding:.1em 0 0; margin-right:0; text-decoration:none; }
.ddBreadcrumb .currentCrumb a:hover,
.ddBreadcrumb .currentCrumb a:active { text-decoration:underline; }



	
/* ----- clear fix for floats ----- */
/* these styles instruct non-IE browsers to render container elements so that they fully enclose floats */		
/* without this class applied, a float might hang over the bottom border of it's container */
.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }		

/* hides clearfix from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* end hide from IE-mac */
	
	
	
