@import url(custom_common.css);

@import url(color_schemes/green.css);

@import url(color_schemes/orange.css);

/* ---------- Base styles ---------- */

body {font-size: 11px;}
.body_bg {background: #fff url(../images/back2.jpg) no-repeat top left;}
body body, iframe body {background-image: none !important;}

a {
	color: #005DB7;
	text-decoration:none;
}

a:hover {
	color: #06C;
	text-decoration: none;
}

hr, .separator {
	border-color: #BFBFBF transparent #FFF;
	border-style: solid;
	border-width: 1px 0;
}

#wrapper {
	background: none;
	margin: 0 auto;
	max-width: 90%;
	min-width: 960px;
	position: relative;
}

.ie6 #wrapper {
	width: 90%;
}

#banner {
	background: none;
	height: auto;
}

#banner .company-title {
	float: none;
	margin: 15px 0 0;
	position: static;
}

 #banner .logo a {
	float: left;
}

.current-community {
	display: none;
}

.logo .current-community {
	background: #A6AFBE url(../images/dock/my_places_public.png) no-repeat 15px 50%;
	color: #FFF;
	display: block;
	float: right;
	font-size: 0.8em;
	font-weight: bold;
	margin: 15px 0 0 20px;
	padding: 7px 17px 7px 40px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

#skip-to-content:focus {
	clip: auto;
	right: 0;
	z-index: 200;
}

#sign-in {
	background: url(../images/common/key.png) no-repeat 3px 50%;
	font-weight: bold;
	padding: 5px 5px 5px 25px;
	position: absolute;
	right: 0;
	top: 1.4em;
}

.guest-community .logo .current-community {
	display: none;
}

.private-page .logo .current-community {
	background-image: url(../images/dock/my_places_private.png);
}

.ie6 #banner {
	height: 1%;
}

.ie6 #banner h1.logo {
	height: 1%;
}

/* ---------- Main navigation ---------- */

#navigation {
	width:235px;
	clear: both;
	float:left;
	margin: 0 auto 5px;
	min-height: 2.2em;
	padding: 0 5px;
	position: relative;
	z-index: 1;
}
#navigation h1 {
    display: none;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 3px;
	border-collapse:collapse;
}

.ie7 #navigation ul {
	padding: 2px;
}

#navigation a {
	display: block;
	padding:14px 12px 14px 18px;
	border:solid #d4d4d4;
	border-width:1px 0 0 0;
	border-radius:0;
	-moz-border-radius:0;
	font-size:12px; 
	font-weight:bold;
	color:#e20;
	text-decoration:none;
}

.ie7 #navigation a {
	padding: 4px 15px;
}

#navigation .aui-dd-drop a {
	cursor: move;
}

#navigation a:hover, #navigation a:focus, #navigation .child-menu li a, #navigation .aui-dd-dragging, .lfr-navigation-proxy {
	outline: 0;
    background-color: #fff;
}

#navigation .lcol_feedback a {
	padding: 0 !important;
}

#navigation .lcol_feedback img {
	width: 220px;
	height: 88px;
}

#navigation li:hover .child-menu {
	display: block;
	position: absolute;
    left: 200px;
    top: 0;
	width: 200px;
	z-index: 200;
    background-color: #f0f0f0;
}

.ie6 #navigation li.hover .child-menu {
	display: block;
	position: absolute;
	width: 200px;
	z-index: 200;
}



#navigation .child-menu2 {
    margin-top:15px;
 	display: none;
}



#navigation ul.child-static-3 li.selected .child-menu2, #navigation ul.child-static-3 li.selected3 .child-menu2  {
    margin-top:15px;
 	display: block;
}

ul.child-static-3 li.selected .child-menu2 li, ul.child-static-3 li.selected3 .child-menu2 li {
	background: url(../images/plus-bullet.gif) no-repeat scroll left 4px transparent !important;
	margin-bottom: 7px !important;
}

ul.child-static-3 li.selected .child-menu2 a, ul.child-static-3 li.selected3 .child-menu2 a {
	color: #990000 !important;
	font-size: 10px !important;
	font-weight: bold !important;
}

ul.child-static-3 li.selected .child-menu2 li.selected2 a, ul.child-static-3 li.selected3 .child-menu2 li.selected2 a {
	color: #898686 !important;
}

.ie6 #navigation li.hover .child-menu, .ie7 #navigation li:hover ul.child-menu {
	left: 0;
	top: 25px;
}

#navigation .child-menu {
	display: none;
}

#navigation .child-menu .child-menu2 li {
	display: none;
}

#navigation .child-menu li {
	border-width: 0 0 1px;
	display: block;
	float: none;
	margin: 0;
}

#navigation .child-menu li a {
	cursor: pointer !important;
}

.ie7 #navigation .child-menu li a {
	zoom: 1;
}

#navigation .child-menu li a:hover {
	background-color: #eee;
}

#navigation .child-menu .selected a {
	background: #020509 url(../images/navigation/bullet_selected.png) no-repeat 5px 50%;
}

/* ---------- Portlet wrapper and icons ---------- */

.portlet {
	margin: 0 0 10px;
	padding: 3px;
	text-align: left;
}

.portlet-topper {
	background: #D4D4D4 url(../images/portlet/header_bg.png) repeat-x 0 0;
	border: 1px solid;
	border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
	font-size: 1.1em;
}

.portlet-title {
	color: #222;
	float: none;
	font-weight: bold;
	min-width: 50%;
	padding: 5px;
	text-shadow: 1px 1px #FFF;
}

.lfr-portlet-title-editable {
	margin-top: -4px;
	z-index: 9999;
}

.ie .lfr-portlet-title-editable {
	margin-top: -6px;
}

.lfr-portlet-title-editable-content {
	padding: 0;
}

.ie .lfr-portlet-title-editable-content {
	margin-top: 4px;
}

.portlet-icons {
	float: none;
}

.portlet-icons .portlet-close-icon {
	border-width: 0;
}

.page-maximized .portlet-icons {
	font-size: 11px;
}

.portlet-icon-back {
}

.ie .portlet-title {
	padding-bottom: 5px;
}

.ie6 .portlet-topper {
	zoom: 1;
}

/* ---------- Footer ---------- */

/* ---------- Hudcrumbs ---------- */

.lfr-hudcrumbs {
	position: fixed;
	top: 0;
	z-index: 200;
}

.lfr-hudcrumbs ul {
	background: #414445;
	background: rgba(0, 0, 0, 0.8);
}

.lfr-hudcrumbs .breadcrumbs li a, .lfr-hudcrumbs .breadcrumbs li span {
	color: #FFF;
}

.lfr-hudcrumbs li span {
	background-image: url(../images/common/breadcrumbs_hud.png);
}

/* ---------- Misc. ---------- */

.lfr-panel-container {
	background-color: transparent;
}

.aui-combobox .aui-field-input {
	padding: 4px 3px 3px;
	font-size: 11px;
	height: 15px;
}

.aui-combobox .aui-field {
	float: left;
	line-height: 0;
}

.lfr-portlet-title-editable-content .aui-field {
	float: none;
	display: inline;
}

/* ---------- Extras ---------- */

.portlet-borderless-bar {
	-moz-border-radius: 20px;
	-moz-box-shadow: inset 0 1px 3px #000;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: inset 0 1px 3px #000;
	border-radius: 20px;
	box-shadow: inset 0 1px 3px #000;
}

.portlet-topper {
	-moz-box-shadow: 1px 1px 0 #FFF;
	-webkit-box-shadow: 1px 1px 0 #FFF;
	box-shadow: 1px 1px 0 #FFF;
}

.logo .current-community {
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5), 1px 1px 0 #FFF;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5), 1px 1px 0 #FFF;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5), 1px 1px 0 #FFF;
}


.aui-combobox .aui-toolbar-first {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#content { margin-left:0px;padding-right: 0px;}

#content-top { margin-left:20px;padding-right: 20px;}
.ie6 #content-top { margin-left:220px;padding-right: 20px;}
.ie7 #content-top { margin-left:20px;padding-right: 20px;}

.show-huge #content-top {
    margin-left:350px;
    padding-right: 0;
}
.show-huge .asset-content {
    display: none;}
.portlet-layout {clear:none; display:block;}
 {background-color:#fff;color:#000;font-family:Verdana, Tahoma, sans-serif;}
#portlet_36 .portlet-title, #heading, #sign-in {display: none;}



/* Footer */
#footer {
    clear:both;
    overflow: hidden;
    text-align: left;
    border-top: 1px solid rgb(212, 212, 212);
    padding: 40px 0;
    margin-top: 40px;
    font-family: Verdana, Tahoma, Arial, sans-serif;
}
    .footer_col1 {
        width: 32%;
        padding-right: 8%;
        float: left;
        color: #909090;
        font-size: 9.6px;
    }
    .footer_col2 {
        width: 45%;
        float: left;
        font-size: 10.8px;
    }
        .footer_col2 a {
            color: #565656;
            text-decoration: underline;
        }
        .footer_phone {
            font-size: 130%;
            font-weight: bold;
        }
    .footer_col3 {
        width: 10%;
        float: left;
    }
/* END Footer */
.header-title {font-size: 14.4px;font-weight: bold;}
#navigation .selected a {
    display: block;
    padding:20px;
    margin-bottom: 15px;
    background-color: #ee2200;
    border-top: 0;
    color:#fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
	behavior: url(border-radius.htc);
	
	
}

#navigation .child-static-3 {
    display: none;
}

#navigation li.selected .child-static-3 {
    display: block;
}

#navigation .child-static-3 li {
    padding-left: 16px;
    margin-bottom: 15px;
    margin-left: 10px;
    background: url(../images/submenu1.gif) no-repeat left 1px;
}
    
#navigation .child-static-3 li.selected {
    margin-bottom: 15px;
	
}
#navigation .child-static-3 a {
    -moz-border-radius:0;
    background-color: #fff;
    display:inline;
    height:auto;
    line-height:normal;
	padding:0;
    margin:0;
	border:0;
    color:#BD0001;
    text-decoration:none;
    font-size:10.8px;
    font-weight: bold;
}
.show-huge #navigation .child-static-3 a {
    font-size: 20pt;
    color: #000;
}
#navigation .child-static-3 .selected a {
    color: #898686;
}
.site-breadcrumbs li span a {
    text-transform:capitalize;
    font-size: 10.8px;
    background-image: none;
}

h1 {
    text-decoration:none;
}
.taglib-icon .taglib-text {
    text-decoration:none;
}

.staging, .live-view {
border:0px solid #000000;
}

#navigation .selected2 a {
    color: gray;
}

h1.header-title {
    display: none;
}

.taglib-header {
    display: inline;
}



table.table1, table.table1 td {
    border: 1px solid #DFDFDF;
    border-collapse: collapse;
    padding: 10px;
    font-size: 12px;
    color: #4F4F4F;
}

table.table1 td.h {
    background-color: #DFDFDF;
    font-size: 14px;
    font-weight: bold;
}

.journal-content-article {
    color: #4f4f4f;
    font-size: 14px;
}

.journal-content-article h1 {
    color: black;
}

.journal-content-article a {
    text-decoration: underline;
}

ul.breadcrumbs li.last {
    display: none;
}

span.taglib-asset-categories-summary2{
    float: none;
    
}

.portlet-asset-publisher .title-list a {
    float: none;
}

#p_p_id_101_INSTANCE_w7Ci_ .title-list li{
    font-size: 15px;
    background: url(../images/common/2268.jpg) no-repeat;
    padding-left: 80px;
    
}

#p_p_id_101_INSTANCE_w7Ci_ .icon {
    display: none;
}

#p_p_id_101_INSTANCE_w7Ci_ .content-top {
    margin: 20px;
    padding-top: 12px;
}

.asset-categorization-title {
    display: none;
}

#p_p_id_101_INSTANCE_w7Ci_ .asset-user-actions .icon {
    display: inline;
}


.asset-metadata {
    font-size: 11px;
    margin: 5px;
 }
 
.asset-category {
    color: black;
    text-decoration: underline;
 }
.asset-category:hover{
    color: black;
    text-decoration: underline;
 }

h3 {
    margin-bottom: 5px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.category-subscriptions {
    display: none;
}                                      

.top-links-navigation {
    display: none;
}

#messageBoardsThreadsPanel2 span {
    display: none;
}

.child-menu3 {
    display : none;
}
.header_v2 {
    width: 100%;
    clear: both;
    margin-top: 10px;
    margin-bottom: 115px;
    position: relative;
}
    #infoblock {
        position: absolute;
        right: 0;
    }
        #navig {
            overflow: hidden;
        }
            #navig img.but1 {
                float:left;
                margin-bottom:22px;
                margin-left:6px;
                margin-top:9px;
            }
            #navig img.but {
                float:left;
                margin-bottom:13px;
                margin-right:10px;
            }
            #navig img.but2 {
                float:left;
                margin-bottom:22px;
                margin-left:20px;
                margin-top:8px;
            }
            #navig img.but3 {
                float:left;
                margin-bottom:22px;
                margin-left:20px;
                margin-top:8px;
            }
    .logo {
        text-align: center;
		padding-bottom: 5px;
    }
    #sitesearch {
        height:20px;
        margin:0;
    }
        #sitesearch form div {
            background:url("../images/input-search2.gif") no-repeat scroll left top transparent;
            float:left;
            height:20px;
            margin:0;
            padding:0;
            width:154px;
        }
            #sitesearch form div input#form-search {
                background:none repeat scroll 0 0 transparent;
                border:medium none;
                color:#000000;
                font-size:11px;
                height:20px;
                line-height:14px;
                margin:0 0 0 25px;
                padding:2px 0 0;
                width:118px;
            }
        #but-search {
            float:left;
            margin-left:11px;
        }
    #hotline {
        margin-top:22px;
        position:relative;
        width:210px;
    }
        #hotline #ob1 {
            float:left;
            left:26px;
            position:absolute;
            top:0;
        }
        .show-huge #hotline #ob1 {top:-13px;}
        .show-huge #hotline #ob2 {position: absolute;top:-18px;}
        #hotline #ob3 {
            color:#EE2200;
            font-size:14px;
            font-weight:bold;
            left:26px;
            padding:0;
            position:absolute;
            top:9px;
            width:176px;
        }
            #ob3 a {
                color:#EE2200;
                text-decoration:none;
            }

.user-actions {}

.top-login {
	color: #005db7;
	text-decoration: underline;
	font-weight: bold;
	
		
}

.top-login:hover {
	color: #005db7;
	text-decoration: underline;
	font-weight: bold;
}

/*
.Apple-style-span {
	font-size: 20px !important;
	color: black !important;
	margin-bottom: 35px;
	margin-left: 50px;
}

.maintext2 .Apple-style-span {
	font-size: 12px !important;
}
*/


.show-huge .portlet-boundary, .show-huge .portlet-body {
    font-size: 20pt;}





/*
#p_p_id_56_INSTANCE_9DRb_ {
	position: absolute !important;
	width: 33% !important;
	left: 0px !important;
	top: 930px !important;
}


#p_p_id_56_INSTANCE_O4dm_ {
	position: absolute !important;
	width: 33% !important;
	left: 33% !important;
	top: 930px !important;
}

#p_p_id_56_INSTANCE_5Cks_ {
	position: absolute !important;
	width: 33% !important;
	left: 66% !important;
	top: 930px !important;
}


#p_p_id_101_INSTANCE_nc2R_ {
	position: absolute !important;
	width: 33% !important;
	left: 0% !important;
	top: 980px !important;
}

#p_p_id_101_INSTANCE_c7S8_ {
	position: absolute !important;
	width: 33% !important;
	left: 33% !important;
	top: 980px !important;
}

#p_p_id_101_INSTANCE_q4H1_ {
	position: absolute !important;
	width: 33% !important;
	left: 66% !important;
	top: 980px !important;
}




#p_p_id_56_INSTANCE_Us2E_ {
	position: absolute !important;
	width: 33% !important;
	top: 1210px !important;
	left: 0px !important;
}

#p_p_id_56_INSTANCE_k96N_ {
	position: absolute !important;
	width: 33% !important;
	top: 1210px !important;
	left: 33% !important;	
}

#p_p_id_56_INSTANCE_H9kf_  {
	position: absolute !important;
	width: 33% !important;
	top: 1210px !important;
	left: 66% !important;
}



#p_p_id_101_INSTANCE_d0tZ_ {
	position: absolute !important;
	width: 33% !important;
	top: 1260px !important;
	left: 0px !important;
}

#p_p_id_101_INSTANCE_oX9F_ {
	position: absolute !important;
	width: 33% !important;
	top: 1260px !important;
	left: 33% !important;		
}

#p_p_id_101_INSTANCE_Z0Wq_ {
	position: absolute !important;
	width: 33% !important;
	top: 1260px !important;
	left: 66% !important;	
}
*/

.show-huge #p_p_id_56_INSTANCE_9DRb_,
.show-huge #p_p_id_101_INSTANCE_Z0Wq_,
.show-huge #p_p_id_101_INSTANCE_oX9F_,
.show-huge #p_p_id_101_INSTANCE_Z0Wq_,
.show-huge #p_p_id_56_INSTANCE_O4dm_,
.show-huge #p_p_id_56_INSTANCE_5Cks_,
.show-huge #p_p_id_101_INSTANCE_nc2R_,
.show-huge #p_p_id_101_INSTANCE_c7S8_,
.show-huge #p_p_id_101_INSTANCE_q4H1_,
.show-huge #p_p_id_56_INSTANCE_Us2E_,
.show-huge #p_p_id_56_INSTANCE_k96N_,
.show-huge #p_p_id_56_INSTANCE_H9kf_,
.show-huge #p_p_id_101_INSTANCE_d0tZ_,
.show-huge #footer
{
    width: auto !important;
    position: static !important;
}
#column-1 {
	width: 70%;
}

#column-2 {
	width: 30%;
}



.show-huge #navigation a {
	font-size: 20pt;
	font-weight: bold;
    color: #000;
}

.show-huge #navigation .selected a {
    /*background: none;*/
    color: #000;
}

.show-huge a {
    color: #000000;
}

.show-huge #p_p_id_101_INSTANCE_w7Ci_ .title-list li {
    font-size: 33.6px;
    font-weight: bold;
    
}

.show-huge .portlet-asset-publisher .metadata-modified-date, .portlet-asset-publisher .metadata-create-date, .portlet-asset-publisher .metadata-publish-date, .portlet-asset-publisher .metadata-expiration-date {
    color: #000000;
    background: none;
    padding-left: 0px;
}

.show-huge .asset-metadata {
    margin-left: 0px;
    font-size: 28px;
    color: #000000;
    font-weight: 400;
}

.show-huge .portlet-asset-publisher .metadata-entry {
    color: #000000;
}

.show-huge .portlet-asset-publisher .asset-metadata span {
    float: none;
}

.show-huge .footer_col1, .show-huge .footer_col2 {
    font-size: 22.4px;
    color: #000000;
}

.show-huge #hotline #ob3 {
    font-size: 26px;
    margin-left: -35px;
    margin-top: -13px;
    left: 0px;
	width: 250px;
}


#skip-to-content, #banner h2, #banner h3, #navigation h1, .site-breadcrumbs h1 {
    display: none;
}
.show-huge h1 {
    font-size: 40px;
}

.show-huge .journal-content-article {
    font-size: 20pt;
    color: #000000;
}
.show-huge  #navigation .child-static-3 a {
    color: #000000;
}
.show-huge #navigation .child-static-3 li {
    background-position: 10px;
    padding-left: 20px    
}
.show-huge .asset-abstract {font-size:20pt !important;}
.show-huge .asset-abstract a {font-size:20pt !important;}

#p_p_id_101_INSTANCE_3Bmy_ .asset-abstract a {
	font-size: 13px;
}

#p_p_id_101_INSTANCE_w7Ci_ .asset-abstract a {
	/*font-size: 13px;*/
}

#p_p_id_101_INSTANCE_w7Ci_ .taglib-text, .asset-category {
	font-size: 11px !important;
}


.asset-categorization-title {
    display: none;
}

#p_p_id_101_INSTANCE_w7Ci_ .asset-user-actions .icon {
    display: inline;
}

.asset-small-image img {
    position: absolute;
    top:17px;
    left:-10px;
	width: auto;
}

#p_p_id_101_INSTANCE_w7Ci_  .asset-title {
	border: 0;
	
}

.portlet-asset-publisher .asset-content {
    clear: right;
    float: left;
    margin-bottom: -10px;
    margin-left: 25px;
    margin-right: 10px;
	display: none;
}

.portlet-asset-publisher .asset-title {
    margin-bottom: 0.7em;
    margin-right: 8px;
    margin-top: 2em;
    padding-bottom: 1px;
    padding-left: 40px;
	border-bottom: 0px;
}

.portlet-asset-publisher .asset-more {
    display: none;
}

.portlet-asset-publisher .asset-title a img {
    display: none;
}

.portlet-asset-publisher li.title-list span a img[src="/html/themes/classic/images/common/history.png"] {
    display: none;
}

.portlet-asset-publisher .asset-content {
    clear: right;
    display: block;
    float: left;
	margin-right: 10px;
    margin-left: 25px;

}

.portlet-asset-publisher .asset-summary {
	padding-left: 95px;
}

.portlet-asset-publisher .asset-small-image {
    float: left;
    padding-left: 0.5em;
	display: block;
	margin-top: -17px;
}

.portlet-asset-publisher .asset-abstract .asset-metadata {
    /*clear: none;*/
    padding-left: 5px;
	margin-left: 45px;
    overflow: hidden;
}

.portlet-asset-publisher .asset-abstract   {
	background: url(../images/common/2268.jpg) no-repeat;
	margin-left: 0px;
    position: relative;
}

.ie .portlet-asset-publisher .asset-metadata {
	height: 20px;
}

.show-huge .portlet-asset-publisher .asset-abstract {
    height: auto;
}


.aui-field-element  #_1_WAR_webformportlet_INSTANCE_RDf3_field10 {
	width: 400px;
	height: 200px; 
}

.aui-field-element  #_1_WAR_webformportlet_INSTANCE_RDf3_field6 {
	width: 400px;
	height: 100px; 
}

.aui-field-element 
#_1_WAR_webformportlet_INSTANCE_RDf3_field1,
#_1_WAR_webformportlet_INSTANCE_RDf3_field2,
#_1_WAR_webformportlet_INSTANCE_RDf3_field3,
#_1_WAR_webformportlet_INSTANCE_RDf3_field4,
#_1_WAR_webformportlet_INSTANCE_RDf3_field5,
#_1_WAR_webformportlet_INSTANCE_RDf3_field7 {
	width: 400px;	
}


.portlet-msg-error {
	/*display:none;*/
}

.user-fullname2 {
	position: absolute;
	right: 10%;
	z-index:100;
}



.sign-out2 a {
	color: #005DB7;
    font-weight: bold;
    text-decoration: underline;
}


.breadcrumbs {
    min-width: 200px;
}

.portlet-message-boards .message-container table {
table-layout: auto;
}

#_1_WAR_webformportlet_INSTANCE_RDf3_field8 {
    width:400px;
}

#p_p_id_3_ .portlet-borderless-container .portlet-borderless-bar {display: none !important;}

ul.child-menu4 {display: none;}
ul.child-menu2 li.selected2 ul.child-menu4 {display: block;}
ul.child-static-3 li.selected3 ul.child-menu2 li.selected2 ul.child-menu4 li a {color: #990000 !important;}
ul.child-static-3 li.selected3 ul.child-menu2 li.selected4_1 ul.child-menu4 {display: block;}
ul.child-static-3 li.selected3 ul.child-menu2 li.selected4_1 ul.child-menu4 li.selected4 a {color: #898686 !important;}
ul.child-static-3 li.selected3 ul.child-menu2 li.selected4_1 ul.child-menu4 li.selected4 {margin-bottom: 0px !important;}
ul.child-static-3 li.selected3 ul.child-menu2 li.selected4_1 ul.child-menu4 li.selected5_1 {margin-bottom: 0px !important;}


ul.child-menu5 {display: none;}
ul.child-menu4 li.selected4 ul.child-menu5 {display: block;}
ul.child-static-3 li.selected3 ul.child-menu2 li.selected4_1 ul.child-menu4 li.selected4 ul.child-menu5 li a {color: #990000 !important;}
ul.child-static-3 li.selected3 ul.child-menu2 li.selected4_1 ul.child-menu4 li.selected5_1 ul.child-menu5 {display: block;}
ul.child-static-3 li.selected3 ul.child-menu2 li.selected4_1 ul.child-menu4 li.selected5_1 ul.child-menu5 li.selected5 a {color: #898686 !important;}
ul.child-static-3 li.selected3 ul.child-menu2 li.selected4_1 ul.child-menu4 li.selected4 ul.child-menu5 li {margin-bottom: 2px !important;}
ul.child-static-3 li.selected3 ul.child-menu2 li.selected4_1 ul.child-menu4 li.selected5_1 ul.child-menu5 li {margin-bottom: 2px !important;}

