body {
	background: #b80040 url(images/repeat.jpg) repeat-x;
}
a:link, a:visited, a:active {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #DF50D6;
	text-decoration: none;
}
a:hover {
	color: #FF4F3A;
}
body,td,th {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #fff;
}
h2 {
	font: 14px/16px Georgia, "Times New Roman", Times, serif;
	color: #F9BDA4;
}

.menu_default ul
{
list-style: none;
padding: 0;
margin: 0;
}

.menu_default li
{
display: inline;
padding: 0;
margin: 0;
}

.menu_default li:before 
{ 
content: "| "; 
color: #ffda96;
}
.menu_default li:first-child:before { content: ""; }


.menu_default a, .menu_default a:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	text-transform: lowercase;
	padding-right: 3px;
	padding-left: 3px;
}

.menu_default a:hover, .menu_default a:active
{
color: #f990d6;
text-decoration: none;
}

/*IE workaround*/
/*All IE browsers*/
* html .menu_default li
{
border-left: 1px solid #ffda96;
padding: 0 0.6em 0 0.6em;
margin: 0 0.6em 0 -0.6em;
}

/*Win IE browsers - hide from Mac IE\*/
* html .menu_default { height: 1%; }

* html .menu_default li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html .menu_default li:first-child { border-left: 0; }