/* =Main Navigation Styles
-------------------------------------------------------------*/

ul#articles  /*  HORIZONTAL MENU BAR - POSITIONING */
{
  clear: both;
  float: left;
  margin-bottom: 0;
  padding: 3px 0px;
  width: 730px;
  background-color: #fff;
  height: 22px;
}

ul#articles li /* HORIZONTAL MENU BAR - SPACING OF THE LINKS IN TOP */
{
  display: block;
  border: solid 1px #999;
  float: left;
  margin-left:3px;
  padding: 0px 0px;
  position: relative;
}

/* HORIZONTAL MENU BAR - LINK TEXT SIZING/POSITIONS */

ul#articles li a 
{
border-left:2px solid #EEEEEE;
color:#333138;
display:block;
font-size:10px;
font-weight:bold;
padding:5px 14px;
text-decoration:none;
text-transform:uppercase;
}

ul#articles li a.first {
	border: none;
}

/* HORIZONTAL MENU BAR - HOVER LINK COLORS*/

ul#articles li a:hover, ul#articles li a.current
 

{
  color: #999999;
}

/* HORIZONTAL MENU BAR - HOVER BOX WIDTH FOR DROP MENUS*/


ul#articles li ul, ul#articles li ul li 


{
  width: 180px;
}

/* HORIZONTAL MENU BAR - HOVER BOX COLORS AND POSITIONS*/

ul#articles li ul
{
  background-color: #fff;
  display: none;
  float: left;
  border-top-width: 0;
  position: absolute;
  top: 1em;
  _top: 8px;
  left: 0;
  _left: -1px;
  z-index:45;
  _padding: 0;
}

/* HORIZONTAL MENU BAR - DROP LIST POSITION*/

ul#articles li>ul
{
  top: auto;
  left: auto;
  
}

/* HORIZONTAL MENU BAR - DROP LIST MARGINS*/

ul#articles li ul li
{
  background-image: none;
  border: none;
  display: block;
  margin-left: -1px;
  margin-top: 1px;
  padding: 0;
  z-index: 46;
  _line-height: 14px;
}

ul#articles li ul li a
{
  padding: 5px 14px 5px 15px;
}

/* HORIZONTAL MENU BAR - DROP LIST HOVER COLOR*/

ul#articles li ul li a.current
{
  color: #F86208;
  font-weight: bold;
  

}

/* HORIZONTAL MENU BAR - DROP LIST HOVER LINKS COLOR*/

ul#articles li ul li a.current, ul#articles li ul li a:hover
{

  color: #999; /*TEXT COLOR OF LINK*/

}

/* HORIZONTAL MENU BAR - DROP LIST BLOCK SET UP BLOCK / OVAL  ETC*/

ul#articles li:hover ul, ul#articles li.over ul
{
  display: block;
  z-index:45;

}

* html ul#articles li.over ul
{
  margin-top: 14px;
}

/* SIDE MENU BAR - POSITIONING DISTANCE FROM ARTICLE MENU */

ul#side_nav_links {
	position: relative;
	z-index: 150;



}

/* SIDE MENU BAR - WIDTH FONT SIZES FOR LINKS,PADDING & TEXT COLORS */

ul#side_nav_links li a {
	display: block;
	width: 169px;
	padding: 5.5px 17px;
	color: #2b2b2b;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

/* SIDE MENU BAR - HOVER COLORS OF BACKGROUND AND ROLLOVER*/	
ul#side_nav_links li a:hover {
	color: #ffffff;/*ROLLOVER TEXT COLOR CHANGES*/
	background-color: #2b2b2b;/*BOX COLOR*/
}


/* SIDE MENU BAR - spacing between each side link height*/	
ul#side_nav_links li {
	height: 22px;
}


/* SIDE MENU BAR - Relationship of side menus distance to submenu */
ul#side_nav_links li ul {
	background-color: transparent;
	position: absolute;
	z-index: -1;
	top: 24px;
	*top: 26px;
	left: -999em;
}

/* SIDE MENU BAR - Submenu background color and width*/


ul#side_nav_links li:hover ul, ul#side_nav_links li.over ul{
	background-color:#CCCCCC;/*BOX COLOR*/
	left: 120px;
	z-index: 1001;
}


/*top menu*/
.header_nav a {
	padding:18px;
	color: #9C9091;
	font-weight: bold;
}