
#mid {

			background: url("../images/bg-contact.gif") repeat;
			background-color: #E9E8E9;
		}
		
#subnav-contact { 
				width: 280px;
				text-align: center;
				float: left;
				position: relative;
				top: -78px;
				left: 50px;
			}	
			
			#subnav-contact #top { 
					background: url("../images/contact/subnav-top.gif") no-repeat;
					padding-top: 70px;
					margin: 0;
				}
				
				#subnav-contact #top img.subnavTitle {
					margin-left: -25px;
				}
			
			#subnav-contact #middle { 
					background: url("../images/contact/subnav-bg.gif") repeat-y;
					margin: 0;
					padding-bottom: 50px;
					padding-left: 50px;
				}
				
				
				ul#contact li a {
					color: #7C497C;
				}
				
					ul#contact li a:hover, ul#contact li.selected a { 
						color: #EAE7FF;
		
					}
