/*- Menu Left--------------------------- */

#menuRight {
	width: 220px;
	float: right;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
        }

#menuRight li a {
	height: 19px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	font-stretch: condensed;
        }

#menuRight li a:link, #menuRight li a:visited {
	color: #000000;
	display: block;
	padding: 8px 0 0 5px;
	background-image: url(../images/menu7_r2_c2.gif);
	background-repeat: no-repeat;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-position: 200px 1px;
        }

#menuRight li a:hover, #menuRight li #current {
	color: #000000;
	background:  200px  -30px;
	padding: 8px 0 0 5px;
	background-image: url(../images/menu7_r2_c2.gif);
	background-repeat: no-repeat;
        }
