@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
text-decoration: none;
 margin: 0;
 padding: 0;
 line-height: 1.3em;
 background-color: #89b3da;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
 text-decoration: none;
 line-height: 1.3em;
 background-color: #89b3da;
  
  
  
}

.cat-question {
    display: none;
}

.cat {
    display: none;
}

.current {
    display: block;
}

ul.dropdown li {
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
 text-decoration: none;
 background-color: #89b3da;
 margin: 0;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
 text-decoration: none;
 line-height: 1.3em;
 background-color: #89b3da;
 margin: 0;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: -0px;
 z-index: 598;
 width: 100%;
 text-decoration: none;
 line-height: 1.3em;
 background-color: #89b3da;
}

ul.dropdown ul li {
 float: left;
 text-decoration: none;
 line-height: 1.3em;
 background-color: #89b3da;
}



ul.dropdown li:hover > ul {
 visibility: visible;
 text-decoration: none;
 line-height: 1.3em;
 background-color: #89b3da;
 margin: 0;
}

.dir a
{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 12px;
width: 15em;
background-color: #89b3da;
display: block;
text-align: center;
line-height: 1em;
padding: 8px 4px 8px 4px;
cursor: pointer;
}

.dir a:link
{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 12px;
width: 15em;
background-color: #89b3da;
/*padding: 10px;*/
background-position: 95% 50%;
display: block;
text-align: center;
line-height: 1em;

}

.dir a:visited
{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 12px;
width: 15em;
background-color: #89b3da;
display: block;
text-align: center;
line-height: 1em;

}

.dir a:hover
{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 12px;
width: 15em;
background-color: #89b3da;
text-shadow: -2px 2px 5px #FFF , 2px -2px 5px #FFF;
display: block;
text-align: center;
line-height: 1em;

}

.dir a:active
{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 12px;
width: 15em;
background-color: #89b3da;
display: block;
text-align: center;
line-height: 1em;
}


ul.dropdown ul ul {

 top: 1px;

 left: 99%;

}

.dropdown,
.dropdown li,
.dropdown ul {
 list-style: none;
text-decoration: none;
 margin: 0;
 padding: 0;
 line-height: 1.3em;
 background-color: #89b3da;
}

