@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 {
    font-size: 12px;
    font-weight: normal;
    font-family: dinproregula, dinproregulaeot;
    vertical-align:middle;    
}

ul.dropdown li {
    color: #fff;
}


ul.dropdown li:hover {
    color: #fff;
    border-bottom: 1px solid #171717;
    /*padding-bottom: 18px;*/
}

ul.dropdown li.dir ul li:hover {
    color: #fff;
    border-bottom: 1px solid #171717;
    /*padding-bottom: 1px;*/
}

.dir, li.dir{
    z-index: 2000;
}

.dir ul, li.dir ul{
    z-index: 2000;
}

.dir ul li, li.dir ul li{
    position: relative;
    z-index: 2000;
}

ul.dropdown a:link,
ul.dropdown a:visited	{ color: #fff; text-decoration: none; }
ul.dropdown a:hover	{ color: #fff; font-weight: normal; font-family:dinprobol, dinproboleot;}
ul.dropdown a:active	{ color: #fff; }


/* -- level mark -- */

ul.dropdown ul {
    display: block;
    background : url('../gfx/site/transparency_drop_down_bg.png');
    width:256px;
    vertical-align:middle;
}

ul.dropdown ul li {
    font-weight: normal;

}

@font-face {
    font-family: dinproregula;
    src: url(../ttf/dinproregula.ttf) format("truetype");
}

@font-face {
    font-family: dinproregulaeot;
    src: url(../eot/dinproregula.eot);
}

@font-face {
    font-family: dinprobol;
    src: url(../ttf/dinprobol.ttf) format("truetype");
}
@font-face {
    font-family: dinproboleot;
    src: url(../eot/dinprobol.eot);
}

