/*
    LEFT MENU MAIN START
    GENERAL
*/
#left_main_menu{
	position: fixed;
    padding-top: 145px;
    float:left;
    width:172px;
	margin: 0px 4px;
	height:100%
}
.wrapperMainMenu{
    margin-top: 4px;
    width: 172px;
}
/*
    AVIATION - Авиационное двигателестроение
*/
#leftMainMenuAviationTitle{
    height: 45px;
    width: 172px;
    border-spacing: 0px;
    background-color: #9D9E9E;
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
}
#leftMainMenuAviationTitle tr td, 
#leftMainMenuIndustialTitle tr td, 
#leftMainMenuWindTitle tr td,
#leftMainMenuMilitaryTitle tr td,
#leftMainMenuContactTitle tr td{
    font-size:9px;
    font-family: "Arial";
    color: white;
    text-align:left;
}
#leftMainMenuAviationTitle tr td a, 
#leftMainMenuIndustialTitle tr td a, 
#leftMainMenuWindTitle tr td a,
#leftMainMenuMilitaryTitle tr td a{
    text-decoration: none;
    color: white;
}
#leftMainMenuAviationImg{
    width: 172px;
    height: 70px;
    background-position: bottom center;
    background-image: url('../img/main_left_menu_aviation.jpg');
}
/*
INDUSTRIAL - Промышленная метеорология
*/
#leftMainMenuIndustialTitle{
    width: 172px;
    height: 25px;
    border-spacing: 0px;
    background-color: #9D9E9E;
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 2px;
}
#leftMainMenuIndustialImg {
    width: 172px;
    height: 98px;
    background-position: bottom center;
    background-image: url('../img/main_left_industrial.jpg');
}
/*
WIND - Ветроэнергетика
*/
#leftMainMenuWindTitle{
    width: 172px;
    height: 25px;
    border-spacing: 0px;
    background-color: #9D9E9E;
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 2px;
}
#leftMainMenuWindImg{
    width: 172px;
    height: 101px;
    background-position: bottom center;
    background-image: url('../img/main_left_menu_wind.jpg');
}
/*
    MAIN_LEFT_MENU_MILITARY ВОЕННАЯ ТЕХНИКА
*/
#leftMainMenuMilitaryTitle{
    width: 172px;
    height: 25px;
    border-spacing: 0px;
    background-color: #9D9E9E;
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 2px;
}
#leftMainMenuMilitaryImg{
    overflow: hidden;
    width: 172px;
    height: 96px;
    background-position: bottom center;
    background-image: url('../img/main_left_menu_military.jpg');
}

/*
	Контактная информация
*/
#leftMainMenuContactTitle{
	width: 172px;
    height: 25px;
    border-spacing: 0px;
    background-color: #9D9E9E;
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 2px;
}
#leftMainMenuContactContent{
	height:105px;
	background-color:#DCDCDC;
	color:grey;
	text-align:center;
	line-height:15px;
	padding-top:5px;
    font-size: 14px;
}