
.CSS_Footer td,
.CSS_Footer td a,
.CSS_Footer td a:link,
.CSS_Footer td a:hover,
.CSS_Footer td a:active,
.CSS_Footer td a:visited
{
	color: Gray;
	white-space: nowrap;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

/* ---- MENU ------*/

.MainMenu_MenuContainer
{
	background-color: transparent;
	border-top: #1e1e1e 3px solid;
	border-bottom: #1e1e1e 3px solid;
	width: 100%;
}

.MainMenu_MenuBar
{
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}

.MainMenu_MenuItem
{
	border: none;
	height: 20px;
	padding: 0px 5px 0px 0px;
	text-transform: uppercase;
	color: #323232;
}

.MainMenu_SubMenu
{
	background-color: white;
	border: 1px solid gray;
	padding: 3px;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=3);
}

.MainMenu_SubMenu td
{
	
}

.MainMenu_MenuIcon
{
	display: none;
}

.MainMenu_MenuItemSel
{
	border: none;
	height: 20px;
	padding: 0px 5px 0px 0px;
	text-transform: uppercase;
	color: black;
	background-color: #f6f6f6;
}
.MainMenu_RootMenuItem
{
	background-position-y: bottom;
	background-image: url(images/separator.jpg);
	background-repeat: repeat-x;
}

.MainMenu_RootMenuArrow,
.MainMenu_MenuArrow 
{
	display: none;
}

.CSS_ContentPane
{
	background-position:right top;
	background-repeat: no-repeat;
	padding-right:8px;
}

.CSS_MenuLayer
{
	padding-top:  65px;
}



