.menuTitleHolder {
	margin:10px 0 0 15px;
	_margin:-5px 0 0 15px;
	line-height:30px;
}


.menuTitle {
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	padding: 0 12px;
	color: white;
	text-decoration: none;
	text-align:	center;
	display:block;
}

.menuTitleSelected {
	line-height:30px;
	display:block;
	font-size:14px;	
	font-weight:bold;
	padding: 0 12px;
	color: #6db5e7;
	text-decoration: none;
	text-align:	center;
}

.menuTitle:hover, .menuTitleSelected:hover{

	}
	
	
.submenuItem
{
/*	background: url(images/submenu_d.jpg) 50% 50% no-repeat;*/
	width: 163px;
	height:17px;
	color:#d3d3d3;
	font-weight:nornal;
	font-size:14px;
	text-align: right;
	vertical-align:middle;
	padding-right:15px;	
}	

.submenuItemSelected 
{	
/*	background: url(images/submenu_a.jpg) 50% 50% no-repeat;*/
	width: 163px;
	height:17px;
	color:#d3d3d3;
	font-size:14px;
	font-weight:bold;
	text-align: right;	
	vertical-align:middle;
	padding-right:15px;
}

.submenuItem a{color:#d3d3d3; font-size:14px;vertical-align:middle;text-decoration: none;}
.submenuItem a:hover{color:#0099dd;vertical-align:middle;text-decoration: none;}
.submenuItemSelected a {color:#d3d3d3;vertical-align:middle;text-decoration: none;font-size:14px;}
.submenuItemSelected a:hover{color:#0099dd;vertical-align:middle;text-decoration: none;}	
	
	
	
/*
.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:	right;
	margin-top:2px;
	}

.menuItem {
	color: #446D8C;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;
	}

.menuItemSelected {
	color: red;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color:		white;
	background-color:	#446D8C;
	}
*/