.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 182px; /* Main Menu Item widths */
	list-style-type: none;
	font: 12.5px Arial;
	border-bottom: 1px solid #fff; /* Last border from bottom */
}
 
.ddsmoothmenu-v ul li{
	position: relative;
	z-index: 99;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 4px;
border-top: 1px solid #fff;
z-index: 99;
}



.kgolick_menu_not_selected{
	background: #024984; /*Color of the elements*/

}

.kgolick_menu_selected{
	background: #EC9B2D;
	font-weight: bold;
	font-style:italic;
	border: 1px solid #ffffff;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #EC9B2D; 
	color: #ffffff;
	font-style:italic;
}

.ddsmoothmenu-v ul li a:hover{
background: #EC9B2D; /*background of menu items during onmouseover (hover state)*/
color: white;
z-index: 99;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
