.mainDiv {
	width:100%;
}
.topItem {
	cursor:pointer;
	height: 16px;
	background-color: #5fb4d0;
	border-right: 5px solid #0f313b;
	margin: 1px;
	padding: 3px;
	font-weight:bold;
	background-image:url(../images/open.gif);
	background-position: left;
	background-repeat:no-repeat;
	text-align:right;
	color:#FFFFFF;
	width:93%;
}

.topItemOver {
	cursor:pointer;
	height: 16px;
	background-color: #5fb4d0;
	border-right: 5px solid #0f313b;
	margin: 1px;
	padding: 3px;
	font-weight:bold;
	background-image:url(../images/open.gif);
	background-position: left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	width:93%;
}

.topItemClose {
	cursor:pointer;
	height: 16px;
	background-color: #5fb4d0;
	border-right: 5px solid #0f313b;
	margin: 1px;
	padding: 3px;
	font-weight:bold;
	background-image:url(../images/close.gif);
	background-position: left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	width:93%;
}

.topItemCloseOver {
	cursor:pointer;
	height: 16px;
	background-color: #5fb4d0;
	border-right: 5px solid #0f313b;
	margin: 1px;
	padding: 3px;
	font-weight:bold;
	background-image:url(../images/close.gif);
	background-position: left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	width:93%;
}
.dropMenu {
    filter:alpha(opacity=100);
	display:inline;
}
.subMenu {
    display:none;
	padding:0px;
}
.subItem01{
    margin-right:4px;
    width:98%;
    font: 11px tahoma,verdana,sans-serif;	
    text-decoration:none;
    font-weight:bold;
	vertical-align:middle;
	display:inline-table;
	height:15px;
}
.subItem01Over {
    margin-right:4px;
    width:98%;
    font: 11px tahoma,verdana,sans-serif;	
    text-decoration:none;
    font-weight:bold;
    color:#2e9cbf;
	vertical-align:middle;
	display:inline-table;
	height:15px;
}
.subItem02{
    margin-right:4px;
    width:98%;
    font: 11px tahoma,verdana,sans-serif;	
    text-decoration:none;
    font-weight:bold;
	vertical-align:middle;
	display:inline-table;
	height:30px;
}
.subItem02Over {
    margin-right:4px;
    width:98%;
    font: 11px tahoma,verdana,sans-serif;	
    text-decoration:none;
    font-weight:bold;
    color:#2e9cbf;
	vertical-align:middle;
	display:inline-table;
	height:30px;
}

