DIV#menu,
DIV#menu DIV,
DIV#menu UL,
DIV#menu UL LI {
	float: left;
	clear: left;

	margin: 0;
	padding: 0;
}

DIV#menu {
	width: 193px;
	padding: 0 14px 0 0;
}

	DIV#menu DIV.box {
		background: #000;
		color: #FFF;
		
		width: 173px;
		
		padding: 0 10px;
		height: 34px;
		line-height: 34px;
	}
	
	DIV#menu DIV.box H3 {
		margin: 0;
		padding: 0;
		
		font-size: 16px;
	}
	
	
	DIV#menu UL {
		width: 193px;

		padding: 10px 0;
		display: inline; /* thanks for nothing, ie6 */
	}
	
	DIV#menu UL.dots {
		border-bottom: 1px #000 dotted;
	}

		DIV#menu UL LI {
			list-style-type: none;
			width: 193px;
			
			margin: 0;
			padding: 0;
		}

			DIV#menu UL LI A {
				background: url(../images/header/arrow.gif) no-repeat 10px 6px;
				display: block;
				float: left;
				clear: left;
				display: inline;
				
				height: 20px;
				line-height: 20px;
				
				width: 158px;
				padding: 0 10px 0 25px;
				font-size: 12px;
				
				color: #000;
			}

			DIV#menu UL LI A.active {
				font-weight: strong;
			}
			
		
		DIV#menu UL LI.image {
			height: auto;
		}

			DIV#menu UL LI.image A {
				height: auto;
				line-height: auto;
				background: none;
				padding: 0;
			}

			DIV#menu UL LI.image A:HOVER {
				background: none;
			}

				DIV#menu UL LI.image A IMG {
					border: none;
				}
	
	