@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: 36px 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 */

/* 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; }
div.top-menu div#enterprise_menu .dmenu ul { margin-top:30px; }
ul#tabbar li { float:left !important; float:left; margin:0px; padding:0px; }
ul#tabbar li a { 

	line-height:36px;
	height:36px;
	display:block;
	vertical-align:middle;
	text-transform:uppercase;
	color:#414141;
	font-weight:bold;
	text-decoration:none;

 }

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

div.top-menu div.dmenu ul { margin:0px; padding:0px; }
div.top-menu div.dmenu ul li.page_item { list-style:none; }
div.top-menu div.dmenu ul li.page_item a {
	display:block;
	padding:10px 44px 10px 44px;
	background-color:#999999;
	border-top:1px #ffffff solid;
	color:#414141;
	text-decoration:none;
}
div.top-menu div.dmenu ul li.page_item a:hover, div.top-menu div.dmenu ul li.current_page_item a {
	background-color:#cccccc;
}

li.tabselected a, ul#tabbar li a:hover { background-color:#999999; }

li.current_page_item a { color:#000000; text-decoration:none; }

li#front_page_button a { display:block; width:130px; text-align:center; }
li#stewardship_button a { display:block; width:180px; text-align:center; }
li#enterprise_button a { display:block; width:160px; text-align:center; }
li#training_button a { display:block; width:155px; text-align:center; }
li#research_button a { display:block; width:152px; text-align:center; }
li#contact_button a { display:block; width:163px; text-align:center; }

