/* 
    Document   : sidebarMenu
    Created on : 17.10.2011, 14:46:18
    Author     : wetschea
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body #sidebar li{
    text-decoration: none;
    background: url("../images/liGrey.png") no-repeat scroll left 4px transparent;
    padding-left:20px;
    margin-left: -25px;
}

body #sidebar li a{
    text-decoration: none;
   color:#000;
}

body #sidebar ul{
    text-decoration: none;
    list-style: none
}

body #sidebar li:hover{
    background: url(../images/liBlue.png)no-repeat scroll left 4px transparent;

}

body #sidebar li.active{
     background: url(../images/liBlue.png)no-repeat scroll left 4px transparent;
}

/*Sidebar Menu for Webservice*/
body.soapCode li#soapCode,
body.soapManual li#soapManual,
body.restfulCode li#restfulCode,
body.restfulManual li#restfulManual,
body.restfulIntroduction li#restfulIntroduction,
body.restfulUris li#restfulUris,
body.restfulKinLaw li#restfulKinLaw,
body.restfulSearchKeyVoc li#restfulSearchKeyVoc,
body.restfulSearchPython li#restfulSearchPython,
body.restfulSampleRequest li#restfulSampleRequest

{
	background: url(../images/liBlue.png)no-repeat scroll left 4px transparent;
}