@charset "ISO-8859-1";
#menu_bg {
	background: url(../images/menu_bg.gif) repeat-x;
	height: 32px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#menu_box {
	color: #FFFFFF;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	height: 32px;
}

#exampleMenu {
	margin: 0px auto;
	width: 100%;
	padding: 0;
	list-style-type: none;
	text-align: center;
	height: 32px;
}

#exampleMenu li {
	margin: 5px 0 2px;
	display: -moz-inline-box;  /* for Mozilla based browsers */
	display: inline-block;  /* IE5/Mac needs these to have a set width. Change it when necessary. */  /* start for IE5/Mac only \*//*/
    width: 5em;
  /* end for IE5/Mac only */
}

#exampleMenu li a {
	display: block;  /* for Mozilla based browsers */
	display: inline-block;
	padding: 4px 6px 6px;
	text-decoration: none;
	color: #FFFFFF;
}
#exampleMenu li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
}
#exampleMenu .inline_active a {
	background: url(../images/button_bg.gif);
}

li.inline {
	display: inline;
	padding-left: 3px;
	padding-right: 7px;
	border-right: 1px solid white;
	color: #FFFFFF;
  }
li.inline_active {
	display: inline;
	padding-left: 6px;
	padding-right: 5px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin-right: 10px;
}

li.last {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	border-right: 0px;
	color: #FFFFFF;
 } 
 li.last_active {
	display: inline;
	padding-left: 3px;
	padding-right: 5px
	border-right: 0px;
	color: #FFFFFF;
	margin-right: 10px
 } 
 
 #exampleMenu .last_active a {
	background: url(../images/button_bg.gif);
}
 
#menu_left {
	float: left;
	width: 24px;
	height: 32px;
	background: url(../images/menu_left_shadow.gif);
}
#menu_right {
	float: left;
	width: 18px;
	height: 32px;
	background: url(../images/menu_right_shadow.gif);
}
#buttons {
	float: left;
	width: 825px;
	margin-top: 2px;
}
