@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: normal 10px "MS UI Gothic", Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";}	ul.dropdown li {		color: #999;	background: #ffFFFF;	width:113px;	height:25px;	}	ul.dropdown li:hover {	 background-color: #e0e0e0;	 color: #FFF;	}/***********************************************/ul.exb li{background-color:#4EB600;width:118px;}ul.access li{background-color:#56AFE4;width:103px;}ul.event li{background-color:#FF6633;width:103px;}ul.staff li{background-color:#FFA2C6;width:103px;}ul.about li{background-color:#93418A;width:103px;}/***********************************************/	ul.dropdown ul li.hover,	ul.dropdown ul li:hover {	 background-color: #999;	 color: #FFF;	}	ul.dropdown a:link,	ul.dropdown a:visited	{ color: #fff; text-decoration: none; }	ul.dropdown a:hover		{ color: #fff; }	ul.dropdown a:active	{ color: #fff; }	/* -- level mark -- */	ul.dropdown ul {	 width: 150px;		}		ul.dropdown ul li {	font-weight: normal;	color:#FFFFFF;	border-top: 1px solid #FFFFFF;	padding-top:5px;	padding-left:10px;	height:20px;		}ul.dropdown ul li a{display:block;}ul.dropdown img{	border-top: 1px solid #E0E0E0;}ul li.dir{margin-right:6px;}/*-------------------------------------------------/ * @section		Support Class `dir` * @level sep	ul, .class *//* -- Components override -- */
