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


a.menuBtn:link,
a.menuBtn:visited {float: left;
	width: 117px; 
	height: 35px;
	background: url(../images/bg_date_picker_select_rt.gif) right top no-repeat;
	text-decoration: none;
	color: #FFF !important;
	font-weight: bold;
	outline: 0 !important;
}

a.menuAction {float:left;height:30px; width:117px; color:#FFF;text-decoration:none;border-right:1px solid #FFF;}
a.menuAction {background:url(../images/fondo_menu.jpg) repeat-x;}

div.menuBtnDirect {
	float: left;
	width: 117px; 
	height: 35px;
	/*background: url(../images/bg_date_picker_select.gif) right top no-repeat;*/
	background-color: #1915b3;
	outline: 0 !important;
}
a.menuBtn:hover,
a.menuBtn:active { }

a.menuBtn:link span,
a.menuBtn:visited span, a.menuAction span { display: block;
	margin-right: 20px;
	height: 35px;
	line-height: 2em;
	padding-left: 10px !important;
}

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

.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:16em; }

.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(../images/icon_arrow_right.gif) no-repeat 98% center; }
.menu a.menuIndicator:hover,
.menu a.menuIndicator:active {color:#fff; background-color:#4e92c8; background-image: url(../images/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(../images/icon_arrow_right.gif) no-repeat 70% 50%; text-indent:-30em; }
.menu a.nextLevel:hover,
.menu a.nextLevel:active { background: #4e92c8 url(../images/icon_arrow_right_hover.gif) no-repeat 70% 50%; }




/*BREADCRUMBS*/
.ddBreadcrumb {width:21.6em; font-size:1em; background:#f9f9f5; 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(../images/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.3em; padding:.1em 0 0; margin-right:0; text-decoration:none; cursor: default; }
.ddBreadcrumb .currentCrumb a:hover,
.ddBreadcrumb .currentCrumb a:active { text-decoration:none; }



	
/* ----- 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 */
	
	
	
