div.content {
    border: #000C7C solid 4px;
    clear: left;
    padding: 1em;
	background:#FFFDDF;
}

div.content.inactive {
	display: none;
}

ul#toc {
   
    list-style: none;
    margin: 0;
    padding: 0;
	font:12px Arial, Helvetica, sans-serif;
	width:100%;
	display:block;
	overflow:hidden;
	background:url(SpryAssets/images/top.jpg) repeat-x top left;
	
}

ul#toc a {

    color: #a9b6da;
    display: block;
    float: left;
    height:30px;
    padding-left: 0px;
    text-decoration: none;
	line-height:30px;
	font-weight: bold;
	padding-top:3px;
}

ul#toc a:hover {

	color: #FFCC31;
    font-weight: bold;
}

ul#toc a:hover span {

}

ul#toc li {
    float: left;
    margin: 0 0px 0 0;
	height:30px;
	list-style-type:none;	
}
.divider{
	background:url(SpryAssets/images/dottenew.jpg) no-repeat right bottom;
	_background:url(SpryAssets/images/dottenew.jpg) no-repeat right bottom;
	padding:0px 15px 0px 15px ;
	line-height:26px;
	font-weight:bold;
}
.divider-none{
	padding:0px 15px 0px 15px ;
	line-height:26px;
	font-weight:bold;
}
ul#toc li a.active {

    color: #FFCC31;
    font-weight: bold;
}
/* For IE Only */
*HTML ul#toc li a.active {

    color: #FFCC31;
    font-weight: bold;
}
ul#toc li a.active span {
    background-position: 100% -60px;
}

ul#toc span {
    
    display: block;
    line-height: 2.3em;
    padding-right: 10px;
	background:url(SpryAssets/images/dottenew.jpg) no-repeat right center;
}
/* For IE Only */
*HTML ul#toc span {
    
    display: block;
    line-height: 2.8em;
    padding-right: 10px;
	background:url(SpryAssets/images/dottenew.jpg) no-repeat right bottom;
}
