#tabs {
width:250px;
float:left;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #7c2625;
}

#tabDisplay {
	width:450px;
	padding-left:20px;
	float:left;
}
#tabs ul {
/*background: #eee;*/

}
#tabs li {
list-style: none;
}
* html #tabs li {
display: inline; /* ie6 double float margin bug */
}
#tabs li,
#tabs li a {
}
#tabs ul li a {
text-decoration: none;
padding: 0px;
font-size:11px;
color: #7c2625;
font-weight: bold;
}

#tabs ul li a:hover {
padding: 0px;
font-size:11px;
color:#333333;
font-weight: bold;
}
#tabs ul li.active {
background-image:url(images/nav-right.jpg) no-repeat right top;
}