.fake {
}

html * {
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}

a.menu div, a.menu:visited div{
	color: black;
	FONT-FAMILY: Arial,Verdana,Courier,helvetica;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	width: 100%;
	text-decoration:none;
	border-bottom: 2px solid #4473b4;
	padding-left: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 18px;
	cursor: pointer;
}

a.selected div, a.selected:visited div {
	background-color: orange;
}

a.menu:hover, a.menu:hover div{
	background-color: #e7f3ff;
}

.mBottom {
	border-bottom: 2px solid #4473b4;
}
.mVisibile {
	padding-left: 20px;
	overflow: visible;
	width: 100%;
}

.mHidden {
	display: none;
	position: absolute;
	top: -300px;
	left: -300px;
	background-color: #e7f3ff;
	padding: 3px;
	border:1px solid #4473b4;
	overflow: visible;
	z-index: 10;
}

.mVisibile a div, .mVisibile a:visited div{
	COLOR: black;
	FONT-FAMILY: Arial,Verdana,Courier,helvetica;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	white-space : nowrap;
	background-color: transparent;
	width: 100%;
	position: relative;
	cursor: pointer;
	overflow: visible;
/*	background-position : left center;*/
	background-repeat : no-repeat;
	background-color: #dfdfdf;
	height: 18px;
}

.mVisibile a.selected div, .mVisibile a.selected:visited div, .mVisibile a:hover, .mVisibile a:hover div{
	text-decoration: underline;
/*	color: #4473b4;*/
	color: #225899;
}

.mVisibile a, .mVisibile a:visited {
}

.mHidden a div, .mHidden a:visited div{
	COLOR: black;
	FONT-FAMILY: Arial,Verdana,Courier,helvetica;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 18px;
	text-decoration: none;
	white-space : nowrap;
	cursor: pointer;
	overflow: visible;
}

a.menu, .mVisibile a, .mHidden a {
	text-decoration:none;
} 

.mHidden a:hover, .mHidden a:hover div{
	text-decoration: underline;
}
a.subparts div{
	background-image: url(/img/arrowr.gif);
	background-position : right center;
	background-repeat : no-repeat;
}

/* new nav style */
td.topNav {
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	border-left: 2px solid white;
}