.SeperatorMenu {
color: rgb(204, 0, 51);
background:none;
}

.oddRow {
background-color:#ece3d5;
}

.SkinObject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

a.SkinObject:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

a.SkinObject:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}


/* NAVIGATION MENU */

.MainMenu_MenuContainer {
	background-color: transparent;
padding-top:10px;
}

.MainMenu_MenuBar {
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}

.MainMenu_MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	background-color: Transparent;
	padding-bottom: 5px;
}

.MainMenu_MenuIcon {
	display: none;
	cursor: pointer;
	background-color: #ffffff;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	height: 25px;
}

.MainMenu_SubMenu {
	text-align: left;
	z-index: 1000;
	background-color: #ab8d62;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.MainMenu_MenuBreak {
	border-bottom: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	background-color: Transparent;
	height: 25px;
}

.MainMenu_MenuItemSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: Transparent;
	text-decoration: underline;
	padding-bottom: 5px;
}

.MainMenu_MenuArrow {
	display: none;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 14px;
	cursor: pointer;
}


a, a:link, a:visited {
	color: rgb(204, 0, 51);
}

a:hover {
	color: rgb(204, 0, 51);
	text-decoration:underline;
}







