@charset "utf-8";
/* CSS Document */

.applemenu, div.silverheader{
	width:720px;
}

.applemenu div.silverheader a{
	padding: 8px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	width:700px;
	display:block;
    font-weight:bold;
    background-image:url(../images/plus.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}
.applemenu div.selected a {
	padding: 8px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	width:700px;
    font-weight:bold;
    background-image:url(../images/minus.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}
.menu_body {
	display:none;
	width:680px;
	margin:0 auto;
	background:#202020!important;
}
.menu_body .color-blue{text-transform:uppercase; padding:15px 0 0 5px;}
.menu_body a{
  display:block;
  color:#006699;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }
  
  
.category-header{
	background:url(../images/location-bg-repet.jpg) repeat-x;
	height:42px;
	width:678px;
	margin:0 auto;
	margin-top:32px;
	padding:0;
}
.category-header-left{
	background:url(../images/location-left.jpg) no-repeat left top;
	height:42px;
	width:678px;
	margin:0 auto;
	padding:0;
}

.category-header-right{
	background:url(../images/location-right.jpg) no-repeat right top;
	height:42px;
	width:678px;
	margin:0 auto;
	padding:0;
}
.submenu{
	width:680px;
	margin:0 auto;
}
