
#mid {

			background: url("../images/bg-stores.gif") repeat;
			background-color: #F8DFC9;
		}
		
#subnav-stores { 
				width: 300px;
				text-align: center;
				float: left;
				position: relative;
				top: -78px;
				left: 65px;
			}	
			
			#subnav-stores #top { 
					background: url("../images/stores/subnav-top.gif") no-repeat;
					padding-top: 69px;
					margin: 0;
				}
				
				#subnav-stores #top img.subnavTitle {
					margin-left: -30px;
				}
			
			#subnav-stores #middle { 
					background: url("../images/stores/subnav-bg.gif") repeat-y;
					margin: 0;
					padding: 0;

				}
				
				ul#stores {
					padding-left:15px;
				}
				
				ul#stores li { 
					margin-left: -10px;					
				}
				
				ul#stores li a { 
					color: #6C3F6C;
				}
					ul#stores a:hover, ul#stores li.selected a { 
						color: #CF84A4;
					}