﻿*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
img{
	border: none;
}
.sideMenu{
	width: 100%;
    background: #fcfcfc;
    font-size: 16px;
    padding: 6px 0;
}
.sideMenu h3{
	display: block;
    padding: 0 26px;
    line-height: 46px;
    _height: 46px;
    text-indent: 36px;
    color: #333;
    background: url(../images/ico15.png) no-repeat 26px center;
	
}
.sideMenu h3 a{
	 color: #333;

}
.sideMenu h3 a:hover{
	color: #680034;

}
.sideMenu ul{
	display: none;
}
.sideMenu ul li{
	display: block;
    padding: 0 26px;
    line-height: 36px;
    _height: 36px;
    text-indent: 36px;
    color: #680034;
    background: #fff url(../images/ico16.png) no-repeat 26px center;
}
.sideMenu ul li a{
	color: #680034;

	
}