@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300); @charset 'UTF-8'; /* Base Styles */ #cssmenu_left, #cssmenu_left ul, #cssmenu_left li, #cssmenu_left a { margin: 0; padding: 0; border: 0; list-style: none; font-weight: normal; text-decoration: none; color: #fff; line-height: 1; font-family: 'Open Sans', sans-serif; font-size: 14px; position: relative; } #cssmenu_left a { line-height: 1.3; } #cssmenu_left { width: 190px; color: #fff; background: #ffffcc; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding: 3px; margin: 15px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); } #cssmenu_left > ul > li { margin: 0 0 2px 0; } #cssmenu_left > ul > li:last_left-child { margin: 0; } #cssmenu_left > ul > li > a { font-size: 15px; display: block; color: #ffffff; text-shadow: 0 1px 1px #000; background: #210a02; background: -moz-linear-gradient(#210a02 0%, #451a07 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #210a02), color-stop(100%, #451a07)); background: -webkit-linear-gradient(#210a02 0%, #451a07 100%); background: linear-gradient(#210a02 0%, #451a07 100%); border: 1px solid #000; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } #cssmenu_left > ul > li > a > span { display: block; border: 1px solid #666666; padding: 6px 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-weight: bold; } #cssmenu_left > ul > li > a:hover { text-decoration: none; background: #52342c; } #cssmenu_left > ul > li.active { border-bottom: none; } #cssmenu_left > ul > li.active > a { background: #97be10; background: -moz-linear-gradient(#97be10 0%, #79980d 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97be10), color-stop(100%, #79980d)); background: -webkit-linear-gradient(#97be10 0%, #79980d 100%); background: linear-gradient(#97be10 0%, #79980d 100%); color: #fff; text-shadow: 0 1px 1px #000; border: 1px solid #79980d; } #cssmenu_left > ul > li.active > a span { border: 1px solid #97be10; }