/* CSS Document */
.menu_sc{
	width:900px;
	height:30px;
}
.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height:26px;
  width: 880px;
  float:left;
  /* Add scroll-bars */
  overflow: hidden;
  margin-top:10px;
  background: url(../images/bit3/center.jpg) repeat-x ;
}
#sc_menuleft{
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height:26px;
  width: 10px;
  float:left;
  margin:10px 0px 0px 0px;
  /* Add scroll-bars */
  background: url(../images/bit3/left.jpg) no-repeat ;
}
#sc_menuright{
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height:26px;
  width: 10px;
  float:left;
  /* Add scroll-bars */
  margin:10px 0px 0px 0px;
  background: url(../images/bit3/right.jpg) no-repeat; 
}
ul.sc_menu {
  display: block;
  height:26px;
  /* Max width here, for users without Javascript */
  width: 1200px;
  padding:0px 0 0 0px;
  /* Remove default margin */
  margin: 0;
  background: url('navigation.png');
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding:4px 7px 5px 14px;
  color: #5e5e60;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:900;
  width:201px;
  height:26px;
text-align:center;
}
.sc_menu a {
  display: block;
  text-decoration: none;
  color:#5e5e60;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}


.sc_menu span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu a:hover span {
  display: block;
}
/*.sc_menu img {
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}*/

