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

body {
	background: #fff;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:100%;
	line-height:1.125em; /* 16x1.125=18px */
	margin:0;
}

#bannerMenu{
margin: 0;
padding: 0;
}
#bannerMenu ul{
margin: 0;
background-color: #ff9933;
float: left;
padding-left: 4px;
width: 850px;
font-size: 1.125em; /* 16x1.125=18px */
display: inline;

}
* html #bannerMenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 3px; /*menu offset from left edge of window in IE*/
}
#bannerMenu ul li{
display: inline;
}
#bannerMenu ul li a{
float: left;
color: #fff;
font-weight: normal;
height: 40px;
margin: 24px 30px 0px 8px;
text-decoration: none;
}
#bannerMenu ul li a:visited{
color: #fff;
}
#bannerMenu ul li a:hover, #bannerMenu ul li a#selected {
color: #fff;
}
#bannerMenu ul li a#black {
color: #000;
}
#bannerMenu ul li a.down{
color: #fff;
background: transparent url(../images/hover.gif) bottom center no-repeat;
}
#bannerMenu ul li a#blackDown{
color: #000;
background: transparent url(../images/hover.gif) bottom center no-repeat;
}
