/*
 * Styles for the horizontal menu at the top of the page.
 *
 */

td.article_column img{
  color: red;
  max-width: 100px;
}
 
div.topmenu  {
  clear: left;
  width: 850px;
  /*height: 20px;*/
  height: 28px;
  background: url(../images/topmenu/topmenu_big_left.png) left no-repeat;
  background-color: #487ca1;
  margin-bottom: 4px;
  border-top-color: #3f515f;
  border-top-style: solid;
  border-width: 1px;
  border-bottom-color: #3f515f;
  border-bottom-style: solid;
  
}

div.topmenu div {
  background: url(../images/topmenu/topmenu_big_right.png) right no-repeat;
  min-width: 4px;
  min-height: 28px;  
}

div.topmenu div div{
  background: transparent;
}

div.topmenu div div div {
  height: 28px;
}

div.topmenu ul {
  margin: 0;
  padding-left: 0px;
  padding-top: 4px;
  list-style:none;
}

div.topmenu li {
	float: left;
	margin: 0;
	padding: 0;
}

div.topmenu a {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  
	float:left;
  
  padding-left: 20px;
  color: #ffffff;
  text-decoration: none;
}

