* 									{ margin: 0; padding: 0; }
#page-wrap							{ width: 874px; } 
*:first-child+html #page-wrap		{ width: 874px; font-size: 98%;}
a									{ text-decoration: none; }
ul									{ list-style: none; }



/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: normal; float: left; zoom: 1; height: 30px; background: url(../../img/bg.gif) repeat-x top; }
ul.dropdown a:hover		            { color: #333; }
ul.dropdown a:active                { color: #000; }
ul.dropdown li a                    { margin: 1px 0; border-left: 1px solid #fff;border-right: 1px solid #c9c9c8; display: block; padding-top: 4px;color: #222; width: 122px; text-align:center; height: 22px; }
ul.dropdown li:first-child a         { border-left: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: url(../../img/bg.gif) repeat-x top; color: black; position: relative; }
ul.dropdown li.hover a              { color: #026d82; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 190px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ background: transparent url(../../img/transparent.png) repeat;
									  border-left: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; float: none; }

                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border: none; width: 178px; height: 25px; display: inline-block; text-align:left; padding-left: 10px; color: #fff!important;} 
ul.dropdown ul li.hover,
ul.dropdown ul li:hover             { background: transparent url(../../img/transparent2.png) repeat;}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }


.borderL{
	border-left: 1px solid #c9c9c8;border-right: 1px solid #FFFFFF;
}
.borderR{
	border-right: 1px solid #c9c9c8;
}

.font_small{
	font-size: 92%;
}

*:first-child+html .hyouka{
	font-size:92%;
}
