body {
    color: #000000;
    background: #ffffff url(bars.gif) repeat-x;
    margin: 0; padding: 0 0 0 0;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

table { font-size: 10px; }

a:link    { color: #009; background-color: transparent; }
a:visited { color: #306; background-color: transparent; }
a:active  { color: #F60; background-color: transparent; }
a:hover   { color: #00C; background-color: transparent; text-decoration: none; cursor: url(cur/lj1.cur);}

hr { border: 0; width: 75%; color: #369; background-color: #369; height: 1px;}

#Logo { left: 0; top: 0; width: 100%; height: 0px; margin: 0; padding: 0 0 0 10; color: #FFF; 
background-color:#69C; }

#TopMenu {padding: 1 0 0 15;  }
#Content {padding: 10 0 10 15; }

#NavMenuList {
    left: 0px; 
    top: 0px;
    height: 39px; // ширина
    width: 100%;
    margin: 0; 
    padding: 0 0 0 15; // 50 ширина // 15 - отступ
    display1: inline; 
    white-space: nowrap;
    background-color: #69c;
    border: 0px;

}
#NavMenuList li   { color: #FFF; display: inline; list-style: none;  white-space: nowrap;}
#NavMenuList li a { color: #FFF; }

#NavMenuList a {
    padding: 4px 10px 1px 10px;
    top: 83px; 
    width: auto; 
    height: 16px;
    background-color: #69C;
    font: 11px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    float: left; 
    display: block;
    border-top: 0px solid #FFF;
}



#NavMenuList .NavSubMenuList { color: #69C; visibility: hidden; 
	left: 0; 
	top: 88px; 
	height: 0px;
	width: 100%;
	margin: 0;
	padding: 0 0 0 15; 
	display1: inline;
	white-space: nowrap;  
	background-color: #69c;
	border: 0px;
	position: absolute;
}

#NavMenuList .NavSubMenuList li a       { color: #037; background-color: #69C; float: left;}
#NavMenuList .NavSubMenuList li a:hover { color: #000; background-color: #FFF; }

/* Footer */

#FooterNav {
    margin: 0px; 
    padding: 0 0px 0 15px;
    border: 0px solid #69C;
    color: #FFF; 
    background-color: #69C;
    clear: both;
}
#FooterNav li {
    display: inline;
    list-style: none;
    color: #FFF; background-color: #69C;
}
#FooterNav a {
    color: #FFF; background-color: #69C;
    font: 11px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: none;
}
#FooterNav a:hover {
    color: #000; background-color: #FFF;
}
