
.menuMainContent {
	float: left;
}
.menuMainContent li {
	float: left;
}
.menuMainContent li.subMenu {
	position: relative;
}
.menuMainContent li.subMenu:last-child {
	background: none;
}

.menuMainContent a.first {
	color: #fff;
	float: left;
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	height: 62px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
	position: relative;
	-webkit-transition: 0.3s; /*Chrome 4.0 ve önceki tarayıcılar  + Safari 3.1 ve önceki tarayıcılar  */
	-moz-transition: 0.3s; /* Mozilla 4.0 ve önceki tarayıcılar */
	-ms-transition: 0.3s; /* Internet Explorer. */
	-o-transition: 0.3s; /* Opera 10.5 ve öncesi için */
	transition: 0.3s; /* Yeni tarayıcıların desteklediği */
}
.menuMainContent a.first span {
	bottom: 19px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 300;
    left: 10px;
    position: absolute;
}
.menuMainContent a.first:hover {
	background: #8c3351 none repeat scroll 0 0;
}
/*.menuMainContent a.selected {
	background: #ffc600 none repeat scroll 0 0;
	color: #000;
}*/
.menuMainContent li.active a.first {
	background:#8c3351 none repeat scroll 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.subMenuContent a.second.selected {
	background: #8c3351 none repeat scroll 0 0;
}
.subMenuContent {
	background: #8c3351 none repeat scroll 0 0;
	padding: 0 7px;
	position: absolute;
	top: 62px;
	width: 275px;
	padding-bottom:5px !important;
}
.subMenuContent li {
	width: 100%;
}
.subMenuContent a.second {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
    color: #fff;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    padding: 10px 6px;
    text-indent: 3px;
    text-transform: capitalize;
	-webkit-transition: 0.3s; /*Chrome 4.0 ve önceki tarayıcılar  + Safari 3.1 ve önceki tarayıcılar  */
	-moz-transition: 0.3s; /* Mozilla 4.0 ve önceki tarayıcılar */
	-ms-transition: 0.3s; /* Internet Explorer. */
	-o-transition: 0.3s; /* Opera 10.5 ve öncesi için */
	transition: 0.3s; /* Yeni tarayıcıların desteklediği */
}
.subMenuContent a.second:hover {
	background: #ad3a59 none repeat scroll 0 0;
}
.subMenuContent a.second .icon {
	margin-right: 4px;
}


@media only screen and (min-width: 991px) and (max-width: 1200px) {
	.menuMainContent a.first span {
    	display: none;
	}	
	.menuMainContent a.first {
		font-size: 16px;
    	height: 52px;
    	padding: 15px 7px;
	}
	.subMenuContent {
    	top: 50px;
	}

}


@media screen and (max-width:991px) {
	.menuMainContent {
		display: none;
	}

}

@media only screen and (min-width : 1824px) {
	.menuMainContent {
    float: right;
}
	.menuMainContent a.first {
    	font-size: 18px;
    	padding-left: 13px;
    	padding-right: 13px;
	}
	.menuMainContent a.first span {
    bottom: 15px;
    font-size: 14px;
    left: 15px;
}
	.subMenuContent {
		top: 62px;
		width: 270px;
	}
	.subMenuContent a.second {
		 font-size: 16px;
    padding: 9px 6px;
	}
	
}


