/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	/*background: silver;*/
}

.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 211px; /* Main Menu Item widths */
	list-style-type: none;
}
 
.ddsmoothmenu-v ul li{
	position: relative;
}

.ddsmoothmenu-v ul li ul{
	border-left: 18px solid #ffffff;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	/*border: 1px solid black;*/
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
}
.ddsmoothmenu-v ul li a:link,
.ddsmoothmenu-v ul li a:visited,
.ddsmoothmenu-v ul li a:active{
	background-image: url(../images/fundo_menu_default.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-family: Helvetica;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	width: 191px;
	height: 19px;
    line-height: 19px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #939598;
}
.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background-image: url(../images/fundo_menu.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-family: Helvetica;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	width: 191px;
	height: 19px;
    line-height: 19px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #ffffff;
}
.ddsmoothmenu-v ul li a:hover{
	background-image: url(../images/fundo_menu.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-family: Helvetica;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	width: 191px;
	height: 19px;
    line-height: 19px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #ffffff;
}
/*Sub level menu items */
.ddsmoothmenu-v ul li ul a:link,
.ddsmoothmenu-v ul li ul a:visited,
.ddsmoothmenu-v ul li ul a:active{
	background-image: url(../images/fundo_submenu_default.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-family: Helvetica;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	text-align: left;
	width: 243px;
	height: 19px;
    line-height: 19px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #939598;
}
.ddsmoothmenu-v ul li ul a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background-image: url(../images/fundo_submenu.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-family: Helvetica;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
    text-align: left;
	width: 243px;
	height: 19px;
    line-height: 19px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #a6ce39;
}
.ddsmoothmenu-v ul li ul a:hover{
	background-image: url(../images/fundo_submenu.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-family: Helvetica;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
    text-align: left;
	width: 243px;
	height: 19px;
    line-height: 19px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #a6ce39;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 263px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
}

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