div.MainContainer {
	position			: relative;
	margin				: 0px;
	width				: 835px;
	text-align			: left;
	margin-left			: auto; 
	margin-right		: auto;
}

div.MenuContainer {
	position			: absolute;
	top					: 245px;
	visibility			: hidden;
	background-color	: #FFFFFF;	
	z-index				: 300;
}

div.MenuTopContainer {
	position			: absolute; 
	top					: 0px; 
	height				: 5px; 
	left				: 0px; 
	right				: 0px;
	width				: 100%;
	margin-left			: auto; 
	margin-right		: auto;
}

div.MenuLTop {
	position			: absolute;
	top					: 0px;
	left				: 0px;
	background-color	: transparent;	
	background			: url("../img/menu_ltop.png");	
	background-repeat	: no-repeat;
	height				: 5px;
	width				: 5px;	
}

div.MenuTop {
	position			: absolute;
	top					: 0px;
	left				: 5px;
	right				: 5px;
	background-color	: transparent;	
	background			: url("../img/menu_top.png");	
	background-repeat	: repeat-x;
	width				: expression(this.offsetParent.offsetWidth - 10);
	height				: 5px;
}

div.MenuRTop {
	position			: absolute;
	top					: 0px;
	right				: 0px;
	background-color	: transparent;	
	background			: url("../img/menu_rtop.png");	
	background-repeat	: no-repeat;
	height				: 5px;
	width				: 5px;	
}

div.MenuMiddleContainer {
	position			: absolute; 
	top					: 5px; 
	bottom				: 5px; 
	left				: 0px; 
	right				: 0px;
	width				: 100%;
	width				: 100%;
	margin-left			: auto; 
	margin-right		: auto;
	height				: expression(this.offsetParent.offsetHeight - 10);
}

div.MenuLeft {
	position			: absolute;
	top					: 0px;
	bottom				: 0px;	
	background-color	: transparent;	
	background			: url("../img/menu_left.png");	
	background-repeat	: repeat-y;
	width				: 5px;	
	height				: expression(this.offsetParent.offsetHeight - 10);	
}

div.MenuItems {
	position			: absolute;
	top					: 0px;
	left				: 5px;
	right				: 5px;
	bottom				: 0px;
	margin-top			: 8px;
}

div.MenuRight {
	position			: absolute;
	top					: 0px;
	right				: 0px;
	bottom				: 0px;	
	background-color	: transparent;	
	background			: url("../img/menu_right.png");	
	background-repeat	: repeat-y;
	width				: 5px;	
	height				: expression(this.offsetParent.offsetHeight - 10);
}

div.MenuBottomContainer {
	position			: absolute; 
	bottom				: 0px; 
	left				: 0px; 
	right				: 0px;	
	width				: 100%;
	margin-left			: auto; 
	margin-right		: auto;
}

div.MenuLBottom {
	bottom				: 0px;
	right				: 0px;	
	background-color	: transparent;	
	background			: url("../img/menu_lbottom.png");	
	background-repeat	: no-repeat;
	height				: 5px;
	width				: 5px;	
}

div.MenuBottom {
	position			: absolute;
	bottom				: 0px;
	left				: 5px;
	right				: 5px;	
	background-color	: transparent;	
	background			: url("../img/menu_bottom.png");	
	background-repeat	: repeat-x;
	float				: left;
	height				: 5px;
	width				: expression(this.offsetParent.offsetWidth - 10);
}

div.MenuRBottom {
	position			: absolute;
	bottom				: 0px;
	right				: 0px;	
	background-color	: transparent;	
	background			: url("../img/menu_rbottom.png");	
	background-repeat	: no-repeat;
	height				: 5px;
	width				: 5px;	
	float				: right;
}

div.MenuItem {
	width				: 100%;
	height				: 20px;
	float				: left;
}

div.MenuItem a:link, div.MenuItem a:hover, div.MenuItem a:visited, div.MenuItem a:visited:hover, div.MenuItem a:active {
	text-decoration		: none;
	font-family			: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight			: normal;
	color				: #333333;
	text-align			: left;
	text-indent			: 10px;
	vertical-align		: middle;
	padding				: 0px;
	font-style			: normal;
	display				: block;
}

div.MenuItem a:link {
	color				: #666666;
}

div.MenuItem a:hover {
	color				: #D00022;
}

div.MenuItem a:visited {
	color				: #666666;
}

div.MenuItem a:visited:hover {
	color				: #D00022;
}

div.MenuItem a:active {
	color				: #666666;
}
