
#topNavBar
{
 text-align: center;
 position: relative;
 margin-left: 50%;
 margin-right: 0px;
 left: -352px;
 top: -684px; 
 
}

#leftNavGroup
{
position: absolute;
top: 2px;
}

#rightNavGroup
{
position: relative;
left: 572px;
width: 142px;
}


/* Start Drop Down Menu CSS */

#cssdropdown #shopli
{
  position: absolute;
  top: -2px;
  left: 152px;
}

#cssdropdown, #cssdropdown ul
{
  padding: 0;
  margin: 0;
  list-style: none;
}

#cssdropdown li
{
  float: left;
  position: relative;
  top: -2px;
}

.mainitems
{
  border: none;
  height: 50px;
}

.mainitems a
{
  /* margin-left: 6px; */
  margin-right: 8px;
  height: 25px;
  text-decoration: none;
}

.subuls
{
  color: white;
  font-weight: bold;
  display: none;
  width: 155px;
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #FF7800;
  border: 0;
  z-index: 100000;
  filter:alpha(opacity=65);
  -moz-opacity:.65;
  opacity:.65;
}

.subuls li
{
  width: 100%;  
  padding: 0 0 0 3px;
  background-image: url('../images/blank.gif');
  background-repeat: no-repeat;

}

.subuls li a
{
  text-decoration: none;
}

.subuls li a:hover, .subuls li a:link, .subuls li a:visited
{
  color: white;
}

.subuls li#past
{
  background-image: url('../images/past.jpg');
}

.subuls li#past:hover
{
  background-image: url('../images/past-black.jpg');
}

.subuls li#current
{
  background-image: url('../images/current.jpg');
}

.subuls li#current:hover
{
  background-image: url('../images/current-black.jpg');
}

.subuls li#future
{
  background-image: url('../images/future.jpg');
}

.subuls li#future:hover
{
  background-image: url('../images/future-black.jpg');
}

.subuls li#inventory
{
  background-image: url('../images/inventory.jpg');
}

.subuls li#inventory:hover
{
  background-image: url('../images/inventory-black.jpg');
}

#cssdropdown li>ul {/* to override top and left in browsers other than IE, which will position ot the top right of the containing li, rather than the bottom left */
  top: 25px;
  left: auto;
}

#cssdropdown li:hover ul, li.over ul { /*lists nested under hovered list items */
  display: block;
}
/* End Drop Down Menu CSS */

#size
{
  position: relative;
  top: -3px;
  left: 550px;
}