#page {
     margin: auto;
     width: 239px;
     position: relative;
}
UL.mytabs {
  /*    position: relative; */
    /*  z-index: 2; */
     width:239px;
}
UL.mytabs, UL.mytabs LI {
     margin: 0;
     padding: 0;
     list-style: none;
     float: left;
     height: 22px;
}
UL.mytabs LI { /* padding: 0 5px; */      background-image: url(/images/Property/tdc/navElements/home/buttons/tabNon.png);width:80px;}
UL.mytabs LI A {
     float: left;
     padding:7px 0 0 10px;
   /*   border-bottom: 1px solid #E0E0E0; */
     text-decoration: none;
     color: #827a86;
     width:70px;
}
UL.mytabs LI A:HOVER, UL.mytabs LI.current A {
   /*   background: #FFFFFF; */
}
UL.mytabs LI.current A {
    /*  font-weight: bold; */
     /* font-size: 14px; */
     color:#ffffff;
     /* border-bottom: 1px solid #FFFFFF; */
}
UL.mytabs LI.current{
	background-image: url(/images/Property/tdc/navElements/home/buttons/tabSel.png);
}
.mytabs-container {
     position: relative;
    /*  z-index: 1; */
     clear: both;
     border-top: 0px;
     border-left: 1px solid #49484a;
     border-right: 1px solid #49484a;
     border-bottom: 1px solid #49484a;
     padding: 10px;
     height:300px;
     
     background-image: url(/images/Property/tdc/navElements/home/tabContainerBg.png);
     
}
#tabs-container{
	     position: relative;
   clear: both;
	height: 290px;
	
	overflow:hidden;
}
.hrRule {
	background-color:#49484A;
	border:0 none;
	clear:both;
	color:#49484A;
	height:1px;
	width:79px;
	left:160px;
	position:absolute;
	top:21px;
}

.mytabs-container p{
margin-top:0px;
}
html<.hrRule {
	float:right;
}

