.dilSecimiBox {
    position: relative;	
    float:right;
    padding: 0;
	margin:0;
}


.dilSecimi {
        /* Size and position */
    position: relative;
	
    float:right;
    padding: 6px;
	margin-right:5px;
	margin-top:5px;
	/*font-family: 'Open Sans Normal';*/
	padding-bottom:9px;
	padding-top:9px;
    /* Styles */
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
	width:120px;
    font-weight: bold;
    color: #666666;
	font-size:14px;
	/*font-family:open sans normal;*/
	z-index:990;
}

.dilSecimi:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #8aa8bd transparent;
}

    .dilSecimi span {
        cursor: default;
    }

    .dilSecimi .dropdown {
  /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;

    /* Hiding */

    opacity: 0;
    pointer-events: none;
}

.dilSecimi .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.dilSecimi .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.dilSecimi .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	color: #666666;
	font-size:14px;
	/*font-family:open sans normal;*/
}
.dilSecimi .dropdown li img {float:left;margin-right:8px;}

.dilSecimi .dropdown li i {
    float: right;
    color: inherit;
}

.dilSecimi .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.dilSecimi .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.dilSecimi .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */
/*.dilSecimi:hover ul {
        opacity: 1;
    pointer-events: auto;
    }*/
.dilSecimi:hover .dropdown {
        opacity: 1;
    pointer-events: auto;
    }


/*.dilSecimi.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}*/
/* No CSS3 support */

.no-opacity       .dilSecimi .dropdown,
.no-pointerevents .dilSecimi .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .dilSecimi:hover .dropdown,
.no-pointerevents .dilSecimi:hover .dropdown {
    display: block;
}

/*.no-opacity       .dilSecimi.active .dropdown,
.no-pointerevents .dilSecimi.active .dropdown {
    display: block;
}*/

.dilSecimi span img {float:left;margin-right:10px;}

.menu {
    float:left;
    height:65px;
    margin-left:0px;
    margin-top:3px;
    width:1064px;
    background-image:url(../images/menubg.png);
    background-repeat:no-repeat;
}
.menu nav {
	margin: 0 auto;
	        
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-width: 0;
	position: relative;
}

#main-menu {
background-image:url(../images/menubg.jpg);
/*background-color:#264fa4;
background: rgba(247,169,52,1);
background: -moz-linear-gradient(top, rgba(247,169,52,1) 0%, rgba(201,96,26,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,169,52,1)), color-stop(100%, rgba(201,96,26,1)));
background: -webkit-linear-gradient(top, rgba(247,169,52,1) 0%, rgba(201,96,26,1) 100%);
background: -o-linear-gradient(top, rgba(247,169,52,1) 0%, rgba(201,96,26,1) 100%);
background: -ms-linear-gradient(top, rgba(247,169,52,1) 0%, rgba(201,96,26,1) 100%);
background: linear-gradient(to bottom, rgba(247,169,52,1) 0%, rgba(201,96,26,1) 100%);*/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a934', endColorstr='#c9601a', GradientType=0 );

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

	position:relative;
	z-index:9998;
	width:auto;
    margin-left:10px;
}
#main-menu ul {
	width:12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
}


		ul.tabsX{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
		
		ul.tabsX li{
		    background-color:#fff;
			color: #e37306;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
			-webkit-border-top-left-radius: 8px;
			-webkit-border-top-right-radius: 8px;
			-moz-border-radius-topleft: 8px;
			-moz-border-radius-topright: 8px;
			border-top-left-radius: 8px;
			border-top-right-radius: 8px;
			margin-bottom:-2px;
			color: #000;
            border:1px solid #e37306;
            /*font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;*/
            /*font-family:'PT Serif', serif,Arial,Helvetica,sans-serif;*/
			/*font-family: 'MyriadProBoldCondensed';*/
			font-size:13px;
		}

		ul.tabsX li.current{
			background: #e37306;
			color: #fff;
			/*font-family: 'MyriadProBoldCondensed';*/
			font-size:13px;
			
		}

		.tab-alan .tab-contentX{
			display: none;
            width: 287px;
            /*height: 276px;*/
			background: #e37306;
			padding: 10px 5px 10px 5px ;
			/*-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;*/

            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            -moz-border-radius-bottomright: 10px;
            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -webkit-border-bottom-right-radius: 10px;



            position:relative;
            float: left;

            -webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.75);
            -moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.75);
            box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.75);

            /*-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
            -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.75);
            box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.75);*/

		}

		.tab-alan .tab-contentX.current{
            display: block;
			/*display: inherit;*/
		}
		
	
label {
font-size: 14px;
color: #444;
}

/*form {
padding: 2px;
}

form ul li {
margin: 0 0 11px;
}

form ul li ul {
display: inline-block;
}

form ul li ul li {
margin: 0 11px 0 0;
float: left;
}

form a {
font-size: 14px;
}

ul li input[type="radio"],
ul li input[type="checkbox"] {
margin-top: -.1em;
}*/


input,
textarea,
select {
-webkit-appearance:none;

padding: 0.4em;
line-height: 1.3em;
margin-bottom:2px;
/*width: 100%;*/

background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
-webkit-appearance: none;
-webkit-box-shadow: 1px 1px 1px #fff;
-webkit-border-radius: 0.5em;

border: 1px solid #D0D0D0;
background: #FBFBFB;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 14px;
color: #444;
/*margin-bottom:10px;*/

}


input[type="text"]:focus,
select:focus,
textarea:focus {
/*background: #fff;*/
border: 1px solid #52A8E8;
-webkit-box-shadow: 0 0 1px 1px #eee;
box-shadow: 0 0 1px 1px #eee;
-moz-box-shadow: 0 0 1px 1px #eee;	
}

input[type=checkbox],
input[type=radio] {
border: 1px solid #c0c0c0;
margin: 0 0.1em 0 0;
padding: 0;
font-size: 16px;
line-height: 1em;
width: 1.25em;
height: 1.25em;
background: #fff;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#fbfbfb));

-webkit-appearance: none;
-webkit-box-shadow: 1px 1px 1px #fff;
-webkit-border-radius: 0.25em;
vertical-align: text-top;
display: inline-block;

}

input[type=radio] {
-webkit-border-radius: 2em; /* Make radios round */
}

input[type=checkbox]:checked::after {
content:"✔";
display:block;
text-align: center;
font-size: 16px;
height: 16px;
line-height: 18px;
}

input[type=radio]:checked::after {
content:"●";
display:block;
height: 16px;
line-height: 15px;
font-size: 20px;
text-align: center;
}

select {
border: 1px solid #D0D0D0;
background: url(../images/select.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbfbfb), to(#ededed));
background: -moz-linear-gradient(19% 75% 90deg,#ededed, #fbfbfb);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
color: #444;
min-width:50px;
}

select:focus {
background: #fff url(../images/select.png) no-repeat right center;
}

textarea {
height: 55px;
}



.buton {
background: #0283da;
border: 0;
border-bottom: 2px solid #504413;
color: #fff;
padding: 9px 21px;
text-align: center;
width: auto;
float: right;

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.buton:hover,
.buton:active {
cursor: pointer;
background: #0283da;
color:#fff;
border: 0;
border-bottom: 2px solid #CA621B;

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.butonL {
background: #0283da;
border: 0;
border-bottom: 2px solid #030f20;
color: #fff;
padding: 9px 73px;
text-align: center;
width: auto;
float:left;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.butonL:hover,
.butonL:active {
cursor: pointer;
background: #0283da;
color:#fff;
border: 0;
border-bottom: 2px solid transparent;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.butonS {
background: #0283da;
border: 0;
border-bottom: 2px solid #030f20;
color: #fff;
padding: 9px 98px;
text-align: center;
width: auto;
float:left;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.butonS:hover,
.butonS:active {
cursor: pointer;
background: #125786;
color:#fff;
border: 0;
border-bottom: 2px solid transparent;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}


/*.buton  + a {
margin-left: 22px;
}*/

/*input[type="submit"] {
background: #52A8E8;
border: 0;
border-bottom: 2px solid #4081AF;
color: #fff;
padding: 9px 21px;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: auto;
float:right;
}

input[type="submit"]:hover,
input[type="submit"]:active {
cursor: pointer;
background: #377AD0;
border: 0;
border-bottom: 2px solid transparent;
}

input[type="submit"] + a {
margin-left: 22px;
}*/

::-webkit-input-placeholder {
color: #444;
}

:-moz-placeholder {  
color: #444;
}





