/************************************************
*	Header  		 						*
************************************************/

#header { 
  position: relative; 
  width : 100%; 
  height : 90px;
  margin : 0 auto 0; 
  padding : 0;
  color: #000;
}
#logo, #logo2 { 
  position: absolute; left: 20px; top: 15px;
  float : left; 
  width : 300px; 
  height : 90px; 
  border: 0;
} 
#description { 
  position: absolute; left: 160px; top: 85px;
  width : auto; 
  font-family :  Verdana, Arial, Sans-Serif; 
  font-size : 24px; 
  font-weight : normal; 
  color: #000;
} 
#city { 
  position: relative; 
  width : 860px; 
  height : 154px;
  background: url('/wp-content/themes/City_News/images/city.jpg') no-repeat;
  margin : 0 auto 0; 
  margin-left : 320px;
  color: #000;
}
.add_header { 
  position: absolute; right: 20px; top: 10px;
  width : 200px; 
  height : 28px; 
} 

/************************************************
*	menu								*
************************************************/	

#menu {  
  position: relative; 
  width : 100%; 
  height : 46px; 
  margin : 0 auto 30px; 
  padding : 0; 
  color : #fff; 
  text-align: left;
  z-index: 100;
} 
#menu .left {  
  float: left;
  height : 46px; 
  margin : 0; 
  padding : 0; 
  color : #fff; 
  text-align: left;
  z-index: 100;
} 
#menu .right {  
  float: right;
  width : 190px; 
  height : 46px; 
  margin : 0; 
  padding : 0; 
  color : #fff; 
  text-align: left;
  z-index: 100;
} 

/************************************************
*	Search Form									*
************************************************/

#menu form#searchform { 
  float: right;
  width : 180px;
  height: 26px;
  margin : 11px 12px 0 0; 
  padding : 0; 
  z-index: 1000;
} 
#s { 
  float: left;
  background : #fff; 
  width : 122px; 
  height: 17px;
  color : #000; 
  font-size : 13px; 
  font-weight : normal; 
  margin : 0; 
  padding : 3px; 
  display : inline; 
} 
#searchform #sbutt  { 
  float : right; 
  width : 45px; 
  height : 25px; 
  color : #fff; 
  font-size : 13px; 
  text-align : center; 
  padding : 0 0 4px 0; 
  margin : 0; 
  cursor : pointer; 
} 	

/************************************************
*	cat_menu  			   			*
************************************************/

#cat_menu, #cat_menu li {  
  float: left;
  z-index: 100;
  list-style-type: none;
  background : transparent;    
}
#cat_menu {
  margin : 0; 
}
#cat_menu li {
  position: relative;
  margin : 1px 0 0 0; 
  padding: 0;
  text-align: center;
}
#cat_menu li a:link, #cat_menu li a:visited {  
  padding: 11px 15px 22px 15px;
  color: #fff;
  font-size: 16px;
  background : transparent;    
  display: block;  
}
#cat_menu li a:hover, #cat_menu a:active {  
  color: #fff;
  padding: 11px 15px 22px 15px;
  display: block;
  text-decoration: none;
}
#cat_menu li.current-cat, #cat_menu li.current_page_item  {  
  text-decoration: none;
}

/************************************************
*	menu children			   			*
************************************************/

#cat_menu .children {
  position: absolute; top: 45px; left: 0;
  background: #eee;
  width: 200px;
  border: 1px solid #ddd;  
  z-index: 1000;
  display: none;
}
#cat_menu .children li {  	 
  float: left;
  position: relative;
  width: 200px;
  height: auto;
  background : transparent;    
  font-weight: normal;
  text-align: left;
  line-height: 1;
  margin: 0;
}
#cat_menu .children li a:link, #cat_menu .children li a:visited {  
  float: left;
  width: 180px;
  background : transparent;    
  padding: 6px 10px 8px 10px;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  text-decoration: none; 
}
#cat_menu .children li a:hover, #cat_menu .children li a:active {  
  float: left;
  width: 180px;
  height: auto;
  padding: 6px 10px 8px 10px;
  font-weight: normal;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
#cat_menu .children li.current-cat {  
  background : transparent;    
}
#cat_menu .children img {
  border: 0;
  margin: 2px 5px -2px 0;
}

/************************************************
*	sub sub menu 			   			*
************************************************/

ul#cat_menu ul ul {
  position: absolute; top: 10px; left: 200px;
  display: none;
  z-index: 99;
}
ul#cat_menu ul ul ul {
  position: absolute; top: 10px; left: 200px;
  display: none;
  z-index: 99;
}

