#TopMainContents .ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 240px; /* Main Menu Item widths */
	list-style-type: none;
	font: bold 14px Verdana;
	background-image: url(../../../images/topsidemenubg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
 
#TopMainContents .ddsmoothmenu-v ul li{
	position: relative;
	width: 240px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/* Top level menu links style */
#TopMainContents .ddsmoothmenu-v ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #0D1375;
	text-decoration: none;
	padding: 10px 0px 10px 45px;
	background-image: url(../../../images/topsidemenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
	text-align: left;

}

#TopMainContents .ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	color: #0D1375;
}


#TopMainContents .ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #0D1375;
}

#TopMainContents .ddsmoothmenu-v ul li a:hover{
	color: #0D1375;
	background-color: #d4d7e6;
}

/*Sub level menu items */
#TopMainContents .ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 240px; /*Sub Menu Items width */
	padding: 0px;
	top: 0;
	font-weight: bold;
	visibility: hidden;
}
#TopMainContents .ddsmoothmenu-v ul li ul li.sub a{
	padding: 10px 10px 10px 30px;
	background-image: url(../../../images/topsidemenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px center;

}

#TopMainContents .ddsmoothmenu-v ul li ul li.sub2 a{
	padding: 10px 10px 10px 30px;
	background-image: url(../../../images/topsidemenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}

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


#TopMainContents .ddsmoothmenu-v ul li.noImg{
	border: none;
	margin: 0px;
	padding: 0px;
}

