@charset "utf-8";
/* CSS Document */
#Shopping {
    width:900px;
	height:450px;
    padding:6px 0;
    background-color: #FFFFff;
    border:1px solid #C00;
    margin-left: auto ;
    margin-right: auto ;
    margin-top:50px;
 }
#Shopping_menu{
width:200px;
float:left;
margin-left:15px;
height:230px;
text-align:left;

}


#Shopping h1{
font-family:sans-serif;
 color:#030;
 font-size:1.2em;
 margin-top:8px;
 margin-bottom:0px;
 text-align: center;

}
#Shopping p{
font-family:sans-serif;
 color:#030;
 font-size:1.0em;
 margin-top:2px;
 margin-bottom:2px;
 margin-left:4px;
 margin-right:8px;
 text-align: left;

}
#Shopping h2{
font-family:sans-serif;
 color:#030;
 font-size:1.2em;
 margin-top:8px;
 margin-bottom:5px;
 text-align: center;

}
#Shopping_menu h1{
font-family:sans-serif;
 color:#030;
 font-size:0.9em;
 margin-top:8px;
 margin-bottom:8px;
 text-align: center;

}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px;
	border-bottom: 1px solid #ccc;
	color: navy;
	font-size:0.9em;
	}

ul li {
	position: relative;
	}
li ul {
	position: absolute;
	background-color:white;
	left: 189px;
	top: 0;
	width: 250px;
	display: none;
	font-size:1.0em;
	}
ul li a {
	display: block;
	text-decoration: none;
	color:#603;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-size:1.0em;
	}
ul li a:hover {
background-color:yellow;	
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
li:hover ul, li.over ul { 
	display: block; 
}

