@charset "UTF-8";

/** 
* Default CSS Drop-Down Menu Theme
*
* @file		default.css
* @name		Default
* @version		0.1.1
* @type		transitional
* @browsers	Windows: IE5+, Opera7+, Firefox1+
*				Mac OS: Safari2+, Firefox2+
*
* @link		http://www.lwis.net/
* @copyright	2008 Live Web Institute. All Rights Reserved.
*
* Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
* Expected directory tag - li
*
*/


/*-------------------------------------------------/
* @section		Base Drop-Down Styling
* @structure	ul (unordered list)
*				ul li (list item)
*				ul li a (links)
*				/*\.class|(li|a):hover/
* @level sep	ul
*/


ul.dropdown-meta {
font-family: Verdana;
background-color: #fff;
border-bottom: 1px #6a86a9 solid;
}

ul.dropdown-meta li {
padding: 0 10px;
color: #3a6271;
}

ul.dropdown-meta li.hover,
ul.dropdown-meta li:hover {
background-color: #fff;
color: #161946;
}

ul.dropdown-meta a:link,
ul.dropdown-meta a:visited{
color: #3a6271;
text-decoration: none;
}

ul.dropdown-meta a:hover,
ul.dropdown-meta a:active{
color: #161946;
}


/* -- level mark -- */

ul.dropdown-meta ul {
width: 165px;
margin-top: 0px;
background-color: #fff;
opacity: .9;
padding-bottom: 5px;
}

ul.dropdown-meta ul li {
font-size: .75em;
}

ul.dropdown-meta > li.act{
background: url(../img/nav-arrow-right.png) no-repeat 2px 10px;
}

ul.dropdown-meta > li.first a{
padding-left: 25px;
background: url(../img/nav-first-bg.png) no-repeat 0 6px;
}

ul.dropdown-meta li.actfirst{
background: url(../img/nav-first-bg.png) no-repeat 10px 10px;
}

ul.dropdown-meta li.actfirst a{
padding-left: 25px;
background: url(../img/nav-arrow-right.png) no-repeat 16px 7px;
color: #161946;
}

ul.dropdown-meta li.act > a{
color: #161946;
}

ul.dropdown-meta ul.level2{
border-top: 1px #6a86a9 solid;
}

