﻿        body 
        {
			background-color:#1D1D1D;
			CURSOR: url(../../img/black_cursor.cur);
			margin:0px;
			padding:0px;
		}
html {scrollbar-face-color: #8AB200;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color:#53670D;
scrollbar-darkshadow-color: #53670D;
scrollbar-track-color: #D4E597;
scrollbar-arrow-color: #53670D;}

        .menu
        {
         text-align:center ;
        }
        .menu_item
        {
		 background-image:url(../../img/MenuBG.png);
        }
        .menu_hover
        {
         height:30px;
        }
            
        .menu_Dy_hover
        {
         background-color :#4498CA;
        }
        .menu_Dy
        {
        
        }
        .menu_item_Dy
        {
			background-image:url(../../img/DyMenuBG.png);
			padding-right:5px;
			text-align:right;
			border-color:#325610;
			border-style:groove;
			border-width:1px;
			height:25px;
			width:200px;
			font-size:14pt;
			font-weight:bold;
	    }
	     .menu_item_Dy_en
        {
			background-image:url(../../img/DyMenuBG.png);
			padding-left:5px;
			text-align:left;
			border-color:#325610;
			border-style:groove;
			border-width:1px;
			height:25px;
			width:240px;
			font-size:14pt;
			font-weight:bold;
	    }
       