@charset "utf-8";
/* CSS Document */


/* style the dropdown menus */
.dmenu {
display: none; /* REQUIRED dont display them to begin with */
position: absolute; /* REQUIRED enables javascript to position them below the right tab */
z-index: 100; /* REQUIRED makes sure they appear on top of other content on the page */

margin: 40px 0 0 0; /* display them 21px below the top of the tabs. this is a kind of average value for the height of the tabs, which seems to vary slightly between browsers */

padding: 0px; /* put some space around the contents */
background-color: rgb(240,240,240);  /* colour the background grey */
float:none;
/* border: 1px solid rgb(150,150,150);  add a border */

/* round all the corners except the top left 
-moz-border-radius: 5px;
-moz-border-radius-topleft: 0;
-khtml-border-radius: 5px;
-khtml-border-radius-top-left: 0;
-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 0;*/

text-align: left; /* just in case */
}


ul#tabbar { list-style:none; margin:0px; padding:0px; }
ul#tabbar li { float:left; margin:0px; padding:0px; }
ul#tabbar li a { 
	float:left;
	line-height:40px;
	height:40px;
	display:block;
	vertical-align:middle;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:0px 19px 0px 19px;
	text-align:left;	
 }

div#menu div.dmenu ul li.page_item ul { padding-left:10px; }

div#menu div.dmenu ul { margin:0px; padding:0px; }
div#menu div.dmenu ul li.page_item { float:none;list-style:none; }
div#menu div.dmenu ul li.page_item a {
	display:block;
	padding:5px 20px 5px 20px;
	background-color:#353535;
	border-top:1px #ffffff solid;
	color:#FFF;
	text-decoration:none;
	border-left:none;
	border-right:none;
	float:none;
}
div#menu div.dmenu ul li.page_item a:hover, div#menu div.dmenu ul li.current_page_item a {
	background-color:#666;
}


li.tabselected a, ul#tabbar li a:hover { padding-right:18px;padding-left:18px;background-color:#666; border-left:1px solid #fff;border-right:1px solid #fff; }
ul#tabbar li.tabselected a:hover {padding-right:19px;padding-left:19px;background-color:#666; border-left:1px solid #fff;border-right:1px solid #fff;}
li.current_page_item a { color:#FFF; text-decoration:none; }

#about_us_menu { width:190px; }
#events_menu { width:153px; }
#training_programs_menu { width:324px; }
#policies_menu {width:212px; }