/* menu styles */
 div#menu-contain {
	width: 1100px;
	height: 35px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #57250C;
	background-repeat: repeat-x;
	background-image: url(../images/brown-10-50.png);
 }
 div#menu {
	width: 1100px;
	margin: 0 auto;
	height: 35px;
 }
 ul#menu-ul {
 	list-style-type: none; 
  }
 ul#menu-ul li {
	border-right:2px solid #222222;
	color:white;
	display:block;
	float:left;
	font-family:arial;
	font-size:14px;
	height:25px;
	list-style-type:none;
	margin:0;
	padding: 8px 28px 0;
  } 
  li#selected {
  	background-color: white; 
	height: 27px!important;
  	height: 35px;
  	color: #222;
  	margin: 0px !important; 
	border-right: 2px solid black!important;
  }
    li#selected-last {
  	background-color: white; 
  	height: 35px;
  	color: #222;
  	margin: 0px !important; 
	border-right: 0px!important;
	padding: 10px 15px 0 15px!important;
  }
  li#selected a {
  	color: #222 !important; 
  }  
  li#selected-last a {
  	color: #222 !important; 
  }
  li#last {
  	margin: 7px 0 0 0px !important;
  	padding: 0px 0 0 20px !important;
  	border-right: 0 !important; 
  }
  ul#menu-ul li a {
 	font-family: arial;
 	color: white;
 	font-size: 14px;
  }
  ul#menu-ul li#home {
  	width: 60px;
  	background-color: white;
  	border-bottom: black 1px solid;
  	height: 34px;
  	text-align: center;
  	margin: 0 0 0 2px;
  	padding: 0px;
  }
  li#home-off {
  	margin: 0!important; 
  	padding: 0px 0 0 4px!important; 
  	height: 34px!important; 
 	width: 60px; 
  	text-align: center;
  }
  li#home-off:hover {

  }
  ul#menu-ul a {
  	display: block;
  	text-decoration: none; 
  }
  ul#menu-ul a:hover {
  text-decoration: underline; 
  }
  img.navimg {
  	float: left; 
  }

/* sub menu styles */
 div#menu-sub-contain {
	width: 500px;
	height: 35px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #0366A3;
	background-repeat: url(../images/dark-blue-10-40.png);
	background-repeat: repeat-x;
 }
 div#menu-sub {
	height: 35px;
	background-color: #0366A3;
	background-image: url(../images/dark-blue-10-40.png);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
 }
 #menu-sub ul {
 	list-style-type: none; 
  }
 #menu-sub li {
	border-right:2px solid #222222;
	color:white;
	display:block;
	float:left;
	font-family:arial;
	font-size:14px;
	height:25px;
	list-style-type:none;
	margin:0;
	padding: 8px 28px 0;
  } 
  #menu-sub li a {
 	font-family: arial;
 	color: white;
 	font-size: 14px;
  }
  ul#menu-sub ul {
  	width: 60px;
  	background-color: white;
  	border-bottom: black 1px solid;
  	height: 34px;
  	text-align: center;
  	margin: 0 0 0 2px;
  	padding: 0px;
  }
  ul#menu-sub-ul a {
  	display: block;
  	text-decoration: none; 
  }
  ul#menu-sub-ul a:hover {
  text-decoration: underline; 
  }

