
.menuTitleHolder {
	width:	auto;
	}

.menuTitle {
	padding:0 5px 0 5px;
	font-weight:bold;
	/*width: 100%;*/
	color: #011163;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	font-size:12px;
	}

.menuTitleSelected {
	padding:0 5px 0 5px;
	font-weight:bold;
	/*width: 100%;*/
	color: #a6bb21;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	font-size:12px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
		font-size:12px;

	color: #a6bb21;
	}

.menuItemsHolder {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CDD4DE', startColorstr='#ffffff', gradientType='0');
	background-color: #000000;
	border:1px solid black;
	font-weight:bold;
	width: 100px;
	color: #446D8C;
	text-decoration: none;
	text-align:	left;
	margin-top:2px;
	}

.menuItem {
	height:22px;
	width:200px;
	vertical-align:middle;

}

.menuItemlink,.menuItemSelectedlink {
	color: white;
	text-decoration: none;
}

.menuItemSelected {
	color: white;
	height:22px;
	/*background:url('images/menuBackH.gif') repeat-x;*/
	text-decoration: none;
	width: 199px;
	}

.menuItemSelectedlink {
color:#A6BB21;
}

.menuItemlink:hover{
		color:#A6BB21;
}

.menu_dot{
	position:relative;
	top:3px;
}

