#MyGPSmenu {
	font-weight:bold !important;	
}
#MyGPSmenu {
	position:absolute;
	font-family:Arial;
	font-size:14px;
	width: 150px;
	background: #fff;
	margin-top : -20px;
	border-radius: 2px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	outline: none;
	z-index: 9999999999;
	-webkit-transition: background-color 200ms cubic-bezier(0.52,0,0.48,1);
	-moz-transition: background-color 200ms cubic-bezier(0.52,0,0.48,1);
	-ms-transition: background-color 200ms cubic-bezier(0.52,0,0.48,1);
	-o-transition: background-color 200ms cubic-bezier(0.52,0,0.48,1);
	transition: background-color 200ms cubic-bezier(0.52,0,0.48,1);
}
#MyGPSmenu ul li a h3 {
	margin:0;
	padding:0;	
	font-size:14px !important;
	text-align:left;
	padding-left:28px;
	font-weight:bold !important;
}
#MyGPSmenu li a {
	font-weight:700;
	text-decoration: none;
	text-align:center;
}	

.kapali, .acik {
	width:20px;
	height:15px;
	float:left;	
	position:absolute;
	left:10px;
}
.kapali {
	background:url(../img/araba_k.png) center center no-repeat;	
}
.acik {
	background:url(../img/araba_a.png) center center no-repeat;	
}
.k_acik {
	width:32px;
	height:32px;
	float:left;
	background:url(../img/kontak_a.png) center center no-repeat;
	margin:2px;
	margin-top:4px;
}
.k_kapali {
	width:32px;
	height:32px;
	float:left;
	background:url(../img/kontak_k.png) center center no-repeat;
	margin:2px;
	margin-top:4px;
}
.uydu {
	width:32px;
	height:32px;
	float:right;
	right:0px;
	background:url(../img/uydu.png) center center no-repeat;
	margin:2px;
	top:13px;
	margin-right:10px;
	position:absolute;
}
.tarih {
	width:32px;
	height:32px;
	float:left;
	background:url(../img/tarih.png) center center no-repeat;
	margin:2px;
}
.hiz {
	width:32px;
	height:32px;
	float:left;
	background:url(../img/hiz.png) center center no-repeat;
	margin:2px;
}
.adres {
	width:32px;
	height:32px;
	float:left;
	background:url(../img/adres.png) center center no-repeat;
	margin:2px;
}
.ic_kutu {
	margin:0 10px;
	margin-top:3px;
	height:40px;
}
.ic_kutu2 {
	border-top:1px solid rgba(0,0,0,0.1);
	height:40px;
	margin:0 10px;
	padding-top:1px;
}
.ic_kutu3 {
	border-top:1px solid rgba(0,0,0,0.1);
	height:36px;
	margin-top:2px;
	margin:0 10px;
	padding-bottom:0;
	padding-top:0px;
}
.ic_kutu4 {
	border-top:1px solid rgba(0,0,0,0.1);
	margin-top:2px;
	text-align:center;
	margin:0 10px;
	padding-bottom:0;
	padding-top:3px;
}
.uydu2 {
	width:10px !important;	
	float:right !important;
	line-height:40px !important;
}
.ic_kutu h3 {
	text-align:center;
	line-height:40px;
	float:left;
	margin:0;
	padding:0;	
	width:153px;
	font-size:16px !important;
	overflow:hidden;
	font-weight:bold !important;
}
.ic_kutu2 h3 {
	text-align:center;
	line-height:40px;
	float:left;
	margin:0;
	padding:0;	
	width:153px;
	font-size:16px !important;
	overflow:hidden;
	font-weight:bold !important;
}
.ic_kutu3 h3 {
	text-align:center;
	line-height:38px;
	float:left;
	margin:0;
	padding:0;	
	width:153px;
	font-size:16px !important;
	overflow:hidden;
	font-weight:bold !important;
}
.ic_kutu4 h3 {
	text-align:center;
	float:left;
	margin:0;
	padding:0;	
	width:153px;
	overflow:hidden;
	padding:4px 0;
	height:auto;
	font-size:14px !important;
	overflow:hidden;
	font-weight:bold !important;
}
#MyGPSmenu li a:link, #MyGPSmenu li a:visited {
	color: #000;
	display: block;
	background: url(../img/menu1.jpg) -50px 0px;
	padding: 8px 0 8px 10px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
	
#MyGPSmenu li a:hover {
	color: #26370A;
	background: url(../img/menu1.jpg) -50px -32px;
	padding: 8px 0 8px 10px;
}	
#MyGPSmenu li a:active {
	color: #26370A;
	background: url(../img/menu1.jpg) -50px -64px;
	padding: 8px 0 8px 10px;
}
#MyGPSmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#MyGPSmenu ul li:hover ul {
	visibility:visible;
	opacity: 1; 
    filter: alpha(opacity=100); 
}
#MyGPSmenu ul li ul{
    visibility:hidden;
	position:absolute;
	width:210px;
	height:auto;
	left:150px;
	top:0;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	outline: none;
	overflow: hidden;
	z-index: 0;
	-webkit-transition:  all .25s ease;
	-moz-transition:  all .25s ease;
	-o-transition:  all .25s ease;
	-ms-transition:  all .25s ease;
	transition:  all .25s ease;
	opacity: 0; 
    filter: alpha(opacity=0); 
	padding-bottom:4px;	
}
#MyGPSmenu ul li ul a {
	width:91px;
	padding-top:10px !important;
	height:47px;
	background-color:#0CF !important;
	background-image:none !important;
	float:left;
	margin:3px 2px;
	text-align:left;	
}
#MyGPSmenu ul li ul a:hover h3{
	color:#000 !important;
	
}
.butonlar {
	margin:0 10px;
	border-top:1px solid rgba(0,0,0,0.1);
}
.detay_b {
	position:absolute;
	width:32px;
	height:32px;
	left:18px;
	margin-left:auto;
	margin-right:auto;
	background:url(../img/detay.png) no-repeat center center;	
}
.kamera_b {
	position:absolute;
	width:32px;
	height:32px;
	right:18px;
	margin-left:auto;
	margin-right:auto;
	background:url(../img/kamera.png) no-repeat center center;	
}
.kilit_b {
	position:absolute;
	width:32px;
	height:32px;
	left:18px;
	margin-left:auto;
	margin-right:auto;
	background:url(../img/kilit.png) no-repeat center center;	
}
.plus_b {
	position:absolute;
	width:32px;
	height:32px;
	right:18px;
	margin-left:auto;
	margin-right:auto;
	background:url(../img/plus.png) no-repeat center center;	
}
#MyGPSmenu ul li ul a h3{
	color:#FFF !important;
	margin:0;
	padding:0;
	text-align:right;
	font-size:12px !important;	
	padding-right:10px;
	margin-top:1px;
	margin-left:-11px;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	-ms-transition:  all .5s ease;
	transition:  all .5s ease;
}
.detay {
}
.kamera h3{
	text-align:left !important;
	padding-left:10px !important;
}