
ul.workList{
border:0px solid #000; 
list-style:none; 
margin:10px 0px 0px 0px;
padding:0px;
width:700px;
}

ul.workListMap{
background: url("images/whiteservice_map.jpg");
width:468px;
height:511px;
position:relative;
}

li.workItem{

float:left;
width:310px;
display:block;
margin-right:20px;
padding-left:20px;
height:26px;


}

li.workItemMap{
width:150px;
position:absolute;
border:0px solid #000; 
padding-left:0px;
}

li.workItem a{

}

li.workItem img{
margin-right: 8px;
}



.workInRight{

}

.workPopup {
				display:none;
				position: absolute;
				margin-top: -30px;
				width: 320px;
				margin-left:240px;
				z-index: 9999;
			} 
.workInRight{
margin-left:-350px;
}	
.worksMap{
margin-left:20px;
}		
			.worksLeft .workPopup {
				right: -332px;     
			}
			
			.worksRight .workPopup {
				left: -336px;  
			}
			
			li:hover .workPopup {
				display: block;
			}
			
				.workPopupTop {
					background: url("images/popup_top.png");
					height: 24px;
					/*overflow: hidden; */
				}
				
				.worksRight .workPopupTop {
					background: url("images/popup_top_r.png");
				}
				
				.workPopupContent {
					background: url("images/popup_bg.png");
					color: #79808e;
					height: 1%;
					line-height: 1.2em;
					min-height: 40px;
					padding: 2px 30px 2px 13px;
					position: relative;
					zoom: 1;
				}
				
				.worksRight .workPopupContent {
					background: url("images/popup_bg_r.png");
					padding: 2px 13px 2px 30px;
				}
				
					.workPopupContent p {
						margin: 0 0 0.5em;
					}
					
					.mainWorks .workPopupContent ul {
						background: 0;
						color: #79808e;
						font-size: 1em;
						list-style-type: disc;
						margin: 0 0 0 20px;
						padding: 0;
					}

					.mainWorks .workPopupContent li {
						height: auto;
						line-height: 1.2em;
						margin: 0 0 0.5em;
					}

						.mainWorks .workPopupContent li a {
							color: #59243a;
						}

						.mainWorks .workPopupContent li a:hover {
							color: #59243a;
							text-decoration: none;
						}

				.workPopupBottom {
					background: url("images/popup_bottom.png");
					height: 31px;
					overflow: hidden;
				}
				
				.worksRight .workPopupBottom {
					background: url("images/popup_bottom_r.png");
					height: 31px;
					overflow: hidden;
				}
				
				.workPopupArrow {
					background: url("images/popup_arrow.png");
					height: 21px;
					left: -20px;
					position: absolute;
					top: 30px;
					width: 21px;
				}
				
				.worksRight .workPopupArrow {
					background: url("images/popup_arrow_r.png");
					left: 319px;
				}

        .stationsContent h1
        {
         line-height:20px;
        }
