.navbar-inverse .navbar-inner {
 background-color:#383838;
 background-image:-moz-linear-gradient(top,#00609d,#00609d);
 background-image:-webkit-gradient(linear,0 0,0 100%,from(#00609d),to(#00609d));
 background-image:-webkit-linear-gradient(top,#00609d,#00609d);
 background-image:-o-linear-gradient(top,#00609d,##00609d);
 background-image: linear-gradient(to bottom,#00609d,#00609d);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222',endColorstr='#FF111111',GradientType=0);
 border-color:#00609d
}
.sidebar-background .primary-sidebar-background {
 *width:200px;
 background-color:#00609d;
 background-image: linear-gradient(to bottom,#00609d,#00609d);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222',endColorstr='#FF111111',GradientType=0);
 height:100%;
 top:0;
 left:0;
 position:absolute
}

#links{
 background-color:#00609d;
 background-image: linear-gradient(to bottom,#00609d,#00609d);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222',endColorstr='#FF111111',GradientType=0);
 border-color:#282828
}
#returnToCertificationLinkOL{
 background-color:#00609d;
 background-image: linear-gradient(to bottom,#00609d,#00609d);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222',endColorstr='#FF111111',GradientType=0);
 border-color:#00609d

}
.primary-sidebar .nav > li > a {
 padding-top:8px;
 padding-bottom:8px;
 padding-left:25px;
 -webkit-transition:color .3s;
 -moz-transition:color .3s;
 -o-transition:color .3s;
 transition:color .3s;
 text-shadow:0 1px 0 rgba(0,0,0,0.5);
 color:#FFFFFF
}
.primary-sidebar .nav > li.active > a {
 text-shadow:0 1px 0 rgba(0,0,0,0.5);
 color:#FFFFFF
}