#nav {text-transform: uppercase;font-weight: normal;margin: 10px 0 10px 2px;width: 191px;}
#nav li {padding:0;margin:0;border-bottom: 1px dashed #999999;}
#nav ul ul {}
#nav ul ul li {border: none;font-size: 90%;}
#nav ul ul ul li {font-size: 100%;}
#nav ul a {padding: 4px 0 0 10px;}
#nav ul ul a {text-transform: uppercase;padding: 5px 0 0 25px;}
#nav ul ul ul a { padding: 5px 0 0 40px;}
#nav a { display: block;color: #333333;text-decoration: none;height: 20px;}
#nav a:link, #nav a:visited {}
#nav a:hover {background: url(/core/navigator_1_0/img/menuhover.gif) no-repeat 2px 0;}
#nav:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

/* class definition 
 * div.AM-Vertical : Entire div
 * ul.AspNet-Menu : The first level ul class (whole menu)
 * li.AM-TopLevel : The first level li class
 * li.AM-Leaf : The leaf node 
 * li.AM-WithChildren : The parent node which has children 
 * a.AM-Link : The link tag 
 * li.AM-Selected : Selected node
 * li.AM-ChildSelected : When the child of the node is selected.
 */

#nav li.AM-Leaf, #nav li {}
#nav li.AM-TopLevel, #nav li.AM-ChildSelected, #nav li.AM-ParentSelected, #nav li.AncestorSelected, #nav li.AM-Selected, #nav li.AM-SiblingSelected{}
#nav span.blt {color: #60A9B8;}

/*highlight the path to here*/
#nav a.AM-ChildSelected, #nav a.AM-Hover{}
#nav a.AM-Selected { background: url(/core/navigator_1_0/img/menuon.gif) no-repeat 2px 0; }
#nav li.AM-Selected, #nav li.AM-ChildSelected {}
#nav li.AM-Hover, #nav li:hover {}


#nav li {display:none;}
#nav li.AM-TopLevel {display:block;}

#nav li.AM-ChildSelected, #nav li.AM-ParentSelected, #nav li.AncestorSelected, #nav li.AM-Selected, #nav li.AM-SiblingSelected {display:block;}





