.rightmenu a:link		{ text-decoration: none; color: #a38835; font-weight: 100; }
.rightmenu a:visited		{ text-decoration: none; color: #a38835; font-weight: 100; }
.rightmenu a:active		{ text-decoration: none; color: #a38835; font-weight: 100; }
.rightmenu a:hover 		{ text-decoration: none; color: #e5c34f; font-weight: 100; }

.rightmenuinneritem a:link		{ text-decoration: none; color: #666666; font-weight: 100; }
.rightmenuinneritem a:visited		{ text-decoration: none; color: #666666; font-weight: 100; }
.rightmenuinneritem a:active		{ text-decoration: none; color: #666666; font-weight: 100; }
.rightmenuinneritem a:hover 		{ text-decoration: none; color: #e5c34f; font-weight: 100; }

.rightmenu_container
	{
		height:100%;
		background-color: #222222;
		background-image: url('../images/global/rightmenu.jpg');
		background-repeat: no-repeat;
		border:1px #444 solid;
		border-top:none;
		width:90px;
	}
.rightmenu
	{
		opacity:.80;
		filter: alpha(opacity=80); 
		-moz-opacity: 0.8;		
		width:90px;
		background-color: #222;
		color:#999;
		border-top: none;
	}
.rightmenuitem
	{		
		color:#666;
		padding:5px;
		width:90px;
		border-top: 1px #444 solid;
		border-bottom:1px #111 solid;
		background-color: #222;		
	}
.rightmenuinneritem
	{
		padding:4px;
		background-color: #2e2e2e;
		color:#999;
		border-top: 1px #444 solid;
		border-bottom:1px #111 solid;
	}
.rightmenuinneritemtext
	{
		font-family: Verdana;
		font-size:10px;
		padding-top:8px;
		letter-spacing: 1px;
	
	}
.rightmenuitemtitle
	{
		font-family: Verdana;
		font-size:11px;
		padding:4px;
		padding-left:10px;
		letter-spacing: 1px;
		border-top: 1px #444 solid;
		border-bottom:1px #111 solid;
	}
