@charset "UTF-8";
/* CSS Document */

/* styles for mobile */
@media screen and (max-width: 800px) {
  #topmenu { height: auto; }
  #topmenu li { float: none; width: 100%;}
  #topmenu a { line-height: 40px; }
  #topmenu ul { position: relative; }
}

#topmenu{
  font-size: 14;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-weight:100;
  text-align:center;
  clear: both;
  padding-top: 1px;
  max-width: 1050px;
  margin: 0 auto;
}
#topmenu ul{
	height: auto;
	padding: 0px;
	margin: 10px;
}
#topmenu li{
	display: inline;
	padding: 0;
	line-height: 20px;
}

#topmenu ul li {
	padding: 5px;
}

#topmenu a{
	text-decoration: none;
	color: #202740;
	padding: 8px 10px 8px 10px;
  background-color: #ffffff;
  border: solid 1px;
  border-color: #aaaaaa;
    border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#topmenu a:hover{
	color:#A70101;
}