/* CSS Document */

.i-menu-main-cont{
position: absolute;
display: block;
top: 0px;
left: -185px;
width: 175px;
height: 750px;
background-color: rgba(224,224,224,1.00);
overflow:hidden;
border-right:solid;
border-right-color: rgba(5,5,5,1.00);
border-right-width: 2px;
box-shadow: 0 5px 10px 5px rgba(27,27,27,0.85);
}

.i-menu-line{
width: 20px;
height: 3px;
background-color: rgba(232,232,232,0.85);
margin: 3px 0;
box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.20);
border-radius: 2px;
}

.i-menu-main-page-cover{
position: absolute;
display: none;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(124,124,124,0.50);
}

.i-menu-main-row-head{
width: 100%;
height: 25px;
line-height: 25px;
font-size: 14px;
font-family: 'Helvetica', 'Tahoma', 'Geneva', sans-serif;
color: rgba(0,0,0,1.00);
overflow: hidden;
z-index: 38;
text-align: center;
}


.i-menu-main-row{
width: 100%;
height: 25px;
line-height: 25px;
font-size: 12px;
font-family: 'Helvetica', 'Tahoma', 'Geneva', sans-serif;
overflow: hidden;
text-indent: 20px;
color: rgba(65,65,65,1.00);
border-bottom: solid;
border-bottom-width: 1px;
border-bottom-color:#999999;
}


.i-menu-main-row:hover{
color: rgba(10,10,10,1.00);
box-shadow: 0 0 10px 5px rgba(27,27,27,0.25);
cursor:pointer;}




