
body.home #mainMenu a#home,
body.archive #mainMenu a#archive,
body.siteMap #smallNav a#siteMap,
body.contacts #smallNav a#contacts,
body.search #smallNav a#search,
body.iss #mainMenu a#iss,
body.history #mainMenu a#history,
body.corporation #mainMenu a#corporation,
body.automatic #mainMenu a#automatic,
body.launchers #mainMenu a#launchers,
body.conversion #mainMenu a#conversion {
	color: #f33;
	}

body.home #mainMenu a:hover#home,
body.archive #mainMenu a:hover#archive,
body.siteMap #smallNav a:hover#siteMap,
body.contacts #smallNav a:hover#contacts,
body.search #smallNav a:hover#search,
body.iss #mainMenu a:hover#iss,
body.history #mainMenu a:hover#history,
body.corporation #mainMenu a:hover#corporation,
body.automatic #mainMenu a:hover#automatic,
body.launchers #mainMenu a:hover#launchers,
body.conversion #mainMenu a:hover#conversion {
	color: #f33;
	}

#smallNav {
	width: 20em;
	float: right;
	/*color: #cccccc;*/
	color: #002d75;
	}
#smallNav a {
	padding: 0 1em;
	line-height: 0.8em;
	font-size: 0.9em;
	/*color: #cccccc;*/
	color: #002d75;
	}
#smallNav a:hover {
	color: #FF0000;
	}



#mainNav, #mainNav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: url(/ru/images/bg_main_nav.gif) repeat-x;
	list-style-type: none;
 	}

#mainNav  li{
	float: left;
	background: url(/ru/images/divider.gif) no-repeat top right;
 	}
	
#mainNav li a {
	display: block;
	padding: 0 1em;
	line-height: 2.1em;
	text-decoration: none;
	float: left;
	 color: #dddddd; 
	 font-size: 1.1em;
	}

#mainNav li a:hover {
	color: #fff;
	}




#button {
	float: left;
      width: 210px;
      border-top: 1px solid #ffffff;
      
      padding: 0 0 0 0;
      margin-bottom: 0px;
      background-color: #dddddd;
      color: #333333;
      }

#button ul {
      list-style: none;
      margin: 0;
      padding: 0;
      border: none;
      }
		
#button li {
      border-bottom: 1px solid #ffffff;
      margin: 0;
      }

#button li a {
      display: block;
      padding: 3px 5px 2px 0.5em;
      background-color: #dddddd;
      color: #333333;
      text-decoration: none;
      width: 100%;
      }

html>body #button li a {
      width: auto;
      }

#button li a:hover{
      background-color: #eeeeee;
      color: #000000;
      }
	  
#button  ul ul{display: none}
#button  ul ul li a{padding-left: 20px; color: #333333; background:#e8e8e8}  


#breadcrumbs {
	color: #999999;
	font-size: 0.85em;
	line-height:1.5em;
	padding-left: 10px;
	margin-top:10px;
	}
#breadcrumbs a {
	color: #999999;
	}
#breadcrumbs a:hover {
	color: #666;
	}

.hide {
			display: none;
			}

.sub_menu {
			background-color: #eeeeee;
      		color: #FF0000;
			text-align:  center;
			height: 1.5 em;
			}

