﻿/* ===================================================
MENU
====================================================*/


.wrapper-menu-underlay {
    width: 180px; 
    background-image: url(../img/menu_bg_underlay.png);
    background-repeat: repeat-y;
    position: fixed; 
    top:0; 
    left:auto; 
    height: 100%; 
    z-index: -1;
}

.wrapper-menu {
    width: 180px;
    height: 100%;
    float: left;
}

.sf-menu {
	list-style:none;
	margin: 0;
	padding: 0;
    width: 180px;

}

.sf-menu li a{
    box-sizing: border-box;
	display: inline-block;
	padding: 10px;
    background-image: url(../img/menu_bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
	width: 100%;
    text-decoration: none;
    color: #000000;
    *width: 160px;
}

.sf-menu li a:hover{
    background-image: url(../img/menu_bg_hover.png);
    font-weight: bold;
}



.sf-menu li a:hover{
	background-color: lightblue;
}

.title {
	font-weight: bold;
}
