@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.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
 *


@import "helper.css";

 */
/*-------------------------------------------------/
 * @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: normal;
 font-size: 12px;
 width: auto;
 font-family: Arial;
 height: 41px !important;
}

	ul.dropdown li {
	 padding: 4px 20px;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff;
	 background-color: #f6f6f6;
	 color: #000;
	 width: 100px;
	 background: none;
	 border: 2px solid #FFFFFF;
	 border-bottom:none;
	 color: #000;
	 letter-spacing: normal;
	 padding: 0;
	 line-height: 14px;
         height: 34px;
	 padding-bottom: 0px;
	 margin-top: 3px;
	 margin-right:10px;
	 text-align:center;
	 position:relative;
	 z-index: 27 !important;
	 list-style:none;
	 padding-top:7px;
	}
ul.dropdown li a{
padding: 0;
padding: 0;
*padding: 0;
_padding: 0;
line-height: normal;
height: 45px;
*line-height: 22px;
}
	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #eee;	 
	 color: #000;
	 background: #F5F5F5;
         color: #OOO;
        line-height: 14px;
        border: 2px solid #E3E3E3;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	padding-bottom:5px;
	/*behavior: url(ie-css3.htc);*/
         border-width: 2px 2px 0px 2px !important;
	padding-bottom:5px !important;
	}

li.newclass {
    background-color: #eee !important;	 
    color: #000;
    width: 98%;
    background: #F5F5F5 !important;
    color: #OOO !important;
    line-height: 14px !important;
    border: 2px solid #E3E3E3 !important;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    /*behavior: url(ie-css3.htc);*/
    border-width: 2px 2px 0px 2px !important;
    padding-bottom:5px !important;
}
ul.dropdown li.line{
line-height: 22px;
font-size: 16px;
font-weight: normal;
color: #F26432;
padding: 2px ;
margin-top: 0;
}
ul.dropdown li.line:hover{
background: none !important;
line-height: 22px;
font-size: 16px;
padding: 2px;
color: #F26432;
}
ul.dropdown li.line1{
line-height: 22px;
font-size: 16px;
font-weight: normal;
color: #000;
padding: 2px ;
margin-top: 0;
}
ul.dropdown li.line1:hover{
background: none !important;
line-height: 22px;
font-size: 16px;
padding: 2px;
color: #000;
}
	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #0498BE; text-decoration: none; }
	ul.dropdown a:hover		{ color: #0498BE; }
	ul.dropdown a:active	{ color: #000; }

ul.dropdown ul {
    margin-top: 0;
    width: 300px;
}

	/* -- level mark -- */

	ul.dropdown ul {
   width: 300px;
	 margin-top: 0px;
	 *margin-top: -2px;	 
	}

		ul.dropdown ul li {
		 font-weight: normal;
		 color: #555;
		 padding: 4px 0;
		 line-height: 24px;
		 * line-height: 20px;
     margin: 0; 
		}
ul.dropdown li.dir ul li{
* line-height: 16px;
line-height: 16px;
width:300px;
border:none;
vertical-align:middle;
}
ul.dropdown li.dir ul{
background: #cecece;
text-align:left !important;

}
ul.dropdown li.dir ul li a, ul.dropdown li.dir ul li a:link, ul.dropdown li.dir ul li a:visited{
color: #555;
display: block;
margin: 0;
padding: 0px 8px 0px 2px;
text-align: left !important;
* line-height: 16px;
border:none;
white-space: nowrap;
}
ul.dropdown li.dir ul li a:hover{
color: #000;
display: block;
margin: 0;
padding: 0px 8px 0px 2px;
* line-height: 16px;
_color: #000 !important;
white-space: nowrap;
}
ul.dropdown li.dir ul li:hover{
background: #ffffff;
width:auto;
color: #000 !important;
border: none !important;
border-radius: 0px !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
/*behavior: url(ie-css3.htc);*/

}

/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 20px;
 padding-right: 10px;
 padding-right: 2px;
 background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
 background: none;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
 background: none;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
 background: none;
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
 background: none;
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
 background: none;
}

ul.dropdown li
{
    float: left;
}
