/*#sideContent1 ul.side-nav 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 190px;
}

ul.side-nav li 
{
    margin: 0;
    padding: 0;
    list-style-type: none;

}


ul.side-nav a 
{
    display: block;
    text-decoration: none;
    color: #00637B;
    padding: 6px 8px;
    font-size: 12px;
     border-bottom: 1px solid #ddd;
}*/
#sideContent1 ul.side-nav {
	margin: 0 0 14px 6px;
	padding: 0;
	list-style-type: none;
}

#sideContent1 ul.side-nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
}

#sideContent1 ul.side-nav a {
	font-size: 13px;
	color: #3994bd;
	text-decoration: none;
	padding: 5px 0 5px 12px;
	display: block;
}

#sideContent1 ul.side-nav ul a {
	color: #666;	
}

#sideContent1 ul.side-nav a:hover {
	color: #072b61;
}


#sideContent1 ul.side-nav li.selected a, 
#sideContent1 ul.side-nav li.selected ul li.selected a, 
#sideContent1 ul.side-nav li.selected ul li.selected ul li.selected a
{
	color: #072B61;
	background: url(/images/icon_arrow.gif) no-repeat 0 9px;
}


#sideContent1 ul.side-nav li.selected ul a, 
#sideContent1 ul.side-nav li.selected ul li.selected ul a
{
	background: none;
	color: #666;
}

#sideContent1 ul.side-nav li.selected a
{
	color: #072B61;
	background: url(/images/icon_arrow.gif) no-repeat 0 9px;
}

#sideContent1 ul.side-nav li.sub {
	background: transparent url(/images/icon_toggle.gif) no-repeat right 8px;
}

#sideContent1 ul.side-nav li.closeSub {
	background: transparent url(/images/icon_toggle.gif) no-repeat -76px 8px;
}

#sideContent1 ul.side-nav ul li.closeSub {
	background: transparent url(/images/icon_toggle.gif) no-repeat -92px 8px;
}

#sideContent1 ul.side-nav li.selected a
{
	color: #072B61;
	background: url(/images/icon_arrow.gif) no-repeat 0 9px;
}


ul.side-nav ul 
{
    margin: 0 0 0 15px;
    padding: 0;
    width: 218px;
}


ul.side-nav ul ul
{
    margin: 0 0 0 15px;
    padding: 0;
    width: 203px;
}


#sideContent1 ul.side-nav ul li
{
    margin: 0;
    padding: 0;
	border-top: 1px solid #eee;
	border-bottom: none !important;
}

#sideContent1 ul.side-nav li.selected ul a
{
    font-size: 12px;
}

#sideContent1 ul.side-nav li.selected ul a:hover 
{
    color: #3994bd;
    font-size: 12px;
}

#sideContent1 ul.side-nav li.selected ul ul a 
{
    color: #666;
    font-size: 12px;
}

#sideContent1 ul.side-nav li.selected ul ul a:hover 
{
    color: #3994bd;
    font-size: 12px;
}

#sideContent1 ul.side-nav li.selected ul a:hover, 
#sideContent1 ul.side-nav li.selected ul li.selected ul a:hover
{
	background: none;
	color: #072b61;
}

ul.side-nav ul strong a 
{
    color: #666;
}
