@charset "UTF-8";
/* CSS Document */
#leftNavCol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	height: 170px;
	width: 133px;
	padding-top: -1px;
	margin-top: -1px;
	position: relative;
	top: 33px;
	left: 8px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #a9713e;
	z-index: 1000;
	background-color: #0e2945;
	text-align: left;
	float: left;
}
.leftNavHeadAboutABC {
	height: 210px;
	width: 165px;
	background-repeat: no-repeat;
	background-image: url(../../imagesNew/subpages/aboutABC.png);
	line-height: 1.4em;
	border-top:0px solid;
	top: 0px;
	left: 0px;
	z-index: 165;
	position: absolute;
}
.leftNavHeadMembership {
	height: 210px;
	width: 165px;
	background-repeat: no-repeat;
	background-image: url(../../imagesNew/subpages/membership.png);
	line-height: 1.4em;
	border-top:0px solid;
	top: 0px;
	left: 0px;
	z-index: 165;
	position: absolute;
}
.leftNavHeadAwards {
	height: 210px;
	width: 165px;
	background-repeat: no-repeat;
	background-image: url(../../imagesNew/subpages/awards.png);
	line-height: 1.4em;
	border-top:0px solid;
	top: 0px;
	left: 0px;
	z-index: 165;
	position: absolute;
}
.leftNavHeadPublications {
	height: 210px;
	width: 165px;
	background-repeat: no-repeat;
	background-image: url(../../imagesNew/subpages/publications.png);
	line-height: 1.4em;
	border-top:0px solid;
	top: 0px;
	left: 0px;
	z-index: 165;
	position: absolute;
}
.leftNavHeadJobs {
	height: 210px;
	width: 165px;
	background-repeat: no-repeat;
	background-image: url(../../imagesNew/subpages/jobBoard.png);
	line-height: 1.4em;
	border-top:0px solid;
	top: 0px;
	left: 0px;
	z-index: 165;
	position: absolute;
}
.leftNavHeadConventions {
	height: 210px;
	width: 165px;
	background-repeat: no-repeat;
	background-image: url(../../imagesNew/subpages/conventions.png);
	line-height: 1.4em;
	border-top:0px solid;
	top: 0px;
	left: 0px;
	z-index: 165;
	position: absolute;
}
.leftNavHeadResources {
	height: 210px;
	width: 165px;
	background-repeat: no-repeat;
	background-image: url(../../imagesNew/subpages/resources.png);
	line-height: 1.4em;
	border-top:0px solid;
	top: 0px;
	left: 0px;
	z-index: 165;
	position: absolute;
}
.loginBtn {
	height: 20px;
	width: 100px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #934d0e;
	border-top:0px solid;
	float: none;
	position: absolute;
	margin: 0px;
	top: 2px;
	z-index: 500;
	right: 2px;
}
.logoutBtn {
	height: 20px;
	width: 100px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #934d0e;
	border-top:0px solid;
	float: none;
	position: absolute;
	margin: 0px;
	top: 2px;
	z-index: 500;
	right: 2px;
}
.adminBtn {
	height: 20px;
	width: 100px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #934d0e;
	border-top:0px solid;
	float: none;
	position: absolute;
	margin: 0px;
	top: 2px;
	z-index: 500;
	right: 104px;
}
.loginBtn2 {
	height: 22px;
	width: 84px;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #cf8e53;
	border-top:4px solid #321801;
	float: none;
	position: absolute;
	left: 26px;
	margin: 0px 0 -1px 0;
	top: 220px;
	z-index: 2001;
}
#menu {
	width: 128px;
	height: 100%;
	position: relative;
	left: 0px;
	top: 0px;	
} 

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	margin: 0 0 0 0;
	padding: 1px 0 1px 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a8b3ae;
	border-right-color: #a8b3ae;
	border-bottom-color: #a8b3ae;
	border-left-color: #fee5cf;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
	color: #61350d;
	text-decoration: none;
	background-color: #cf8e53;
}

#menu a:hover {
	color: #fdcea3;
	background-color: #622c02;
	background-image: url(../images/menuRollBkgd.png);
	background-repeat: repeat;
}

#menu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
	margin-left: 0px;
	left: 0px;
	line-height: auto;
	padding-left: 2px;
	margin-bottom: 1px;
	height: auto;
}
#menu ul ul li {
	float:left;
	position:relative;
	height:auto;
	padding-top:0px;
	z-index:500;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	width: 127px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	left: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0e2945;
	}
#menu ul ul li li{
	float:left;
	position:relative;
	height:auto;
	padding-top:0px;
	z-index:500;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	width: 230px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	left: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0e2945;
	}
#menu ul ul ul li li{
	float:left;
	position:relative;
	height:auto;
	padding-top:0px;
	z-index:500;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	width: 230px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	left: -1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0e2945;
	}
#menu li li{
	/* make the list elements a containing block for the nested lists */
	position: relative;
	margin-left: 0px;
	left: 0px;
	line-height: 98%;
	padding-left: 0px;
	margin-bottom: -1px;
	border-bottom: solid 2px #3b1c00;
	padding-top: 0px;
}
#menu li li li{
	/* make the list elements a containing block for the nested lists */
	position: relative;
	margin-left: 0px;
	left: 0px;
	line-height: 98%;
	padding-left: 0px;
	margin-bottom: -1px;
	border-bottom: solid 2px #3b1c00;
	padding-top: 0px;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 200px; /* width is based on the containing block */
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: auto;
	padding-right:2px;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/************ added for level 3 ******************/


/************ submenu for IE6 users ************************/

#leftIENavCol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #bdc9d6;
	height: auto;
	width: 133px;
	padding-top: -1px;
	margin-top: -1px;
	position: relative;
	top: -86px;
	left: 0px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #3d4750;
	z-index: 1000;
	background-color: #bdc9d6;
	text-align: left;
	float: left;
	background-image: url(../images/ieSublinkGrad.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
}
#leftIENavColAbout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #bdc9d6;
	height: auto;
	width: 133px;
	padding-top: -1px;
	margin-top: -1px;
	position: relative;
	top: 12px;
	left: 8px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #3d4750;
	z-index: 1000;
	background-color: #bdc9d6;
	text-align: left;
	float: left;
	background-image: url(../images/ieSublinkGrad.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
}
#menuIE {
	width: 122px;
	/*background-color: #384036;*/
	height: 100%;	/*border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #121b18;*/
	position: relative;
	left: 0px;
	top: 0px;
} 

#menuIE ul { /* remove bullets and list indents */
	list-style: none;
	margin: 1px 0 1px 0;
	padding: 0;
	display: block;
	width: 130px;
}
#menuIE ol { /* remove bullets and list indents */
	list-style: none;
	margin: 0 0 0 6px;
	padding: 0;
	display: block;
	width: 124px;
	background-color: #CCCCCC;
}
#menuIE ol li { /* remove bullets and list indents */
	list-style: none;
	margin: 4px 0 4px 6px;
	padding: 0;
	display: block;
	width: 124px;
	background-color: #CCCCCC;
}
/* style, color and size links and headings to suit */
#menuIE a, #menu h2 {
	display: block;
	margin: 0 0 0 0;
	padding: 1px 0 1px 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a8b3ae;
	border-right-color: #a8b3ae;
	border-bottom-color: #a8b3ae;
	border-left-color: #404e5c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
}

#menuIE h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menuIE a {
	color: #404e5c;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#menuIE a:hover {
	color: #343f4a;
	background-color: #cfdbe9;
	background-image: url(../images/menuRollBkgd.png);
	background-repeat: repeat;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #660000;
	width: 110px;
}

#menuIE li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
	margin-left: 0px;
	left: 0px;
	padding-left: 2px;
	margin-bottom: 1px;
	height: auto;
	width: 130px;
}

#menuIE ul ul li {
	float:left;
	position:relative;
	height:auto;
	padding-top:0px;
	z-index:500;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	width: 127px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	left: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0e2945;
	}
#menuIE li li{
	/* make the list elements a containing block for the nested lists */
	position: relative;
	margin-left: 0px;
	left: 0px;
	line-height: 98%;
	padding-left: 0px;
	margin-bottom: -1px;
	border-bottom: solid 1px #2c465c;
	padding-top: 0px;
}
#menuIE ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 200px; /* width is based on the containing block */
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: auto;
	padding-right:6px;
}
div#menuIE ul ul ul,
div#menuIE ul ul li:hover ul ul
{display: none;}

div#menuIE ul ul li:hover ul,
div#menuIE ul ul ul li:hover ul
{display: block;}

[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
 
#menu ul li {
	float: left; /* cure IE5.x "whitespace in lists" problem */
	width: 127px;
}
#menu ul li li{
	float: left; /* cure IE5.x "whitespace in lists" problem */
	width: 250px;
	text-align: left;
	background-position: left;
	padding-left: 0px;
	margin-left: 0px;
	left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #321801;
	border-right-color: #321801;
	border-bottom-color: #321801;
	border-left-color: #321801;
}
#menu ul li a {
	height: 2%; /* make links honour display: block; properly */
	padding-left: 8px;
} 

#menu a, #menu h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal;/* if required use em's for IE as it won't resize pixels */
	padding-bottom: 4px;
} 
</style>
<![endif]
