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

#navigation {
width:630px;
height:32px;
float:left;
display:inline;
position:relative;
font:18px "Comic Sans MS", Verdana, sans-serif;
background-color:#F6921D;

}
	
#navigation ul {
  float:left;
background-color:#F6921D;
  margin:0;
  padding: 0;
/*  border:solid 1px #CCC;
  border-left:none;*/
  list-style: none; }
  #navigation ul li {
  	position:relative;
	float:left;
    display: inline; 
	line-height:24px;
	}
  #navigation ul li a{
    float: left;
    border-right: solid 1px #ffffff;
    padding: 4px 19px;
    text-decoration: none;
	color:#ffffff;
	}
  #navigation ul li a:hover{
    text-decoration: none;
	background:#bf272d;
    }

	
	
	
