#storeMenuBar{
position: relative;
background-image: url('storeMenuBar_BG.png');
background-repeat: repeat-x;
height: 124px;

width: 100%;
}

#menuBarItems{
position: relative;
width: 900px;
margin-left:auto;
margin-right: auto;
}

#storeMainIcon{
position: absolute;
left: 30px;
top:0px;
}


#mainBox {
	position: relative;
    font-family: Verdana;
    font-size: 12px;
    width: 600px;
    left: 40px;
    height: 1100px;
    top:-30px;
	
}



/* @group Site Map */

ol.sitemap {
	display: block;
	
	padding: 0;
}

ol.sitemap li.title {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	width: 100%;
	font-size: 1.5em;
	margin: 40px 0 10px;
	
	font-family: Verdana;
	font-weight: 500;
	padding-bottom: 10px;
	color: #ffffff;
}

ol.sitemap li {
	list-style-type: none;
	width: 33%;
	height: 20px;
	float: left;
	margin-bottom: 5px;
}

/* @end */





