/*
 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 Code licensed under the BSD License:
 http://developer.yahoo.net/yui/license.txt
 version: 2.5.0
 */
/*
html {
    color: #000;
    background: #FFF;
}
*/

/*
 * 此处如果不定义的话，在IE7浏览器下，弹出的下拉菜单背景会变透明.
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

.yui-b {
    position: relative;
}

.yui-b {
    position: static;
}

#yui-main .yui-b {
    position: static;
}

#yui-main {
    width: 100%;
}

.yui-t1 #yui-main, .yui-t2 #yui-main, .yui-t3 #yui-main {
    float: right;
    margin-left: -25em;
}

.yui-t4 #yui-main, .yui-t5 #yui-main, .yui-t6 #yui-main {
    float: left;
    margin-right: -25em;
}

.yui-t1 .yui-b {
    float: left;
    width: 12.30769em;
}

.yui-t1 #yui-main .yui-b {
    margin-left: 13.30769em;

}

/*
 *  font-family:可以修改菜单项标签文字的font-family.
 *  font-size:可以修改菜单项标签文字的大小.
 */
#yui-main .yui-b {
    float: none;
    width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; /*12px;*/
}
