#outer {
              border-bottom: #DDDEFB 1px solid;
              margin: 3px 0px 10px 0px;
              padding: 0px 0px 8px 0px;
              background: #DDDEFB;
              width: 750px;
              height: 24px;
}
#point {
	padding: 0px 0px 0px 0px;
              margin: 8px 0px 0px 130px;
              white-space: nowrap;
              list-style-type: none;
              float: left;
}
#point LI {
	padding: 0px 40px 0px 0px;
              margin: 0px 0px 0px 0px;
              list-style-type: none;
              float: left;
}
#point LI A {
              border: #DDDEFB 1px solid;
              padding: 0px 5px 0px 20px;
              margin: 0px 0px 0px 0px;
              font-size: 11px;
              font-weight: bold;
              background: #DDDEFB;
              float: left;
              color: #424242;
              line-height: 18px;
              font-family: arial;
              letter-spacing: 1px;
              height: 18px;
              width: auto;
              text-decoration: none;
}
#point LI A:hover {
	border: #DDDEFB 1px solid;
	background: url(images/red.jpg) #DDDEFB no-repeat 0px 3px;
              color: #424242;
}
#point LI.current {
              padding: 0px 5px 0px 20px;
              margin: 0px 40px 0px 0px;
              background: url(images/red.jpg) #DDDEFB no-repeat 0px 3px;
              float: left;
              color: #424242;
              font-size: 11px;
              line-height: 18px;
              font-family: arial;
              font-weight: bold;
              letter-spacing: 1px;
              height: 20px;
              width: auto;
              text-decoration: none;
}

