.menuHeaderDiv {
	height:60px;
	width:100%;
	border-bottom:none;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: normal;
	line-height: 60px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 1ex;
	background-color:white;
	padding-top:2px;
}
.menuSubtitleDiv {
	height:20px;
	width:100%;
	border-bottom:none;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	line-height: 20px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 1ex;
	background-color:white;

}
.menuNameDiv {
	height:30px;
	width:100%;
	border-top:1px solid gray;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: medium;
	line-height: 30px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 1ex;
	background-color:whitesmoke;
	padding-top:2px;
}
.menuButtonDiv {
	height:52px;
	width:100%;
	border-bottom:1px solid gray;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: medium;
	line-height: 25px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	/*padding-left: 1ex;*/
	background-color:whitesmoke;
	vertical-align:top;
	padding-bottom:6px;
}
.menuTitleDiv {
	height:30px;
	width:100%;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: medium;
	line-height: 30px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 1ex;
	background-color:silver;
	/*background:url(../images/rightCorner2.gif) no-repeat top right silver;*/
	border-bottom:1px solid gray;
	vertical-align:top;
	padding-bottom:0px;
}
.menuListDiv {
	height:40px;
	width:50%;
	border-bottom:1px solid silver;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: medium;
	line-height: 40px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 1ex;
	background-color:white;
	background-image: url("../../images/menulist_action.png");
	background-repeat: no-repeat;
	background-position: center right;
	
}
.menuListDiv:active {
	color:white;
	background-color:#99CC00;
}
.menuListDivStatic {
	height:40px;
	width:100%;
	border-bottom:1px solid silver;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: medium;
	line-height: 40px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 1ex;
	background-color:white;
}
.menuListFlexDiv {
	width:100%;
	border-bottom:1px solid silver;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	line-height: 22px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration:none;
	text-transform: none;
	text-align: left;
	background-color:white;
	background-image: url("../../images/menulist_action.png");
	background-repeat: no-repeat;
	background-position: center right;

}
.menuListFlexDiv:active {
	color:white;
	background-color:#99CC00;
}

.menuNavDiv {
	width:100%;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size:x-small;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: right;
	background-color:white;
	padding:0px;
}


.menuContentDiv {
	width:100%;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	background-color:white;
	padding:0px;
}
.innerContentDiv {
	width:100%;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	background-color:white;
	/*padding:1ex;*/
	border-bottom:1px solid silver;
}
.innerPaddedDiv {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	background-color:white;
	padding:1ex;
}

.innerPaddedDivWithAction {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	/*background-color:white;*/
	padding:1ex;
	/*background:url(../images/rightCorner2.gif) no-repeat top right silver;*/
	background-image: url("../images/menulist_action.png");
	background-repeat: no-repeat;
	background-position: center right;

}