.ddsmoothmenu{
font-size: 11px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
/*background-image:url(https://izmitsanayirehberi.com/ofosoft_img/menubg.png) repeat-x;*/
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background:url(https://izmitsanayirehberi.com/ofosoft_img/menubgg.jpg);
color: #f8f8f8;
padding: 9px 9px;
text-decoration: none;
font-size: 14px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
margin-right:5px;
border-radius:0px;
}

* 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: #f8f8f8;
background-image:url(https://izmitsanayirehberi.com/ofosoft_img/menubg.png);*/
/* background-color:#aa2e12;*/
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:#285fa6 url(https://izmitsanayirehberi.com/ofosoft_img/menubgustEe.jpg);
color: #f8f8f8;
}
.menusecili
{
background:#285fa6 url(https://izmitsanayirehberi.com/ofosoft_img/menubgustEe.jpg);
color: #f8f8f8;
}
.ddsmoothmenu ul li a:hover{
background:#285fa6 url(https://izmitsanayirehberi.com/ofosoft_img/menubgustEe.jpg);
color: #f8f8f8;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
border: 0px solid #dcdcdc;
/* background-image:url(https://izmitsanayirehberi.com/ofosoft_img/menubg.png);*/
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
color:#333333;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
background:#285fa6;
display: list-item;
float: none;
/*background-color:#0066b8;
background:url("https://izmitsanayirehberi.com/ofosoft_img/govdebg.png");*/
border-bottom:0px solid #f8f8f8;
border-radius:0px;
margin-bottom:0px;
color:#333333;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
background:#285fa6;
font: normal 12px Verdana;
width: 200px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 0px solid gray;
color:#f8f8f8;
}
.ddsmoothmenu ul li ul li a:hover{
background:#373737;
color:#f8f8f8;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 15px;
right: 15px;
}

.rightarrowclass{
position: absolute;
top: 11px;
right: 12px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;

}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}