ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 250px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 299px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

ul navg {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	width: 90%;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */




input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003366;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	font-weight: bold;
/*SCROLLBAR-FACE-COLOR: #0000dd; SCROLLBAR-HIGHLIGHT-COLOR: white; SCROLLBAR-SHADOW-COLOR: black; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #ffffff;*/
}
body {	font-family: Verdana, Arial, Helvetica, sans-serif;}
a, a:visited { 
color: #0066ff;
  font-size: 9pt;
}

#chat {font-size:8pt; color:#ffffff;}
#chatn {font-size:8pt; font-weight:bold; color:#5b5b5b;}
#wchat {font-size:8pt;color: #0099ff;}

.note {
    border: 1px solid #dbdbdb; /* Параметры границы */
	text-align: justify; color: #8a8a8a;
    background: #e8e8e8; /* Цвет фона */
    padding: 4px; /* Поля вокруг текста */
	font-size: 8pt;
}

a:hover { color: #3300cc; text-decoration: none;   font-size: 9pt;
}
.menu {color: #ffffff; text-decoration: none; font-weight: bold; }
.points { font-weight: bold; font-family: Book Antiqua; font-size: 13pt; }

#txt {font-size:8pt; color: #444444;}
#txtsm {font-size:7.5pt; color: #ffffff;}

h1 {font-size:12pt;}
h2 {font-size:11pt;}
h3 {font-size:10pt;}
h4 {font-size:9pt;}

.zag { color:#999999; font-weight:bold; font-size:11pt;}

#metka {background-color: #ffcc00; font-weight: bold; }

   .brd {
    padding: 1px; /* Поля вокруг текста */
    font-weight:bold;
    line-height: 2;
   }
   
      .mbrd {
    border: 3px double #003399; /* Параметры границы */
    background: #efefef; /* Цвет фона */
    padding: 5px; /* Поля вокруг текста */
   }
   
   .buy{font-size:10pt; color: #0000cc;}
   
#wmenu {color:#99ccff; font-weight:bold; font-size:8.5pt;}
#gmenu {color:#e0e0e0; font-weight:bold; font-size:8.5pt;}
#wno {color:#99ccff; font-weight:bold; font-size:8.5pt; text-decoration:none;}
