
/* 
  @file: style.css
*/

*{
	margin:0;
	padding:0
}

body {
	background: #F1F2E8;
	font: 1em Arial;
}


#header {
	height:80px;
	width:100%
}

#content {
	margin: 10px auto;
	width:  777px;
	border:0px solid #B2DBFF;
	background:#fff;
}

ul {
	font-size: .9em;
	text-transform: uppercase;
	list-style: none;
	padding:1em;
	overflow: auto;
}
ul li {
	float: left;
	line-height: 30px;
	margin: 0 .5em 0 0;
}
ul li a {
	color: #333;
	display: block;
	padding: 0 0 0 .5em;
	text-decoration: none;
}
ul li a span {
	display: block;
	padding: 0 .5em 0 0;
}
ul li a:hover, ul li.current a {
	background: url(../images/bg.gif) no-repeat 0 0;
	color: #fff;
}
ul li.active a span,ul li.current a span, ul li a:hover span {
	background: url(../images/bg.gif) no-repeat 100% 0;
}

* html ul li a span {
    cursor: pointer;
    height: 45px;
    float: left;

}

* html ul li a { 
	float:left
}


