
/****************************************************************************************************/
/* 							Top nav styles and dropdowns											    			*/
/****************************************************************************************************/

#mainlinks {
	margin: 0px 0px 0px;
	width: 960px;
	float:left;
}


.mainlinks_img_A {
text-align:left;

}

/*

REMOVED to enable suckerfish dropdowns - see styles below. http://www.htmldog.com/articles/suckerfish/dropdowns/

#mainlinks li {
	padding-right: 0px;
  display: inline;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px
}

html #mainlinks li {
	background: url(images/links_dot.gif) no-repeat 0px 2px
}

#mainlinks li.nodot {
	padding-left: 0px
}
.mainlinks_img_A {
	border-bottom:#333 1px solid;
	float: left;
	padding-bottom: 5px;
	width: 150px;
	margin-right: 9px;
}
#mainlinks_img_B {
	width:313px;
	border-bottom:#333 1px solid;
	float: left;
	padding-bottom: 5px;
	vertical-align: top;
	
}
*/
.left {
	float: left
}

.clr {
  clear:both;
}

.clr0 {
height:0px;
  clear:both;
}
.clr1 {
  height:1px;
	font-size:0;
  clear:both;
}

.clr2 {
  height:2px;
	font-size:0;
  clear:both;
}
.clr3 {
  height:3px;
	font-size:0;
  clear:both;
}
.clr5 {
  height:5px;
	font-size:0;
  clear:both;
}
.clr7 {
  height:7px;
	font-size:0;
  clear:both;
}
.clr8 {
  height:8px;
  font-size:0;
  clear:both;
}
.clr9 {
  height:9px;
  font-size:0;
  clear:both;
}
.clr10 {
  height:10px;
  font-size:0;
  clear:both;
}
.clr12 {
  height:12px;
  font-size:0;
  clear:both;
}
.clr14 {
  height:14px;
  font-size:0;
  clear:both;
}
.clr15 {
  height:15px;
  font-size:0;
  clear:both;
} 
.clr20 {
  height:20px;
  font-size:0;
  clear:both;
} 
.clr21 {
  height:21px;
  font-size:0;
  clear:both;
} 
.clr23 {
  height:23px;
  font-size:0;
  clear:both;
} 

.clr30 {
  height:30px;
  font-size:0;
  clear:both;
} 


.search_box {
	width:250px;
	float: left;
	vertical-align: top;
	padding-top: 3px;
}
#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav a {
  display:block;
}
#nav li {
  float: left;
  width:120px; 
  border-bottom:1px solid #333;
  padding-bottom:0px;
  margin-right:20px;
}
#nav li img {
  padding:0;
  margin:0;
  border:none;
}
#nav li a {
  padding:0;
  margin:0;
}
body.magazine #nav li {
  border-color:#ccc;
}
#nav li.navSearch {
	width:400px;
	margin-right:0;
  	float:left
}
#nav li img {
  padding:0 0 0 0;
  margin:0 0 0 0;
}
#nav li ul {
  clear:both;
  position: absolute;
  width:120px;
  width:120px;
  margin-left:-10px;
  _margin-left:-70px;
  *margin-left:-70px;
  padding:5px 0 10px 0;
  left: -999em;
  margin-top:1px;
  /*background-color:#000;*/
}
body.magazine #nav li ul {
  clear:both;
  background-color:#fff;
}
#nav li ul li {
  padding:1px 0px 1px 10px;
  margin-right:0;
  border-bottom:none;
  width:120px;
  text-align:left;
}
#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
}
#nav li:hover, #nav li.hover {
  position: static;
}
.search_box right {
	float:left
}
