@charset "utf-8";
 
/* CSS Settings for JQuery-based Drop Down Menu */
/* Last Revised: 26-Aug-10 */

.dropdown-small {
	display:none;
	background:transparent url(../layout/menu/DropDown_Small.png) no-repeat;
	height:106px;
	width:178px;
	padding: 25px 0 0 0;   /* Top-Right-Bottom-Left */
}
.dropdown-large {
	display:none;
	background:transparent url(../layout/menu/DropDown_Large.png) no-repeat;
	height:164px;
	width:178px;
	padding: 25px 0 0 0;   /* Top-Right-Bottom-Left */
}

