.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
#auto_draggable_menu_panel {
	display: inline-block;
	width:90px;
	/*height:222px;*/
	position: fixed;
	top:0px;
	left:0px;
	background-color: #f6f6f6;
}

.img_menu{
	background-color: #2a2a2a;
	
}
.img_menu img{
	margin:4px;
	
}
.active_menu,.normal_menu {
	font-family: Arial;
	font-size: 10px;
	line-height:28px;
	text-align: center;	
	border-bottom:1px solid;	
	text-transform:uppercase
}
.active_menu{
	border-color: #666666;
	color:#ffffff;
}
.normal_menu {	
	height:28px;	
	border-color: #cfcfcf;
}

#hauk_response_menu,
#hauk_response_menu_brad,
#hauk_response_menu_bold,
#manned_services_menu,
#private_menu,
#supported_housing_menu,
#event_management_menu,
#door_supervisors_menu,
#close_protection_menu,
#mobile_patrol_menu{
	line-height:16px;
}
.normal_menu{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.normal_menu:hover{
	background-color: #2a2a2a;
	color:#fff;
}
.normal_menu:hover a{
	color: #fff;
}
.normal_menu div, .active_menu div{
	text-decoration: none;
	cursor: pointer;
	
}
.normal_menu div{
	color:#f00;
}

.separate_menu {
	width:90px;
	height:20px;
	background-color: #2a2a2a;
	border-bottom: 1px solid;
	border-color: #ff0000;
}
#return_main_menu {
	width:90px;	
	line-height:16px;
	height: 50px;
	color:#f00;
	cursor: pointer;	
}

#mail_container div{
	color:#fff;
}
#mail_container{
	display:inline-block;
	
}
#mail_name_lbl,#mail_tel_lbl,#mail_mail_lbl,#mail_msg_lbl{
	margin: 10px 0 0 -100px;	
	float:left;
	font-family: Arial;
}
#user_name,#user_tel,#mail_mail,#mail_msg {
	margin-top:10px;
	
}
#mail_msg {
	float: right;
}
#mail_container {
	text-align: left;
}
#user_msg {
	width:490px;
	height: 200px;
}
#mail_container{
	margin-left:110px;
}
#send_mail_btn{
	margin-top:10px;
}
