ul { /* all lists */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding: 0;
	margin: 0;
	list-style-type: none;/*letter-spacing: -25px;*/
}
li { /* all list items */
	float: left;
	position: relative;
	width: 130px;
	height: 25px;
	left: 0;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
li ul { /* second-level lists */
	display: none;
	position: absolute;
	/*top: 1em;*/
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 25px;
	left: -1px;
}
/*#nav li li a:hover {
	background-color: #FFD541;
	display: block;
}*/

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#content {
	clear: left;
	/*margin-top: 35px;*/
}
a[class ='dropdown'] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	height: 25px;
	width: 130px;
	display: block;	/*background: transparent url(../img/pijl.gif) no-repeat center left;
	padding-left: 15px;*/
	/*vertical-align: middle;*/
}
a[class ='dropdown']:hover {
	background-color: #FFD541;
	/*display: block;
	height: 1.4em;*/
}
.NewLayer {
	position: absolute;
	background-color: #FFFFFF;
	float: left;
	/*left: 0px;
	z-index: 1;*/
}
/*.NewLayer2 {
	position: absolute;
	background-color: #FFFFFF;
	float: left;
	z-index: 2;
}
.NewLayer3 {
	position: absolute;
	background-color: #FFFFFF;
	float: left;
	z-index: 3;
}*/
.Spacer {
	width: 50px;
	height: 50px;
}
.firstItem {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	/*background-color: #00CC33;*/
}
.listArrow {
	width: 25px;
	height: 25px;
	/*line-height: 25px;*/
	display: -moz-inline-block;
	display: inline-block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	text-align: right;
	/*padding-top: 0em;
	padding-right: 5px;
	padding-bottom: 0.2em;
	padding-left: 5px;*/
}
img {
	border: 0;
}
.item {
	/*background-color: #00CC33;*/
	position: absolute;
	top: 5px;
	left: 34px;
}
#menuPlacer {
	position: absolute;
	top: 114px;
	left: 0px;
	/*background-color: #00CC33;*/
}
.IEpngFix {
	behavior: url("../../css/iepngfix.htc");
}