BODY {padding:0;margin:0;height:100%;background-color:#25406a;background-image:url(i/bg.gif); }
TABLE {border-collapse: collapse;}
TD {vertical-align:top;color:#212121;font-size:12px;font-family:arial;}
IMG {border:0;}
UL, UL LI {list-style-image:url(i/li.gif)}
A, A:link {color:#212121;text-decoration:underline;}
A:hover {color:#212121;text-decoration:none;}
h1 {font-family:"arial"; font-size:14px;text-transform:uppercase;color:#780c0c;}
H2 {font-weight:normal; font-size:14px; color:#780c0c;}
H3 {font-weight:normal; font-size:12px; color:#780c0c;margin:0;margin-bottom:15px;}
FORM {margin:0;}
EM {color:# ;font-style:normal;}
INPUT.inp {border:1px solid # ; background-color:# ;color:# ;}

.all, .all2 {width:100%;height:100%;}
.mid {width:901px;height:100%;}

.all2 {background-image:url(i/24.jpg);background-repeat:no-repeat;background-position:0 100%;}

.left {width:210px;height:100%;background-image:url(i/bg.jpg);background-repeat:repeat-y;}
.l_shad {width:5px; background-image:url(i/bbg.gif);background-repeat:repeat-y;}
.r_shad {width:5px; background-image:url(i/17.gif);background-repeat:repeat-y;}
.center {width:685px; background-image:url(i/bg2.jpg);background-repeat:repeat-y;}
.center {width:685px; background-image:url(i/bg4.jpg);background-repeat:repeat-y;}

.content1 {background-image:url(i/18.jpg);background-repeat:no-repeat;background-position:0 0;padding:193px 10px 10px 24px;width:405px;}

.content2 {background-image:url(i/25.jpg);width:651px;background-repeat:no-repeat;background-position:0 0;padding:20px 10px 50px 24px;}
.right {background-color:#e1e1e1;background-image:url(i/19.jpg);background-position:0 0;background-repeat:no-repeat;padding:193px 12px 10px 13px;width:221px;text-align:right;}
.right TD {text-align:right; padding-bottom:10px;}
.right TABLE {width:100%;margin-bottom:45px;}
.right A, .right A:link {color:#212121;text-decoration:none;}
.right A:hover {color:#212121;text-decoration:none;}

.hello TD {font-size:11px;}
.hello H2 {margin:0;}
.hello A, .hello A:link {color:#212121;text-decoration:underline;}
.hello A:hover {color:#212121;text-decoration:none;}
.hello IMG {margin-left:5px;}

.org {margin-bottom:10px;}
.org TD {vertical-align:middle;padding-right:10px;padding-bottom:15px;}
.org A, .right A:link {color:#212121;text-decoration:none;}
.org A:hover {color:#212121;text-decoration:none;}

.footer {width:685px; height:60px;background-image:url(i/22.jpg);background-repeat:no-repeat;vertical-align:middle;font-size:11px; color:#ffffff;}
.footer2 {width:685px; height:60px;background-image:url(i/26.jpg);background-repeat:no-repeat;vertical-align:middle;font-size:11px; color:#ffffff;}

.li {padding-top:5px; width:16px;}

.left_c {height:100%;}
.coord {height:203px;padding-bottom:86px;}

.path {font-size:11px; background-image:url(i/li2.gif);background-repeat:no-repeat;padding-left:20px;background-position:0 4px;}
.path A, .right A:link {text-decoration:none;}
.mark {font-style:italic;padding-left:300px;}
.pic {margin-right:10px;margin-bottom:3px;}

.program {width:100%;margin-bottom:20px;}
.program TD {border-bottom:1px solid #e1e1e1; border-top:1px solid #e1e1e1;padding:5px;}

.part {width:50%;}
.part TD {vertical-align:middle;text-align:left;padding:10px;}

.sp {width:100%;}
.sp TD {vertical-align:middle;text-align:center;padding:10px;}

.preload {visibility:hidden;}

.supp A, .supp A:link, .supp A:hover {color:#212121;text-decoration:none;display:block;margin:10px; padding:10px;background-repeat:no-repeat;background-position:100% 50%;}
.supp A, .supp A:link {background-color:#e6e6e6;background-image:url(i/arr.gif);}
.supp A:hover {background-color:#ffffff;background-image:url(i/arr_a.gif);}

.png {behavior: url('png.htc');}


/* выпадающее меню */

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	}
	
.menu ul li {
	position: relative;
	list-style-image:none;
	}
	
.menu li ul {
	position: absolute;
	left: 205px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
.menu li a, .menu li a:link {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #0a347c; /* IE6 Bug */
	padding: 5px;
	border: none; /* IE6 Bug */
	border-right: 5px solid #690a0a;
	border-bottom: 0;
	}
	
.menu li a:hover {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #0c44b7; /* IE6 Bug */
	padding: 5px;
	border: none; /* IE6 Bug */
	border-right: 5px solid #ae2626;
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html .menu li { float: left; height: 1%; }
* html .menu li a { height: 1%; }
/* End */

.menu li:hover ul, .menu li.over ul { display: block; } /* The magic */