@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
 *
 */




/*-------------------------------------------------/
 * @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; 

}


	ul.dropdown li {
	
	 border-style: solid; font-size:12px;

	 border-color: #FFFFFF;
	 background-color: #FFFFFF;
	 color: #999; width: 20px; 
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #999; text-decoration: none;}
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #000; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 100px;
	 margin-top: -1px;
	}


		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 20px;

 background-position: 100% 50%;
 background-repeat: no-repeat; 
}

ul.dropdown *.dir ul{
 padding-right: 20px;
 background-position: 100% 50%;
 background-repeat: no-repeat; 
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;

 background-position: 100% 50%;
 background-repeat: no-repeat; 
}



ul.dropdown-upward *.dir {

}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {

}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;

 background-position: 0 50%;
}




ul.dropdown *.dir {
 padding-right: 20px;

 background-position: 100% 50%;
 background-repeat: no-repeat; 
}
/* -- 12--------------------------------------------- -- */

ul.dropdown *.dir12 {
 padding-right: 20px; 
 background-position: 100% 50%;
 background-repeat: no-repeat; 
}

ul.dropdown *.dir12 ul{
 top:-5px;

}
.gecko ul.dropdown *.dir12 ul{
 top:-4px;

}

/* -- 11--------------------------------------------- -- */

ul.dropdown *.dir11 {
 padding-right: 20px; 
 background-position: 100% 50%;
 background-repeat: no-repeat; 
}

ul.dropdown *.dir11 ul{
 top:-26px;

}
.gecko ul.dropdown *.dir11 ul{
 top:-31px;

}
/* -- 10--------------------------------------------- -- */

ul.dropdown *.dir10 {
 padding-right: 20px; 
 background-position: 100% 50%;
 background-repeat: no-repeat; 
}

ul.dropdown *.dir10 ul{
 top:-48px;

}
.gecko ul.dropdown *.dir10 ul{
 top:-58px;

}
/* -- 09--------------------------------------------- -- */

ul.dropdown *.dir09 {
 padding-right: 20px; 
 background-position: 100% 50%;
 background-repeat: no-repeat; 
}

ul.dropdown *.dir09 ul{
 top:-70px;

}
.gecko ul.dropdown *.dir09 ul{
 top:-85px;

}


/* -- 08--------------------------------------------- -- */

ul.dropdown *.dir08 {
 padding-right: 20px; 
 background-position: 100% 50%;
 background-repeat: no-repeat; 
}

ul.dropdown *.dir08 ul{
 top:-92px;

}
.gecko ul.dropdown *.dir08 ul{
 top:-112px;

}



/* -- 07--------------------------------------------- -- */

ul.dropdown *.dir07 {
 padding-right: 20px; 
 background-position: 100% 50%;
 background-repeat: no-repeat; 
}

ul.dropdown *.dir07 ul{
 top:-114px;

}
.gecko ul.dropdown *.dir07 ul{
 top:-139px;

}

/* -- 06--------------------------------------------- -- */

ul.dropdown *.dir06 {
 padding-right: 20px; 
 background-position: 100% 50%;
 background-repeat: no-repeat; 
}

ul.dropdown *.dir06 ul{
 top:-136px;
 
	
}
.gecko ul.dropdown *.dir06 ul{
 top:-166px;
 
	
}


#dbox{ position: relative;
	width: 200px;
	top: 97px;
	margin-top: -100px;
	margin-left:auto; margin-right:auto;
	left: -148px;
	padding:0px; 
	
		}
		

		#dboxs{ height:95px; clear:both;}
		
		#example_tip {
width: 790px;
	margin: 20px 0 0 0px;
	
	border-bottom: 1px solid #cccccc;
	
}
