#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	width:130px;
}

#menu li {
	display:block;
	width:100%;
	/*padding-right:10px;*/
}

#menu li a {
	color:#093d77;
	display:block;
	width:100%;
}

#menu li a:hover {
	color:#093d77;
	text-indent:2px;
}

#menu li.active a {
	color:#3c8ebf;
	font-weight:bold;
	border-bottom:1px dashed #cccccc;
}

#menul1, #menul2, #menul3, #menul4, #menul5 {
	float:left;
	height:130px;
	width:130px;
}

#menul2, #menul3, #menul4, #menul5 {
	border-left:1px dashed #cccccc;
	padding-left:10px;
}

.menu_desc {
	padding-left:8px;
	color:#999999;
	border-left:1px dashed #cccccc;
}

#menu li a.menu_photo {
	color:#ff6600;
	display:block;
	width:100%;
}

#menu li a.menu_photo:hover {
	color:#ff6600;
	text-indent:2px;
}

