/*
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 : Feb 7, 2014, 6:18:09 PM
    Author     : Satya
*/
.leftnavcontainer{border:1px solid #ccc;padding:2px;}
.sidebarmenu ul{
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    font: 12px Verdana; 
    width: 220px; /* Main Menu Item widths */ 
   /* border-bottom:1px solid #ccc;*/
   
} 

.sidebarmenu ul li{
    position: relative;
    /*z-index:9;*/
    z-index:9;
    height:20px;
}

/* Top level menu links style */
.sidebarmenu ul li a{
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    color: black;
    text-decoration: none;
    padding: 4px 0px 4px 10px;
    border-bottom: 1px solid #778;
    border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
    background-color: #DCDCDC; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
    color: black;
}

.sidebarmenu ul li a:hover{
    background-color: #CCCCCC;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
    position: absolute;
    width: 220px; /*Sub Menu Items width */
    top: 0;
    visibility: hidden;
    left:0;


}

.sidebarmenu a.subfolderstyle{
    background: url(../images/right.gif) no-repeat 97% 50%;
}

/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


/*
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 : Feb 7, 2014, 6:18:09 PM
    Author     : Satya
*/
.leftnavcontainer{border:1px solid #ccc;padding:2px;}
.sidebarmenuNew ul{
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    font: 12px Verdana; 
    width: 220px; /* Main Menu Item widths */ 
   /* border-bottom:1px solid #ccc;*/
   
} 

.sidebarmenuNew ul li{
    position: relative;
    /*z-index:9;*/
    z-index:9;
    height:30px;
}

/* Top level menu links style */
.sidebarmenuNew ul li a{
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    color: black;
    text-decoration: none;
    height:27px;
    padding: 4px 0px 3px 10px;
    border-bottom: 1px solid #778;
    border-right: 1px solid #778;
}

.sidebarmenuNew ul li a:link, .sidebarmenuNew ul li a:visited, .sidebarmenuNew ul li a:active{
    background-color: #DCDCDC; /*background of tabs (default state)*/
}

.sidebarmenuNew ul li a:visited{
    color: black;
}

.sidebarmenuNew ul li a:hover{
    background-color: #CCCCCC;
}

/*Sub level menu items */
.sidebarmenuNew ul li ul{
    position: absolute;
    width: 220px; /*Sub Menu Items width */
    top: 0;
    visibility: hidden;
    left:0;


}

.sidebarmenuNew a.subfolderstyle{
    background: url(../images/right.gif) no-repeat 97% 50%;
}

/* Holly Hack for IE \*/
* html .sidebarmenuNew ul li { float: left; height: 1%; }
* html .sidebarmenuNew ul li a { height: 1%; }
/* End */
