
.content-section-container{
    float: right;
    width: 550px;
}

.content-section{  
    display: none;
}
.content-section-container .content-selected{ 
    display: inline;
    height: auto;
}
.content-selector{
    padding-left: 0px;
}

.content-section-container .rbcontent{
    background-image: url(../images/drop_shadow.png) ;
    background-repeat: repeat-x;
    background-color: white;  
}
.menu-item-header{ 
    height: 20px;
    position: relative;
    left: 10px;
    overflow: hidden;
    font-size: 11px;
	font-weight:bold;
}
.menu-item{ 
    height: 20px;
    position: relative;
    left: 10px;
    overflow: hidden;
    font-size: 11px;
    padding: 3px 0px 0px 0px;
}
.menu-item-seperator{    
    width: 100%;
    color: #555555;
	
}
.menu-item-seperator div{
    border-top: 1px #aaa solid;
    height: 1px;
	
	/*ie hack*/
	font-size:1px;
}
.menu-item-seperator .td{
	vertical-align:center;
}
.menu-item a{
    color: black;
    text-decoration: none;
}
.inset{
	margin-left:15px;
	
}

.menu-item a:hover,
.menu-item .title:hover{
    cursor: pointer;
    color: #ae252b;
}


#menu-selected{
    overflow: visible;
}
#menu-selected .title{
    color: #ae252b;    
}
.menu-item .title{  
    height: 20px;
    position: relative;
    left: 10px;
}
.selected-image{
    top: -15px;
    left: 2px;
    z-index: 0;
}
/*================ [ IE 6 ]=================*/
* html #menu-selected .selected-image{
    position: absolute;
    
    DISPLAY: inline-block;
    FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu_item_selected.png', sizingMethod='scale');
    WIDTH: 183px;
    HEIGHT: 48px;
}
* html .menu-item .title{
    top: -0px;
}
/*================ [ end ]==================*/

/*================ [ Firefox ]==============*/
html>body #menu-selected .selected-image{ 
    /*top: px;*/
    width: 183px;
    height: 35px;
    position: relative;
    background-image: url(../images/menu_item_selected.png);
    background-repeat: no-repeat;
    background-position: 0 -5px;
}
html>body .menu-item .title{  
    height: 20px;
    position: relative;
    top: -5px;
    left: 10px;
}
html>body #menu-selected .title{
    top: -40px;
}
/*================ [ end ]==================*/