@charset "utf-8";
*{margin:0}
/* CSS Document */
        .menutd{background:#CB6610;}
		.menu
        {
            list-style-type:none;
        }
        .menu li
        {
            float:left;
            background:#CB6610;
            padding:7px 15px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
        }
        .menu li a:hover
        {
            text-decoration:none;
			color:#FF0
        }
        .menu li a
        {
            color:#fff;
            text-decoration:none;
        }
        
        /* more menu */
        li.moreitem > a
        {
            background:#CB6610 url(images/down.gif) right center no-repeat;
            padding-right:15px;
        }
        li.moreitem
        {
            position:relative;              
        }
        .moredropdown div
        {
            padding:5px 0;
        }
        .moredropdown
        {
            display:none;
            position: absolute;
            background:#CB6610;
            padding:7px 15px;
            margin-top:0px;
            top:28.5px;
            left:0;
            width:200px;
        }
        li.moreitem:hover .moredropdown
        {
            display:block;
        }
		.footerlogin{position: fixed; bottom: 10px; padding:10px 0px 0px 0px; border-top:#EBEBEB 1px solid; width:100%; text-align:right; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
