div#Storemenu {
   position :   relative;
   width    :   578px;
   margin   :   1px auto;
   height   :   1.5em;
   z-index  :   150;
   padding  :   0;
	border	:	1px solid black;
	font-weight	:	normal;
  background : #374;
}
ul#nav {
  padding: 0;
  margin: 0;
  list-style: none;
  width :   100%;
}
ul#nav li {
  position: relative;
	float: left; 
   width    :   95px;
   cursor   :   default;
   text-align : center;
}
li#first {
	border-left-width: 1em;
}
li#last {
	border-right-width: 1em;
}
ul#nav li ul {
  display: none;
  width    :   95px;
  position: absolute; 
  top: 100%;
  left: -3.1em;
  font-weight: bold;
  list-style: none;
  padding: 1em 0;
  border    :   1px solid black;
  border-top : none;
  background: #374;
}
ul#nav li > ul {
	top: auto !important;
   top: 100%;
	left: auto !important;
   left: -3.1em;
}
ul#nav li a:hover, 
ul#nav li.over a:hover { 
   color: #f20;
}
ul#nav li:hover ul, 
ul#nav li.over ul { 
   display: block; 
}
ul#nav a {
   font-weight  :   normal;
	color: #ffe;
	text-decoration: none;
}
ul#nav li li {
	display: block;
	background-color: #374;
   border   :   none;
   width    :   95px;
   margin   :   0;
   line-height : 1em;
}
ul#nav li li a {
	display: block;
	font-weight: normal;
	color: #eee;
	padding: 0.3em 5px;
}
ul#nav li li a:hover,
ul#nav li li a:active {
	color	:	#ff0;
}
