#menu-tl
{
	top:0;
	left:0;
	height:60px;
	width:60px;
	position:absolute;
	background-image:url(menu-tl.png);
	z-index:20;
}

#menu-tr
{
	top:0;
	right:0;
	height:60px;
	width:60px;
	position:absolute;
	background-image:url(menu-tr.png);
	z-index:20;
}

#menu-bl
{
	bottom:0;
	left:0;
	height:60px;
	width:60px;
	position:absolute;
	background-image:url(menu-bl.png);
	z-index:20;
}

#menu-br
{
	bottom:0;
	right:0;
	height:60px;
	width:60px;
	position:absolute;
	background-image:url(menu-br.png);
	z-index:20;
}

#menu-top
{
	top:0;
	left:60px;
	right:60px;
	height:60px;
	position:absolute;
	background-image:url(menu-top.png);
	background-repeat:repeat-x;
	z-index:10;
}

#menu-left
{
	top:60px;
	bottom:60px;
	left:0;
	width:60px;
	position:absolute;
	background-image:url(menu-left.png);
	background-repeat:repeat-y;
	z-index:10;
}

#menu-right
{
	top:60px;
	bottom:60px;
	right:0;
	width:60px;
	position:absolute;
	background-image:url(menu-right.png);
	background-repeat:repeat-y;
	z-index:10;
}

#menu-bottom
{
	bottom:0;
	left:60px;
	right:60px;
	height:60px;
	position:absolute;
	background-image:url(menu-bottom.png);
	background-repeat:repeat-x;
	z-index:10;
}

#menu-center
{
	padding:40px;
	position:relative;
	z-index:40;
}

#menu-content
{
	background-color:#333333;
	color:#EEEEEE;
	height:480px;
}

ul.top-menu
{
	margin:0;
	padding:0;
	list-style-type: none;
}

ul.sub-menu
{
	list-style-type: disc;
	text-align:left;
}

a.menu:link
{
	color:#6666FF;
}
a.menu:visited
{
	color:#6666FF;
}
a.menu:hover
{
	color:#FF0000;
}
a.menu:active
{
	color:#FFFFFF;
}
