

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

.menuTitle {
	color:#FFF;
	font-size:16px;
	}

.menuTitleSelected {
	color:#282828;
	font-size:16px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	color:#282828;
	font-size:16px;
	}

.menuItemsHolder {
	width: 140px;
	color: #787878;
	text-decoration: none;
	text-align:	left;
	margin-top:6px;
}

.menuItem 
{
	background: url(images/blanc.gif) top center no-repeat;
	background:#efefef;
	width: 140px;
	padding:6px;
	border-bottom: solid 1px #fff;
	display:inline-block;
}

.menuItemSelected 
{
	background: url(images/blanc.gif) top center no-repeat;
	background:#728faf;
	width: 140px;
	padding:6px;
	border-bottom: solid 1px #fff;
	display:inline-block;
}

.menuItem:link, .menuItem:active, .menuItem:visited
{
	color: #787878;
	text-decoration: none;
}

.menuItemSelected:link, .menuItemSelected:active, .menuItemSelected:visited
{
	color: #fff;
	text-decoration: none;
}

.menuItem:hover,.menuItemSelected:hover 
{
	color: #fff;
	background:#728faf;
}

.submenuItem{border-bottom:solid 1px #cad8e1;}	
.submenuItemSelected {border-bottom:solid 1px #cad8e1;}
.submenuItem a{color:#435d7d; font-size:13px;}
.submenuItem a:hover{color:#bc131f;}
.submenuItemSelected a{color:#bc131f;}
