.menuTitleHolder {
	width:	100%;
	text-align:center;
	}


.menuTitle {
	font-weight:bold;
	color: #032e46;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitleSelected {
	font-weight:bold;
	color: #10606b;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle:hover, .menuTitleSelected:hover{

	color: #2d6483;
	}


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

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


.menuItemsHolder {
	font-weight:bold;
	font-size:13px;
	width: 189px;
	color: #4865f8;
	text-decoration: none;
	text-align:	right;
	margin-top:10px;
	font-weight:bold;
	z-index:+20;
}

.menuItem 
{
	width:140px;height:30px; background:#FFF; border-bottom:solid 2px #ccc;padding:5px; text-align:right;
	display:block;
	font-weight:bold;
	color: #16B7DD;
}

.menuItemSelected 
{
	width:140px;height:30px; background:#FFF; border-bottom:solid 2px #ccc;padding:5px; text-align:right;
	display:block;
	font-weight:bold;
	color: #e70c0c;
}

.menuItemlink:link, .menuItemlink:active, .menuItemlink:visited
{
	color: #16B7DD;
	text-decoration: none;
}

.menuItemSelectedlink:link, .menuItemSelectedlink:active, .menuItemSelectedlink:visited
{
	color: #e70c0c;
	text-decoration: none;
}

.menuItemlink:hover,.menuItemSelectedlink:hover 
{
	color: #e70c0c;
}
.submenu_td{
	background: url(images/sub.jpg) top center no-repeat;
	width: 189px;
	display:block;
	height: 28px;
	padding-right: 15px;
	padding-top: 4px;
	}
.submenu_td a{
	color: #4865f8;
	font-weight:bold;
	text-decoration: none;
}

