.menu-1 a {
display:block;
width: 125px;
padding:5px 5px 5px 5px;
font: bold 13px sans-serif;;
color:#333;
background: url("../images/menu-trophies.gif") 0 -25 no-repeat;
text-decoration: none;
}
.menu-1 a:hover { 
background-position: 0 0px;
color: #049;
}

.menu-2 a {
display:block;
width: 125px;
padding:5px 5px 5px 5px;
font: bold 13px sans-serif;;
color:#333;
background: url("../images/menu-plaques.gif") 0 -25 no-repeat;
text-decoration: none;
}
.menu-2 a:hover { 
background-position: 0 0px;
color: #049;
}

.menu-3 a {
display:block;
width: 125px;
padding:5px 5px 5px 5px;
font: bold 13px sans-serif;;
color:#333;
background: url("../images/menu-recognition.gif") 0 -26 no-repeat;
text-decoration: none;
}
.menu-3 a:hover { 
background-position: 0 -1px;
color: #049;
}

.menu-4 a {
display:block;
width: 125px;
padding:5px 5px 5px 5px;
font: bold 13px sans-serif;;
color:#333;
background: url("../images/menu-engraving.gif") 0 -24 no-repeat;
text-decoration: none;
}
.menu-4 a:hover { 
background-position: 0 1px;
color: #049;
}

.menu-5 a {
display:block;
width: 125px;
padding:5px 5px 5px 5px;
font: bold 13px sans-serif;;
color:#333;
background: url("../images/menu-tags.gif") 0 -24 no-repeat;
text-decoration: none;
}
.menu-5 a:hover { 
background-position: 0 1px;
color: #049;
}

.menu-6 a {
display:block;
width: 125px;
padding:5px 5px 5px 5px;
font: bold 13px sans-serif;;
color:#333;
background: url("../images/menu-novelties.gif") 0 -23 no-repeat;
text-decoration: none;
}
.menu-6 a:hover { 
background-position: 0 2px;
color: #049;
}

/*Sets overall body settings */
body
{
	background-color: #DAA520;
	font-family: Verdana;
	font-size: 10px;
}


/*Sets main table settings */
table.main
{
	position: relative;
	width: 770px;
	background-color: #BB8A00;
	font-size:10px;
	
}


/*Sets the menu bar table settings */
table.menu
{
	position: relative;
	width: 770px;
	background-color: #B8860B;
	font-size: 12px;
	text-align: center;
	border: 1px solid #000000;	
	border-collapse: collapse;
	border-style: inset;
        margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

/*Sets the menu bar cell settings */
td.menu
{
        width: 125px;
	text-align: center;
	border: 0px solid #000000;	
}


/*Sets the overall contents table settings */
table.contents
{
	position: relative;
	width: 770px;
	background-color: #B8860B;
	font-size: 10px;
	text-align: center;
	border: 1px solid #000000;	
	border-collapse: collapse;
	border-style: inset;
        margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	
}

/*Sets the overall contents cell settings */
td.contents
{
        text-align: left;
	border: 1px solid #000000;	
}


/*Sets the left contents table settings */
table.contents-left
{
        width: 100%;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	
}


/*Sets the center contents table settings */
table.contents-center
{
        font-size: 10px;
	text-align: center;
	border: 0;	
	border-collapse: collapse;
	border-style: inset;
        margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #ffffff;
	
}

/*Sets the center contents heading cell settings */
td.cont-head-ctr
{
        font-family: Arial;
        font-size: 16px;
	text-align: center;
	font-weight: bold;
	
}

/*Sets the center contents cell settings */
td.contents-center
{
        font-size: 10px;
	text-align: center;
	font-weight: bold;
	background-color: #ffffff;
	border: 0;
}


/*Sets the right contents table settings */
table.contents-right
{
        width=100%;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	
}


/*Sets hyperlink display settings */
a 
{
	color: gold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	
}




/*Sets contents hyperlink display settings */
a.contents 
{
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	
}


/*Sets hyperlink rollover display settings */
a:hover
{
	 color: #DAA520;
	 text-decoration:none;
}


/*Sets image display settings*/
img
{
	border: 0;
}
