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


#subNav {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 27px;
	border-top: 3px solid #E2DFCD;
	border-bottom: 3px solid #E2DFCD;
	
}
#storenav {
	position: relative;
	padding-left: 4px;
	font-size: 14px;
}
#storenav li {
	padding: 6px 16px;
  float: left;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
  }
#storenav li a, #storenav li a:visited {
	color: #080F46;
	text-decoration: none;
}
#storenav a:hover {
	color: #C00;
	text-decoration: none;
}
#storenav li ul {
	position: absolute;
	top: 27px;
	right: -3px;
	width: 140px;
	height: auto;
	background: #ABA697;
	border-bottom: 3px solid #E1DECC;
	border-left: 3px solid #E1DECC;
	border-right: 3px solid #E1DECC;
}
#storenav li ul li {
	font-size: 16px;
	padding: 2px 6px 2px 2px; 
	float: none;
	border-top: 3px solid #E1DECC;
}
#storenav li ul {
	text-align: center;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
li > ul {
	top: auto;
 	left: auto;
 	}
#storenav li:hover ul, #nav li.over ul {
	display: block;
	clear: both;
}
