#TopLinks{
	padding:0px;
	margin:0px;
}
.ddsmoothmenu {
	font: bold 12px Verdana;
	/*background: #414141; background of menu bar (default state)*/
	width: 100%;
}

.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	margin-left:5px;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	width:145px;
	text-align:center;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	font-family: Calibri;
	font-size: 17px;
	color: #2F6580;
	text-decoration: none;
	text-align: center;
	height: 50px;
	width: auto;
	/*margin-left: 5px;*/
	line-height: 50px;
	display:block;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0;
	padding-bottom: 0;
	/*padding-right: 25px;
	padding-left: 30px;*/
}

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

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: #666;
}

.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#666666;
	background-repeat:no-repeat;
	width:auto;
	display: block;
	height: 55px;
	text-align: center;
	background-image: url(../images/tab-hover.png);
}

.ddsmoothmenu ul li a:hover {
	display: block;
	color:#666666;
	background-image: url(../images/tab-hover.png);
	background-repeat: no-repeat;
	height: 55px;
	/*width:145px;*/
	width:auto;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	margin-left:0px;
	width:155px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display:;
	float: none;
	color:#000000;
	/*min-width:100px;*/
	width:155px;
	margin-right:0px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	margin-top:5px;
	margin-left:0px;
	width:155px;
}
.ddsmoothmenu ul li ul li ul li {
	text-align:left;
	/*background-color:#cccccc;*/
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font: bold 12px Verdana;
	width:165px;
	/*display:block;*/
	padding: 5px;
	margin: 0;
	background-image:none;
	background-color:#ffffff;
	border-bottom:1px solid #666666;
	color:#000000;
	text-align:left;
	float:left;
	height:25px;
	line-height:25px;
}
.ddsmoothmenu ul li ul li a:hover {
	font: bold 12px Verdana;
	/*min-width: 120px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	background-color:#ffffff;
	background-image:none;
	border-bottom:1px solid #666666;
	color:#0078b6;
	text-align:left;
	width:165px;
	height:25px;
	/*display:block;*/
	line-height:25px;
}
.ddsmoothmenu ul li ul li a.selected {
	font: bold 12px Verdana;
	/*min-width: 120px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	background-color:#ffffff;
	background-image:none;
	border-bottom:1px solid #666666;
	color:#0078b6;
	text-align:left;
	width:165px;
	height:25px;
	/*display:block;*/
	line-height:25px;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/


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

.downarrowclass {
	position: absolute;
	top: 13px;
	right: 0px;
}

.rightarrowclass {
	position: absolute;
	top: 0px;
	right: 0px;
}

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

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: 0;
}

.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}