#main-menu {}

	#main-menu table {}
	
		#main-menu table td, #main-menu table th {
			padding: 1px 10px 1px 26px;
			
			vertical-align: middle;
			text-align: left;
		}
		
		#main-menu table td {}
		
			#main-menu table td a {
				color: #A2A2A2;
				font-size: 10px;
				text-decoration: none;
			}
			
		#main-menu table th {
			border-left: 1px dashed #F86793;
		}
		
			#main-menu table th.first {
				border-left: 0;
			}
		
			#main-menu table th.active {
				background: url(images/marker.gif) no-repeat 10px center;
			}
			
			#main-menu table th a {
				color: #622424;
				font-size: 11px;
				text-transform: uppercase;
				text-decoration: none;
			}