#smoothmenu2 h3{
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bg_sub_title.gif);
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 10px;
	padding-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ddsmoothmenu-v ul{
	padding: 0;
	width: 178px; /* Main Menu Item widths */
	list-style-type: none;
	font: 1em Verdana,Arial,Helvetica,sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddcdc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	
}
 
.ddsmoothmenu-v ul li{
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d4d4;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	display: block;
	color: white;
	text-decoration: none;
	padding: 5px;
}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	background: #f5f5f5; /*background of menu items (default state)*/
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #f5f5f5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddcdc;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #e9f3fc;
	color: #115498;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9e9e9e;
	border-bottom-color: #9e9e9e;
	border-left-color: #9e9e9e;
	border-top-width: 1px;
border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e9f3fc;	
}

.ddsmoothmenu-v ul li a:hover{
	background: #e9f3fc;  /*background of menu items during onmouseover (hover state)*/
	color: #115498;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9e9e9e;
	border-bottom-color: #9e9e9e;
	border-left-color: #9e9e9e;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e9f3fc;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 170px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #8f8e8e;
	border-right-color: #9e9e9e;
	border-bottom-color: #9e9e9e;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e9f3fc;
}
.ddsmoothmenu-v ul li ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9f3fc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e9f3fc;
	font-size: 0.9em;
}
.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited, .ddsmoothmenu-v ul li ul li a:active{
	background: #e9f3fc;
	padding: 3px;
	margin: 0px;
	line-height: 1.1em;
	color: #000000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #e9f3fc;
	border-left-color: #e9f3fc;
}
.ddsmoothmenu-v ul li ul li a:hover{
	color: #0765bc;padding: 3px;
	border: 1px solid #e9f3fc;
}
.ddsmoothmenu-v ul li ul li a.selected{color: #4b4b4b;padding: 3px;border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #e9f3fc;
	border-left-color: #e9f3fc;	}
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */