@charset "utf-8";
/* CSS Document */
.ddsmoothmenu-v{
	margin:20px 0 0 20px;
}
.ddsmoothmenu-v ul {
	margin: 0;
	padding: 0;
	width: 150px; /* Main Menu Item widths */
	list-style-type: none;
	font:15.36px Verdana, Arial, sans-serif;
}
.ddsmoothmenu-v ul li {
	position: relative;
}
/* Top level menu links style */
.ddsmoothmenu-v ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #4c5c5f;
	text-decoration: none;
	padding: 4px 5px 4px 10px;
	margin-bottom:4px;
	border: 1px solid #b0d0d6;
}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active {
	background:#cfe2e6; /*background of menu items (default state)*/
	color: #4c5c5f;
}
.ddsmoothmenu-v ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #b0d0d6;
	color: #4c5c5f;
}
.ddsmoothmenu-v ul li a:hover {
	background: #b0d0d6; /*background of menu items during onmouseover (hover state)*/
	color:  #4c5c5f;
}


/*.ddsmoothmenu-v ul li.current_page_item a { 
	background: #b0d0d6;
	color: #4c5c5f;
}*/



/*Sub level menu items */
.ddsmoothmenu-v ul li ul {
	position: absolute;
	width: 172px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
	border:1px solid #b0d0d6;
}
.ddsmoothmenu-v ul li ul li a{
	margin-bottom:0;
	padding:2px 2px 2px 10px;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li {
	float: left;
	height: 1%;
}
* html .ddsmoothmenu-v ul li a {
	height: 1%;
}
/* End */

