body 
{
	background-color: #eeeeee;
	background: url(./images/Background.gif) 0 0;
	background-repeat: repeat;
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
}

table
{
	width: 100%;
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a
{
	text-decoration: none;	
}

img
{
	border-width: 0px;
}

.navbar
{
	background: url(./images/MainMenuBack.gif);
	background-repeat: no-repeat;
}  

.mainDiv
{
	width: 288px;
	height: 100%;
}

.aloneItem
{
	font: bold 16px Times New Roman;
	letter-spacing: 0;
	background: none no-repeat 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	width: 288px;
	height: 28px;
	color: #000000;
	cursor: none;
	text-indent: 10px;
	text-decoration: none;
	line-height: 20px;
	vertical-align: middle;
}

.topItem
{
	font: bold 16px Times New Roman;
	letter-spacing: 0;
	background: url(./images/MenuUp.gif);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	width: 288px;
	height: 16px;
	color: #000000;
	cursor: pointer;
	text-indent: 10px;
	line-height: 20px;
	vertical-align: middle;
}

.topItemOver
{
	text-indent: 10px;
	font: bold 16px Times New Roman;
	letter-spacing: 0;
	background: url(./images/MenuUpPress.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 16px;
	width: 288px;
	color: #000000;
	cursor:pointer;
	line-height: 20px;
	vertical-align: middle;
}

.topItemClose
{
	text-indent: 10px;
	font: bold 16px Times New Roman;
	letter-spacing: 0;
	background: url(./images/MenuDown.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 16px;
	width: 288px;
	color: #000000;
	cursor:pointer;
	line-height: 20px;
	vertical-align: middle;
}


.topItemCloseOver
{
	text-indent: 10px;
	font: bold 16px Times New Roman;
	letter-spacing: 0;
	background: url(./images/MenuDownPress.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 16px;
	width: 288px;
	color: #000000;
	cursor: pointer;
	line-height: 20px;
	vertical-align: middle;
}

.dropMenu
{
	font: bold 14px Times New Roman;
	color: #000000;
	border: 0px;
	border-width: 0 1 1 1;
	filter: alpha(opacity= 100);
	padding-top: 5px;
	padding-bottom: 5px;
	width: 288px;
	vertical-align: middle;
}

.subMenu
{
	display: block;
	vertical-align: middle;
}

.subItem
{
	margin-left: 10px;
	margin-top: 2px;
	height: 16px;
	font: 14px Times New Roman;
	text-decoration: none;
	color: #000000;
	vertical-align: middle;   
}

.subItem a
{
	margin-left: 23px;
	font: 14px Times New Roman;
	text-decoration: none;
	color: #000000;
	height: 16px;
	vertical-align: middle;
}

.subItemOver
{
	margin-left: 10px;
	margin-top: 2px;
	font: 14px Times New Roman;
	height: 16px;
	color: #000000;
	vertical-align: middle;
}

.subItemOver  a
{
	margin-left: 23px;
	font: 14px Times New Roman;
	cursor: pointer;	
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	height: 16px;
	vertical-align: middle;
}

.drop
{
	border-left: 0px;
	border-right: 0px;
}
