<!--

#menu1 { 
 color: #333;
 margin: 0;
 padding: 0 0 2px 0;
 width: 160px;
 display: block;
 position: relative;
 background: #fff url(../images/bar01bg.jpg) left bottom no-repeat;
}

#menu2 { 
 color: #333;
 margin: 20px 0 0 0;
 padding: 0 0 2px 0;
 width: 160px;
 display: block;
 position: relative;
 background: #fff url(../images/bar02bg.jpg) left bottom no-repeat;
}

#menu3 { 
 color: #333;
 margin: 20px 0 0 0;
 padding: 0 0 2px 0;
 width: 160px;
 display: block;
 position: relative;
 background: #fff url(../images/bar03bg.jpg) left bottom no-repeat;
}
 
#category01 {
 width: 160px;
 background: #fff url(../images/bar01.jpg) left top no-repeat;
 }
 
#category02 {
 width: 160px;
 background: #fff url(../images/bar02.jpg) left top no-repeat;
 }
 
 #category03 {
 width: 160px;
 background: #fff url(../images/bar03.jpg) left top no-repeat;
 }
 
#sidemenu ul {
 	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
}

#sidemenu li {
 	margin: 0 0 0 14px;
	padding: 0 0 0 10px;
	list-style-type: none;
	line-height: 1.7;
}

-->

