/** 
 * 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 "themes/default/default.css";
.cwPanel {
	position: absolute;
}
.cwPanelHead {
	display:block;
}
.cwPanelBody {
	display:block;
}
.cwPanelBody p {
	margin:0 0 1em;
}
.cwPanelFoot {
	margin: 0px;
	overflow: hidden;
	padding:4px;
	white-space:nowrap;
	display:block;
}
.cwPanel input, textarea, select {
	padding:2px;
	background-color: #FFF;
	border: 1px solid #CCC;

}
.cwPanel input:hover, textarea:hover, select:hover {
	background-color: #FFC;
}
.cwPanel input:focus, textarea:focus, select:focus {
	background-color: #FFC;
}
