/*
Theme Name: Tuscan
Theme URI: http://www.stylishlabs.com/
Description: Popup menu for Tuscan Theme.
Version: 1.0
Author: Claudio Hideki Imai.
Author URI: http://www.ecartgt.com.br/
*/

/* Begin CSS Popout Menu */

#popup_menu{
	background: #F5F5F5;
	width: 100%; /* set width of menu */
	margin: auto;
} 

#popup_menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 10px;
}

#popup_menu a, #popup_menu h2{
font:bold 11px/12px arial,helvetica,sans-serif;
display:block;
white-space:nowrap;
margin:5px;
padding: 5px 0 5px 6px;
}

#popup_menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 
#popup_menu ul ul{ 
position: absolute;
top: -100%;
left: -100%; /* to position them to the left of their containing block */
width: 100%; /* width is based on the containing block */
}

/* Hiding the Pop outs */
div#popup_menu ul ul,
div#popup_menu ul li:hover ul ul,
div#popup_menu ul ul li:hover ul ul
{display: none;}

div#popup_menu ul li:hover ul,
div#popup_menu ul ul li:hover ul,
div#popup_menu ul ul ul li:hover ul
{display: block;}
/* End CSS Popout Menu */
