/* CSS Document */

.menuItem, .menuItem_Hover, .menuItem_Current {
	padding: 2px 0px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b32642;
	cursor: pointer;
}

.menuItem_Current {
	color: #1171B7;
}


.menuItem_Hover {
	color: #1171B7;
}


.subMenuItem, .subMenuItem_Hover , .subMenuItem_Current {
	padding: 4px 0px 4px 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	cursor: pointer;
}

.subMenuItem_Current {
	font-weight: bold;
	color: #1171B7;
}

.subMenuItem_Hover {
	color: #FF0000;
}


.menuImg {
	width: 9px;
	height: 9px;
	border: 0px;
	margin: 0px 5px 0px 0px;
}

.imgMenuItem {
	border: 0px;
}