
/*  NAVIGATION BLOCK MAIN TOP */

#header a {
   display: block;
   font-family: arial;
   font-size: 1.1em;
   padding-top: 15px;
   height: 29px;
   margin-right: 0px;
	margin-top:18px;
   padding-right:15px;
   color: #00467f;
   text-decoration: none;
   float: right;
   position:relative;
	margin-right:-1px;
	background: url('../images/menu/menu_right.jpg') no-repeat scroll top right;
	background-position:right -138px;
}

#header a:hover {
	background-position:right -46px;
	
}

#header a.external, #navigation ul li a.external {
	color: #faa61a;
	background:none;
}
#header a span {
	padding-right:6px;
	margin-top:-15px;
	float:left;
	display:block;
	background:none;
	width: 4px;
	height: 46px;
	background: url('../images/menu/menu_left.jpg') no-repeat scroll top left;
}
#header a span.left {
	background-position:0 -138px;
}
#header a:hover span {
	background-position:0 -46px;
}
#header a.external:hover{
	text-decoration:underline;
}
#header a.external:hover span {
	background-position:0 0px;
}

#about-us #header a.about-us, #events #header a.events, #exectv #header a.exectv, #resources #header a.resources, #members #header a.members, #career #header a.career{
	background-position:right -92px;
}
#about-us #header a.about-us span, #events #header a.events span,  #exectv #header a.exectv span, #resources #header a.resources span, #members #header a.members span, #career #header a.career span{
	background-position:0 -92px;
}
#header a.exectv:hover{
	color:#AF0021;
}
#exectv #header a.exectv{
	color:#AF0021;
}





/*  NAVIGATION BLOCK ABOVE CONTENT AREA */

#navigation {
 float: left;
 width: 980px;
 height: 45px;
 margin: 0px;
 text-align: left;
 position:relative;
 z-index:500;
 padding:0;
}

#navigation ul {
list-style-type: none;
  margin:0;
padding:13px 0 0 22px;
}

#navigation ul li{
  float: left;
  margin: 0 12px 0 0;

	color:#A0A0A0;
}

#navigation a {
	display:inline-block;
  	text-decoration: none;
  	color: #00467f;
	height: 27px;
	padding-bottom:5px;
}

#navigation a:hover {
  color: #faa61a;
	
}

#navigation ul li a.active{
	font-weight:bold;
	background: url('../images/menu/menu_arrow.jpg') no-repeat scroll bottom center;
}


/*  NAVIGATION BLOCK INSIDE THE CONTENT AREA */

#navigation3{
   display: block;
   float: left;
   width: 100%;
   clear: both;
   margin-top: -12px;
   margin-bottom: 12px;
 

}

  
 #navigation3 ul {
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
}

 #navigation3 ul li{
  	display: block;
  	float: left;
	margin: 0 10px 0 0;
  	padding-bottom: 1px;
	 color: #999;
}

#navigation3 ul li a {
  text-decoration: none;
  font-size: .9em;
  color: #faa61a;
font-weight:bold;
}

#navigation3 ul li a:hover {
  color: #faa61a;
  text-decoration: underline;
}
#navigation3 ul li a.active{
  color: #faa61a;
  text-decoration: underline;
  font-weight: bold;
}

#navigation3 ul li.active {
	color:#faa61a;
	text-decoration: underline;
	  font-weight: bold;
}

 #navigation3 ul li.end{
  border: none;
}


 ul.naviblock  {
  display: block;
  padding: 0;
  width: 100%;
  clear: both;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom:  1px solid #ccc;
  background-color: #ececec;
  margin: 0 0 18px 0;
}

ul.naviblock li{
  display: block;
  float: left;
  list-style: none;
  border-left: 1px solid #ccc;
  background-color: #ececec;
  margin:0;
  line-height:1;
}

.naviblock li a {
  text-decoration: none;
  font-size: .7em;
  color: #636363;
  display:block;
  padding:5px 10px 4px 8px;
}

a.red_block {
	background:#b13539;
	color:#fff;
	cursor:default;
}



