/*.TopLevel {
	background-image: url(../images/navlinesep.jpg);
	background-repeat: no-repeat;
	width: auto;
	display: block;
		}
		
		*/

.HasChild
  {
  background: url(../images/arrows.gif) right no-repeat;
  background-color: #006699;
  }

.MenuBar {
	height: 34px;
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-image: url(../images/navSpan.gif);
	padding-top: 10px;
	}
  
.MenuBar a
  {
  color: white;
  text-decoration: none;
  margin: 0;
  padding: 0;
  }  
  
.MenuHorizontal
  {
  background-color: #0F2160 ;
  padding: 0 0 0 33px;
  margin: 0;
  list-style: none;
  line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
  }
  
.MenuHorizontal li
  {
	cursor: pointer;
	float: left;
	position: relative;
	padding-right: 13px;
	padding-left: 13px;
	background-image: url(../images/navlinesep.jpg);
	background-repeat: no-repeat;
	background-position: right -10px;
  }
  
.MenuVertical
  {
  background-color: #0F2160;
  color: #ffffff;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 200px;
  }

.MenuVertical li  
  {
  cursor: pointer ;
  float: none;
  min-height: 20px;
  line-height: 18px;
  padding: 10 0 0 13px;
  margin: 0;
  border-bottom: #ACBCF2 1px solid;
    background-image: none;
  }
  
.MenuVertical li a
  {
  display: block;
  }

.Level1
  {
  position: relative; 
  }

.Level2
  {
  position: absolute; 
  top: 30px;
  left: 20px;
  display: none;
  }

.Level2 li:hover,
.Level2 li.over
  {
  background-color: #713334;
  }

.Level3
  {
  position: absolute; 
  top: 0px;
  left: 200px;
  display: none;
  }

.Level4
  {
  position: absolute; 
  top: 0px;
  left: 200px;
  display: none;
  }

.Level1 li:hover ul.Level2,
.Level1 li.over ul.Level2
  { 
  display: block;
  
  }

.Level2 li:hover ul.Level3,
.Level2 li.over ul.Level3
  {
  display: block;
  }

.Level3 li:hover ul.Level4,
.Level3 li.over ul.Level4
  {
  display: block;
  }

 
 * html .MenuVertical li
   {
   height: 17px;
   
   }
 
 * html .MenuVertical li a
   {
   display: inline;
   }

.Level1 li, .Level2 li, .Level3 li, .Level4 li
  {
  behavior: url(/store/css/ieMenu.htc) ;
  }

