@charset "UTF-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/jquery-menutree.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.padding {height:300px;}
#wrap {overflow: auto; position:relative; top:0px; height: 125px; min-height: 125px; width:180px; z-index:100;}
#nav {position:absolute; left:40px; top:1px;}
#nav, 
#nav ul {padding:0; margin:0; list-style:none; font-family: 'Georgia', Times; font-weight:bold; }
#nav li a {padding-left:0px; white-space:nowrap;}
#nav li ul li a {padding-left:0;}

#nav ul {padding-left:10px;opacity:1;}
#nav li a {color:#2e2d2d; text-decoration:none; font-size:12px;}
#nav li {font-size:14px; line-height:25px; color:black; cursor:pointer; width:100%;}
#nav li.down {padding-left: 0;/*text-indent:20px;*/}

#nav li a:hover {text-decoration:underline;}




@media only screen and (max-width: 999px) 
{
  /* rules that only apply for canvases narrower than 1000px */
}

@media only screen and (device-width: 768px) and (orientation: landscape) 
{
  /* rules for iPad in landscape orientation */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) 
{
  /* iPhone, Android rules here */
#wrap {overflow: visible; height: 250px; min-height: 250px; width:100%; top:0px;}
#nav {background: #fff;opacity: 0.9; padding: 20px;}
#nav,
#nav ul {}
 
}

/* Landscape */
@media screen and (min-width: 321px)
{

}
