/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-05-06, 01:25:12
    Author     : pawel
*/

#menu_content {position:relative;width:276px;margin:0px;float:left;}
.menu {list-style-type: none;padding:0px;margin:0px;}
.menu_B {color:black;font-style:italic;display:block;padding:5px;heisght:15px;width:250px;text-indent: 10px;margin-bottom:4px;border-left:10px solid #ddd;background-color:#eee;
        border-top:1px solid #ddd;font-size:1.2em}
.menu_M {color:navy;margin-left:10px;display:block;padding:10px;padding-left:3px;margin-top:3px;border-bottom:1px solid #ddd }

.menu_M a {border-left:10px solid #aaaaff;color:navy;text-decoration: none;padding-left:3px;}


.menu_M a:hover {border-left:10px solid green;padding-left:3px;}
.menu_M a:visited {text-decoration: none}
.menu_M a:focus {background-color:#aaa;color:black}

.menu_M *:hover {-moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;}

.menu_p {width:10px;heigjht:15px;float:left;margin-right:4px}

.active {background-color:#6666ff;color:white;}

.active a {color:white;border-left:10px solid red}
.active a:link {color:white}
.active a:hover {color:white}

.no-active {}