@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=latin,latin-ext);

.ddsmoothmenu{
	font-size:16px;
	width:auto;z-index:99999999999;
	font-family: 'Open Sans', sans-serif;
	}
.ddsmoothmenu ul{
z-index:1000;
margin: 0;
padding: 0;
list-style-type: none;z-index:99999999999
}

.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;z-index:99999999999;

}

.ddsmoothmenu ul li a{
display: block;
margin: 0px 20px 0px 20px;
padding: 2px 0px 15px 0px;
text-decoration: none;
text-align:center;z-index:99999999999;
}

.ie .ddsmoothmenu ul li a{
display: block;
padding: 2px 20px 15px 20px;
text-decoration: none;
text-align:center;z-index:99999999999;margin-top:35px
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color:#000;
text-shadow: 1px 1px 1px #fff;
}

.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#333;
background:url(b3.png) repeat-x center bottom;z-index:99999999999;

}


.ddsmoothmenu ul li a:hover{
color:#333;
background:url(b3.png) repeat-x center bottom;
height:29px
}
.ddsmoothmenuaktif{
color:#333;
background:url(b3.png) repeat-x center bottom;
height:29px;
}

.ddsmoothmenu ul li ul{
position: absolute;
left: -3000px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;z-index:99999999999
}

.ddsmoothmenu ul li ul li{
display: list-item;
float: none;z-index:99999999999
}

.ddsmoothmenu ul li ul li ul{
top: 0;z-index:99999999999
}

.ddsmoothmenu ul li ul li a{
font-size:13px;
width: 210px; /*width of sub menus*/
padding: 10px 13px;
margin: 0;
border:none;
text-align:left;
background-color:#19b6f1;
background-image:none !important;
color:#fff !important;
text-shadow:none !important;
z-index:99999999999
}
.ddsmoothmenu ul li ul li a:hover{
background-color:#005c97;
color:#fff !important;z-index:99999999999

}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} 
.downarrowclass{
position: absolute;
top: 102px;
right: 7px;z-index:99999999999
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
margin-left:25px
}

.ddshadow{ 
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background-color: #ccc;
}

.toplevelshadow{
margin: 5px 0 0 5px; 
opacity: 0.8;
}

.ddcss3support .ddshadow.toplevelshadow {
margin: 0; 
}

.ddcss3support .ddshadow {
background-color: transparent;
box-shadow			: 1px 1px 2px rgba(0, 0, 0, 0.3); /* box-shadow color generally should be a little darker than that for the NON CSS3 capable browsers background-color */
-moz-box-shadow		: 1px 1px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow	: 1px 1px 2px rgba(0, 0, 0, 0.3);
}