* {margin:0; padding:0;}
#left_menu_staff{
width: 268px;
height: 100%;
font-family: 'Tahoma';
color: #FFF;
}

#left_menu_staff ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#left_menu_staff li {
list-style: none;
border-bottom: none;
color: #000;
margin: 0;
}

#left_menu_staff li.main a{
list-style: none;
display: block;
padding: 2px 5px 2px 10px;
margin-bottom: 2px;
background: none; 
height:auto;
font-size:14px;
font-weight:bold;
line-height:28px;
color: #000;
background-color: #none;
text-decoration: none;
width: auto;
}

#left_menu_staff li a{
list-style: none;
display: block;
padding: 0px 5px 0px 10px;
background: none; 
height:auto;
font-size:14px;
font-weight:bold;
line-height:28px;
color: #000;
text-decoration: none;
width: auto;
}

#left_menu_staff li.sub a{
display: block;
padding: 3px 5px 3px 18px;
background:none; 
height:auto;
font-size:14px;
font-weight:normal;
line-height:15px;
color: #000;
text-decoration: none;
width: auto;
}

html>body #left_menu_staff li a{ /*Non IE6 width*/
width: auto;
}

html>body #left_menu_staff li.sub a{ /*Non IE6 width*/
width: auto;
}

#left_menu_staff li a:hover{
padding: 2px 5px 2px 10px;
background: linear-gradient(0.25turn, #ace3ef, #FFF 20%,  #ace3ef);
height:auto;
line-height:28px;
font-weight:bold;
color: #000;
}

#left_menu_staff li.sub a:hover{
padding: 3px 5px 3px 18px;
background: linear-gradient(0.25turn, #ace3ef, #FFF 20%,  #ace3ef);
left: 10px;
height:auto;
font-size:14px;
line-height:15px;
font-weight:normal;
background-color: none;
color: #000;
}

#left_menu_staff li.dropdown ul {
	
}
#left_menu_staff .dropdown {
	cursor: pointer;
}
