.ddsmoothmenu4{
z-index:199;
color:#fff;
float:left;
margin:5px 4px 10px 4px;
background:#0275ae;
padding:0px 20px 0px 10px;
clear:both;
line-height:normal;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px; 

}

.ddsmoothmenu4 ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu4 ul li{
position: relative;
display: inline;
float: left;
	font-size:12px;
	font-weight:normal;
	background:url(../images/cizgi.gif) right no-repeat;
}

/*Top level menu link items style*/
.ddsmoothmenu4 ul li a{
display: block;
text-decoration: none;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
	color:#fff;
	padding:8px 15px;
}

* html .ddsmoothmenu4 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu4 ul li a:link, .ddsmoothmenu4 ul li a:visited{
}

.ddsmoothmenu4 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:#9abb0e url(../images/cizgi.gif) right no-repeat; 
color: #fff;
}

.ddsmoothmenu4 ul li a:hover{
 background:#9abb0e url(../images/cizgi.gif) right no-repeat; /*background of menu items during onmouseover (hover state)*/
 color:#fff;
}
	
/*1st sub level menu*/
.ddsmoothmenu4 ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu4 ul li ul li{
display: list-item;
float: none;
}

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

/* Sub level menu links style */
.ddsmoothmenu4 ul li ul li a{
background:#e5e5e5;
width: 170px; /*width of sub menus*/
padding:7px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #ccc;
font-size:11px;
font-weight:normal;
color:#000;
}

.ddsmoothmenu4 ul li ul li a:hover{
background:#9abb0e; /*background of menu items during onmouseover (hover state)*/
color: white;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu4{height: 1%;} /*Holly Hack for IE7 and below*/


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

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

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

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}