.itemTopOff, .itemTopOn{
	width:auto;
	height: 30px;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: url(../images/layout_images/menu_bg.png);	
}

.itemTopOn {
	background-color:#6390BA;
	background-image: none;
}

.itemSubOff, .itemSubOn , .itemSubOffTop {
	width:auto;
	height: 16px;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: url(../images/layout_images/submenu_bg.png);
}
	
.itemSubOn {
	background-color:#6390BA;
	background-image: none;
}


.itemSubOffTop {	
	border-bottom-style: solid;
	border-top-width: 10px;	
}


.fontOff, .fontOn {
	font-family:arial, verdana;
	font-size:8pt;
	color:#666666;
	font-weight: normal;
	line-height: 14px;
}
.fontOn {
	color:#ffffff;
}
