th {color : #000000;font-size : 11px;font-family : Arial;}
input, select {color : #000000;font-size : 11px;font-family:Arial;font-weight: bold;}
.px {padding-top : 0px;padding-bottom :0px;
    padding-left : 0px;padding-right : 0px;
    margin-top : 2px;margin-bottom : 0px;	
    margin-left : 0px;
    margin-right : 0px;}
.px5 {padding-top : 0px;padding-bottom : 0px;	
      padding-left : 0px;padding-right : 0px;
      margin-top : 5px;margin-bottom : 0px;margin-left : 0px;	
      margin-right : 0px;}
.title01 {color : #000000;margin-top : 15px;	
          padding-bottom : 0px;	
          margin-bottom : 0px;
          margin-left : 5px;	
          margin-right : 0px;	
          font-size : 11px;	
          font-family : Arial;	
          font-weight: bold;}
.title {color : #000000;
	margin-top : 10px;	
        padding-bottom : 10px;margin-bottom : 0px;	
        margin-left : 55px;	
        margin-right : 30px;	
        font-size : 11px;
	font-family : Arial;	
        font-weight: bold;}
.title a {color : #EF6D00;}
.title a:hover {color : #C25A02;}
.list {color : #FFFFFF;	margin-top : 3px;	
       padding-bottom : 3px;	
       margin-bottom : 0px;	
       margin-left : 10px;
       margin-right : 10px;	
       font-size : 11px;	
       font-family : Arial;
       font-weight: bold;}
.right {color : #FFFFFF;	
        margin-top : 5px;	
        padding-bottom : 10px;	
        margin-bottom : 0px;
	margin-left : 15px;	
        margin-right : 15px;	
        font-size : 11px;
	font-family : Arial;	
        font-weight: bold;}
.right a, .list a {color : #FFFFFF;}
.right a:hover {color : #AAAAAA;}
.left {color : #000000;	margin-top : 10px;	
       padding-bottom : 5px;
       margin-bottom : 0px;	
       margin-left : 25px;	
       margin-right : 10px;	
       font-size : 11px;	
       font-family : Arial;	
       font-weight: bold;}
.left a {color : #FF6600;}
.left a:hover {color : #FF0000;}
p {color : #000000;margin-top : 5px;	
      padding-bottom : 10px;	
      margin-bottom : 0px;	
      margin-left : 10px;	
      margin-right : 10px;	
      font-size : 11px;
      font-family : Arial;}
p a {color : #000000;font-weight: bold;}
p a:hover {color : #294A7B;}
.menu01 {color : #FFFFFF;margin-top : 0px;	
         padding-bottom : 0px;margin-bottom : 0px;	
         margin-left : 10px;margin-right : 10px;	
         font-size : 11px;font-family : Arial;	
         font-weight: bold;}
.menu01 a {color : #FFFFFF;text-decoration: none;}
.menu01 a:hover {color : #EEEEEE;}
.menu02 {color : #000000;margin-top : 0px;	
         padding-bottom : 0px;	margin-bottom : 0px;	
         margin-left : 20px;margin-right : 0px;	
         font-size : 11px;font-family : Arial;
         font-weight: bold;}
.menu02 a {color : #000000;text-decoration: none;}
.menu02 a:hover {color : #555555;}
{margin-left: -5px;margin-top: -5px;margin-right: -10px;	
margin-bottom: -10px;}
{Font: 11px Font family:Arial}
UL {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; 
    PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 170px; 
    PADDING-TOP: 0px; BORDER-BOTTOM: #ccc 1px solid; 
    LIST-STYLE-TYPE: none}
UL LI {POSITION: relative}
LI UL {DISPLAY: none; LEFT: 170px; POSITION: absolute; TOP: 0px}
UL LI A {BORDER-RIGHT:white 1px solid; PADDING-RIGHT: 5px; 
         BORDER-TOP:#c5c6cb 1px solid; DISPLAY: block; PADDING-LEFT: 5px; 
         BACKGROUND:white; PADDING-BOTTOM: 5px; 
         BORDER-LEFT:white 1px solid; COLOR:black; 
         PADDING-TOP: 5px; BORDER-BOTTOM:#fe9900 0px solid; 
         TEXT-DECORATION: none}
         HTML UL LI {FLOAT: left; HEIGHT: 1%}
HTML UL LI A {HEIGHT: 1%}
UL LI A:hover {BACKGROUND:#c5c6cb; COLOR:white}
LI UL LI A {PADDING-RIGHT: 5px; PADDING-LEFT: 5px; 
            PADDING-BOTTOM: 2px; PADDING-TOP: 2px}
LI:hover UL {DISPLAY: block}LI.over UL {DISPLAY: block
}
startList = function() {//fantasyflash.ru
if (document.all&&document.getElementById) 
{
menusRoot = document.getElementById("menus");
for (i=0; i<menusRoot.childNodes.length; i++) 
{
node = menusRoot.childNodes[i];
if (node.nodeName=="LI") 
{
node.onmouseover=function() {
this.className+=" over";//osw  }  
node.onmouseout=function() 
{  this.className=this.className.replace(" over", "");   }   }  } }}
window.onload=startList;
