html,body
{
	margin: 0;
	padding: 0;
}

.menu
{
	text-align:center;
	height: 30px;
	margin-top: -1px;
	border-bottom: 5px solid;
	border-color: #109CEF;
	margin-left:1px;
	padding:0;
}

.menuItem {
	margin: 0;
	padding:0;
	font-size: 12px;
	background: url(goldTab.jpg) left no-repeat;
	padding-left:10px;
	line-height:30px;
	height:30px;
	float: left;
/*	background-color:#D9E3EB;*/
	border-right:solid 1px #FFFFFF;

}
.menuItem a
{
	font-family: Times-New-Roman, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	float:left;
	padding:0 10px 0 14px;
	display:block;
	color:#000000;
	font-weight:bold;

}
.rightmenuItem
{
	float:left;
	line-height:30px;
	height:30px;
	width:17px;
	background: url(rightGoldTab.jpg) right no-repeat;
	margin-left:-10px;
}
.menuItem a:hover
{
	color:white;
}
.menuDIV
{
	position:absolute;
	left:0px; top:0px;
	z-index:100;
	margin: 0;
	padding:0;
	visibility: hidden;
	line-height:25px;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: black;
	font-family:Times-New-Roman, Arial, Helvetica, sans-serif;
}

.menuDIV ol {
	display: inline;
	text-align:left;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menuDIV li {
	display: inline;
	text-align:left;
}
.menuDIV ol a {
	margin: 0;
	z-index:1000;
	text-align:left;
	padding: 0 5px 0 5px;
	display: block;
	text-decoration: none;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #CFCFD0;
	font-weight: bold;
	color: #000000;
	background-color:#D9E3EB;
	font-size: 11px;
}
.menuDIV ol a:hover{
	color:#CC0000;
	background-color:white;
}
.menuList
{
	font-family:Times-New-Roman, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #D9E3EB;
}
.menuList th
{
	font-size: 12px;
	font-weight: bold;
	background-color: #EAE9D7;
}
.menuList td
{
	vertical-align:middle;
	text-align: center;
}
.Icon20 input
{
	width:20px;
	height:20px;
}
.Icon40 input
{
	width:40px;
	height:20px;
}