#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	background-color: #fff;
	width: 265px;
	height: 50;
   
	overflow:hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	list-style-type: none;
	border-left: #f60;
	background:#FFFFFF url(images/a.jpg) 1px 0 repeat-y;
	clear: right;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu li {
	border-bottom: 1px solid #FFFFFF;
}

#menu li a {
	color: #FFFEEE;
	display:block;
	text-indent:26px;
	line-height:30px;
}
#menu li a:hover{

background:#FFFFFF url(images/b.jpg) 1px 0 repeat-y;

 }
.dottedstyle{
    background:url(http://www.mysciphone.com/i/dottedLine.gif) top repeat-x;
	padding:5px 0px;
	line-height:153.5%;
}
