.menuTitleHolder {
	width:	100%; height:38px;
	}

.menuTitle {
	font-weight:bold;
	height: 38px;
	text-align:	center;
	margin:1px;
	}

.menuTitlelast {
	font-weight:bold;
	height: 38px;
	text-align:	center;
	margin:1px;
	}

.menuTitlelink:link, .menuTitlelink:active, .menuTitlelink:visited, .menuTitlelastlink:link, .menuTitlelastlink:active, .menuTitlelastlink:visited
{
	color: #704c4c;
	text-decoration: none;
	height: 38px;
	padding-right: 15px;
	padding-left: 15px;
	line-height:38px;
}

.menuTitlelink:hover, .menuTitlelastlink:hover
{
	color: #704c4c;
	text-decoration: none;
	background: url(images/sep.gif) center center repeat-x; display:block;
	font-weight:bold;
	height: 38px;
	padding-right: 15px;
	padding-left: 15px;
	line-height:38px;
}

.menuTitleSelected {
	background: url(images/sep.gif) center center repeat-x; display:block;
	font-weight:bold;
	height: 38px;
	text-align:	center;
	margin:1px;
	padding-right: 15px;
	padding-left: 15px;
	line-height:38px;
	}

.menuTitleSelectedlast {
	background: url(images/sep.gif) center center repeat-x; display:block;
	font-weight:bold;
	height: 38px;
	text-align:	center;
	margin:1px;
	padding-right: 15px;
	padding-left: 15px;
	line-height:38px;
	}

.menuTitleSelectedlink:link, .menuTitleSelectedlink:active, .menuTitleSelectedlink:visited, .menuTitleSelectedlastlink:link, .menuTitleSelectedlastlink:active, .menuTitleSelectedlastlink:visited
{
	color: #704c4c;
	text-decoration: none;
}

.menuTitleSelectedlink:hover
{
	color: #704c4c;
	text-decoration: none;
}

.menuItemsHolder {
	line-height:20px;
	/*background: url(images/sub_menu_bg.gif) right center no-repeat; */
	background-color:#FFF;
	text-decoration: none;
	border:#eee 1px solid;
	width: 171px;
	/*height: 29px;*/
	}

.menuItem {
	line-height:20px;
	/*background: url(images/sub_menu_bg.gif) right center no-repeat; */
	display:block;
	background-color:#FFF;
	color: #704c4c;
	text-decoration: none;
	padding-right:	10px;
	border:#eee 1px solid;
	width: 171px;
	margin-top:5px;
	/*height: 29px;*/
	}

.menuItemSelected, .menuItemSelected a {
	margin-top:5px;
	line-height:20px;
	/*background: url(images/sub_menu_bg.gif) right center no-repeat;*/
	display:block;
	color: #d79a45;
	background-color:#FFF;
	text-decoration:none;
	padding-right:10px;
	border:#eee 1px solid;
	width: 171px;
	/*height: 29px;*/
	}

.menuItem:hover,.menuItemSelected:hover {
	color: #d79a45;
	}

