/* CSS Document - drop down menu */
div#listmenu_lol ul {margin:0; padding:0;} 
.clear{clear:both;font-size:0;display:block;height:0;}

/* the horizontal menu starts here */
div#listmenu_lol {
text-decoration:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

div#listmenu_lol ul {
 list-style-type: none;margin: 0; /* indents ul from edge of container */
}

div#listmenu_lol li {
float:left;	/* causes the list to align horizontally instead of stack */
list-style-type:none;	/* removes the bullet off each list item */
padding: 6px;
line-height:1em;
}
/*	
div#listmenu_lol li:first-child {
	border-left:1px solid #3B6B75; /*the first vertical line on the menu */
	}*/
div#listmenu_lol li.nohover:hover { 
	background-color:#003d60; /*sets the background of the menu items */
	}
div#listmenu_lol li:hover { 
	background-color: #35ABBD; /*sets the background of the menu items */	
	}
div#listmenu_lol a {
	display:block;
	text-decoration:none;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}
div#listmenu_lol a:hover {
	color: white;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu_lol ul li {
float: left; 
list-style-type:none;	/* removes the bullet off each list item */
background-color:#00309C; /*sets the background of the menu items */
padding: 6px;
line-height:1em;
white-space: nowrap; 
}
div#listmenu_lol ul li ul {
	list-style-type: none;
	width:12em;
	left: -1em;
	margin-top: 6px; /* positions drop downs */
	margin-left: -6px;
	text-align:left;
	position: absolute;
}
div#listmenu_lol ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-bottom:1px solid gray;
	white-space: normal;
	}
div#listmenu_lol ul li ul li:first-child {
	border-top:1px solid #3B6B75; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu_lol ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu_lol ul li:hover ul {left:auto;display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu_lol ul li ul li ul  {
	visibility:hidden; /* same effect as display:none in this situation */
	margin-left:136px;
	margin-top:-18px;
	position: absolute;
}
div#listmenu_lol ul li ul li ul li {
	padding-left: 20px;
	white-space: normal;
}	
	
div#listmenu_lol ul li ul li ul li ul li {
	padding-left: 30px;
	white-space: normal;
}	

div#listmenu_lol ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* second level popouts start here*/
div#listmenu_lol ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu_lol ul li ul li ul li:hover ul  li{visibility:visible;} /* same effect as display:block in this situation */

/* third level popouts start here*/
div#listmenu_lol ul li ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu_lol ul li ul li ul li ul li:hover ul {top:auto;display:block} /* same effect as display:block in this situation */

a.linkHoverWithBlue:hover {
	color: white;
	background: blue;
	text-decoration:none;
}
.topShopfor{
   padding:0px;
   margin:0px;
   border:none;
   font-family: arial, verdana, helvetica, sans-serif;
   color:#0404FC; 
   font-size:11px; 
   font-weight:bold;
   background:#EDEDED;
   border:solid 1px #1C646C;
   padding:6px 0 6px 3px; *padding:3px 0;
   width:820px;*width:810px;
   }
.sLeft{
   padding-left:5px;
}
.topShopfor ul li{
   list-style:none;
   margin:0;
   *padding-top:5px;
}
.topShopfor ul{
   float:right;
   padding-left:0px;
   display:inline;margin:0;
}  
.topShopfor li{
   float:left;
   padding:0 2px 0 2px;
}
.topShopfor img{
   border:none;
}
.cspheader{
	vertical-align:center;
	repeat-x;background-color:#350101;
	height:21px;
}

.cspheader ul {
	padding-left:0px;
}
.cspheader ul li{
	 list-style:none;
     margin:0;
}
.cspheader ul li{
	float: left;
}

