﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu
{
    padding: 0px;
    margin: 0px;
    width: 890px;
}
#sidenav 
{
}
#sidenav ul 
{
    margin:0px;
    list-style:none;
    padding:0px;
}
#sidenav ul li 
{

}
#sidenav ul li ul 
{
   display:none;
}
