	#menu1{
	background:#fff;
	width:190px;
	padding:0px;
	margin: 0px;
	}
		#menu1 ul{
	padding: 0px;
	margin: 0px;
	margin-left:15px;
	list-style:url(../Logo/dot.jpg)
		}
			#menu1 li{
/*	display:block;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
			}
				#menu1 li a{
	display:block;
	color:#D1111E;
	font-size:11px;
	text-decoration:underline;
	padding:5px 5px 10px 15px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 27px;
				}
					#menu1 li a:hover{
	color:#363636;
	text-decoration:none;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
					}
				#menu1 li .current{
	list-style:none;
	display:block;
	color:#D1111E;
	font-size:11px;
	text-decoration:none;
	padding:5px 5px 10px 15px;
	background-color: #383838;
	background-repeat: repeat-x;
	background-position: top;
				}
					#menu1 li a.current, #menu1 li a:hover.current{
	color:#FFFFFF;
	text-decoration:underline;
	background-color: #CB161D;
	background-repeat: repeat-x;
	background-position: top;
					}
