/* Start of CMSMS style sheet 'FiducianaMenuDefault' */
@charset "UTF-8";


* { margin: 0; padding: 0; }
/*body { padding: 50px; background: #4c4c4c url(images/grad1.png) 0 0 repeat-x; color: #d9d9d9; font: 14px/normal Tahoma, Arial, Helvetica, sans-serif; }*/
h1 { margin-bottom: .5em; border-bottom: solid 1px #d9d9d9; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 180%; text-indent: 5px; letter-spacing: -1px; }
cite { float: right; }
ul.classic { list-style: disc; margin-bottom: 1em; padding-left: 2em; }
div.section { clear: both; padding-top: 50px; }

.table1 { float: right; margin-bottom: 2em; border: solid 1px #eee; }
.table1 caption { color: #fff; text-align: center; padding-bottom: 5px; }
.table1 th, .table1 td { padding: 7px; }
.table1 th, .table1 thead td { background-color: lightyellow; color: #000; }
.table1 tbody td { background-color: #fff; color: #000; }
.table1 tbody th { text-align: right; }

#wmfg { clear: both; float: left; }



/*------------------------------------------------------------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				*(.class|:hover)
 * @level sep	ul
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown {
	padding-left: 50px;
	font-family: "Verdana";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

	ul.dropdown li {
	padding: 20px 0;
	background-color: #FFF;
	color: #797979;
	line-height: normal;
	
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #797979; text-decoration: none; }
	ul.dropdown a:hover { color: #76c1de; text-decoration: none; }
	ul.dropdown a:active { color: #76c1de; }
	
	
/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	width: 190px;
	background-color: #FFF;
	color: #797979;
	font-size: 11px;
	text-transform: none;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	KhtmlOpacity: .8;
	opacity: .8;
	}

		ul.dropdown ul li {
		 background-color: transparent;
		 color: #000;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #797979; }
		ul.dropdown ul a:hover { color: #76c1de; text-decoration: none; }
		ul.dropdown ul a:active { color: #76c1de; }


/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
		 padding-right: 30px;
		 padding-left: 30px;
	background-image: url(http://www.fiduciana.net/v1/template/images/menuDiv.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

/* ----- END LEVEL */


/* Components override */


/* End of 'FiducianaMenuDefault' */

