
/* 
 * SolpartMenu Styles
 * ==================
 */
.menuContainer {
	margin:0px;
	width:180px;
	border: none;
	padding: 0px;
	height: 20px;	
}

.menuContainer td {
	padding:0px;
	margin: 0px;
	border: none;
	height: 20px;
	text-align: left;
	background: transparent;
}

.menuBar {
	padding:0px;
	margin: 0px;
	border: none;
}

.menuItem {
/*	background-image: url(img/menu_containerbg.jpg);
	background-repeat: no-repeat;*/
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 20px;
	height: 20px;	
	/*background-color: #004d95;*/
}

.menuItem td {
	margin:0px;
	padding:0px;
	padding-right: 1px;
	font-family:tahoma, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#000066;
	background-image: url(images/container_bg.jpg);
	border:none;
}

.menuIcon {
	margin: 0px
	border: none;
	height: 20px;
	line-height: 20px;
}

.menuItemSelected {
	background: transparent;
	cursor:pointer;
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 20px;
	height: 20px;
}


.menuItemSelected td {
	margin:0px;
	padding:0px;
	padding-right: 1px;
	font-family:tahoma, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration:underline;
	border:none;
	background: transparent;
	background-image: url(images/container_bg.jpg);
	text-decoration:underline;
}

.submenuItem {
	cursor:pointer;
	background-color: #004d95;
	height: 20px;
}

.submenuItemSelected {
	background-color: #004f95;
	cursor:pointer;
	line-height: 20px;
	color: #ffff00;
	height: 20px;
}

.submenuItem td {
	margin:0px;
	padding:0px;
	font-size:10px;
	font-weight:normal;
	border:none;
	line-height: 20px;
	height: 20px;
	background-color: #004f95;	
}

.submenuItemSelected td {
	margin:0px;
	padding:0px;
	font-size:10px;
	font-weight:normal;
	border:none;
	line-height: 20px;
	height: 20px;
	background-color: #004f95;	
}
