.ddsmoothmenu-v ul{
	margin: 0px;
	width: 144px; /* Main Menu Item widths */
	list-style-type: none;
	font: bold 12px Verdana;
	background-image: url(images/tiq-10_02.jpg);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 
.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: #FFFFCC;
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 10px;
	width: 103px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	color: #FFFFCC;
}
#maincontainer a#language {
	background-color: #FFCC00;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AB8B25;
	border-right-color: #CF7B01;
	border-bottom-color: #AB8B25;
	border-left-color: #FFFF99;
	color: #0040FF;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 8px;
	margin-bottom: 0px;
}

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

.ddsmoothmenu-v ul li a:hover, .ddsmoothmenu-v ul li a.selected {
	color: #FFCC00;
	text-align: right;
	background-image: url(images/nav-over3.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 158px; /*Sub Menu Items width */
	top: 0px;
	font-weight: normal;
	visibility: hidden;
	background-image: none;
	color: #FFFFFF;
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #00045E;
	border-left-color: #00045E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -22px;
}
.ddsmoothmenu-v ul ul li a {
	background-color: #2984DD;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #00045E;
	border-right-color: #00045E;
	border-bottom-color: #00045E;
	border-left-color: #00045E;
	width: 140px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/blend-1.jpg);
	background-repeat: repeat-y;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
}

.ddsmoothmenu-v ul ul li a:hover {
	background-color: #FFFFCC;
	color: #004ED2;
	background-image: url(images/blend-1-over.jpg);
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	background-repeat: repeat-y;
	text-align: center;
}


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

