@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-weight: bold;*/    text-decoration: none;}ul.dropdown a {    text-decoration: none;}#nav ul.dropdown li a {}ul.dropdown li {    border-style: solid;    border-width: 0px 0px 0px 0px;    border-color: #bdcd00;    background-repeat: repeat;}ul.dropdown ul.dropdown-bg {    width: 99%;    width: auto;    background-image: url(images/menubg_white_90.png);    background-image: none;    border: 0px solid #02c5d1;    border-top: 30px solid transparent;    padding: 9px 0px 3px;    margin-left: 22px;}ul.dropdown ul.dropdown-bg li { /*background-image: url(images/menubg_white.png);*/}ul.dropdown li.toplevel ul.dropdown-bg li a {    padding: 3px 20px 3px 25px;    display: block;    margin-bottom: 6px;    display: table;    width: 100%;    white-space: nowrap;}ul.dropdown ul.dropdown-bg li.act {}ul.dropdown li.toplevel ul.dropdown-bg li.act a, ul.dropdown ul.dropdown-bg li.act a {}ul.dropdown ul.dropdown-bg li:hover {}ul.dropdown li.toplevel ul.dropdown-bg li.act a:hover, ul.dropdown li.toplevel ul.dropdown-bg li a:hover, ul.dropdown ul.dropdown-bg li a:hover {}ul.dropdown li.toplevel { /*line-height: 45px;*/    padding: 0px 2% 0px 2%;    margin: 0px 0px 0px 0px;    border-style: solid;    border-width: 0px 0px 0px 0px;    border-color: white;    background-color: transparent;    background-image: none; /*width: 16%;*/}ul.dropdown li.toplevel a {    white-space: nowrap !important;}ul.dropdown li.toplevel ul.dropdown-bg li a, ul.dropdown li.dropdown-item li a {    font-size: 14px;}ul.dropdown li.toplevel.act {}ul.dropdown li.toplevel.act a {}ul.dropdown li.toplevel.act {    border-color: white white transparent white;    border-width: 0px 0px 0px 0px;}ul.dropdown li.toplevel a:hover {    /*text-decoration: underline;*//*background-image: url(images/navunderline.gif); background-color: #f49232; border: 1px solid white;*/}ul.dropdown ul.dropdown-bg li a:hover {    background-image: none;}/* -- level mark -- */ul.dropdown ul { /*width: 150px;*/    margin-top: 0px;}ul.dropdown ul li {    font-weight: normal;}ul.dropdown ul li a {}/*-------------------------------------------------/ @section		Support Class `dir` @level sep	ul, .class */ul.dropdown *.dir {    transform: rotate(0);    transform: unset;    border-color: white transparent transparent transparent;    border-style: solid;    border-width: 5px;    content: " ";    display: block;    height: 0;    width: 0;    position: absolute;    right: 7px;    top: 35px;}ul.dropdown *.dir.last {    display: none;}/* -- Components override -- */ul.dropdown-horizontal ul *.dir-right {    padding: 8px;    margin-top: 10px;    background-image: none;    background-repeat: no-repeat;    float: right;}ul.dropdown-upward *.dir {    background-image: none;}ul.dropdown-vertical *.dir, ul.dropdown-upward ul *.dir {    background-image: none;}ul.dropdown-vertical-rtl *.dir {    padding-right: 10px;    padding-left: 15px;    background-image: none;    background-position: 0 50%;}