﻿/** MATCH RIGHT BOX **/
.matchbox{
	float:right;
	margin: 0  0;
	padding: 0;
	width: 17em; /*width of menu*/
	width:173px;
	border: 1px solid #9A9A9A;
	margin-top:45px;
	
}

.matchbox div.silverheader a{
	background: black url(../images/rightboxes/silvergradient.gif) repeat-x center left;
	font: normal 11px "Trebuchet MS";
	font: normal 10px "Arial";
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 2px 0;
	padding-left: 8px;
	text-decoration: none;
	height:15px;
	text-align:left;
}




.matchbox div.silverheader a:visited, .matchbox div.silverheader a:active{
	color: white;
}


.matchbox div.selected a, .matchbox div.silverheader a:hover{
	background-image: url(../images/rightboxes/silvergradientover.gif);
	color: white;
}

.matchbox div.matchboxsubmenu{ 
	background-color:#FFFFFF;
	background: white url(../images/rightboxes/matchbox-bg.png) repeat-x top left;
	
	
}

div.matchboxsubmenu strong {
	font-size:11px;
	font-weight:bold;
}

#indexHP div.matchboxsubmenu{ 
	padding: 0px;
	min-height:150px;
	text-align:center;
}


