.storeMenu {
	text-align: left;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 10px 30px;
	/*	padding: 5px 0px 5px 40px;
	list-style-image: url(http://arthausframing.com/images/Store/bullet_text.gif);*/
	font-weight: normal;
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;

}
.storeMenuL2 {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}	
	
/*.storeMenu ul li{
	text-align: left;
	padding-left: 0px;
	margin: 0;
	list-style-type: none;
}
*/
.storeMenu a, .storeMenu a:visited {
	display:block;
	color: #000000;
	width:241px;
	border:none;
}
.storeMenu a:hover{
	color: #aa0000;
		font-weight: bold;

}

#storeWelcome{
	float:left;
	width: 278px;
	padding: 0px 20px 0px 0px;
	margin: 2px 0px 15px 0px;
	align:center;
	border: none; 
	text-align: center;
	vertical-align: middle;
}
#deptContainer{
	float:left;
	width: 600px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 10px 0px;
	align:center;
	border: none; 
	text-align: left;
	vertical-align: middle;
}
.department {
	float:left;
	width: 282px;
	height: 170px;
	padding: 0px;
	margin: 2px 0px 5px 15px;
	align:center;
	border: none; /*1px solid #FFFFFF;*/
	text-align: center;
	vertical-align: middle;
	background-color: #cdb994;  //#503E30; //#670101;

}
.affiliate {
	float:left;
	width: 278px;
	padding: 0px 20px 0px 0px;
	margin: 2px 2px 15px 0px;
	align:center;
	border: none; 
	text-align: center;
	vertical-align: middle;

}
.department img{
	border: 2px solid #746152;
	margin:0px;
	
}
.department img:hover{
	border: 2px solid #990000;
	margin:0px;
	
}
.deptTitle{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	width: 277px;
	padding-left: 16px;
	padding-bottom: 0px;
	position: relative;
	background-image: url(../images/up_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.deptTitle:hover{
	color: #990000;
}
.clearAll {
	clear: both;
}