﻿.rightmenu
{
   width: 180px; 
}
.rightMenuGroup
{
	cursor: pointer;
	cursor: hand;
	background-image: url(bg_rightmenu.gif);
    background-repeat:repeat-x;
	position:relative;
	width: 180px;
}

.rightMainItem 
{
  font-family:Arial;
	font-size:12px;
	font-weight:bold;
	line-height: 16px;
	color:#1c1c1c;
	vertical-align: middle;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d4d4d4;
	background-image:url(bg_rightmenu.gif);
	background-repeat: repeat-x; 
	width: 180px;
	height: 31px;
	text-decoration: none;

	
}
.rightMainItemOver
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	line-height: 16px;
	color:#1c1c1c;
	vertical-align: middle;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d4d4d4;
	background-image:url(bg_rightmenuover.gif);
	background-repeat: repeat-x; 
	width: 180px;
	height: 31px;
	text-decoration: none;
}
.rightMenuItem
{
	font-family: Arial, Verdana;
	font-size:12px;
	font-size: 12px;
	font-weight:bold;
	height:31px;
	color:#1c1c1c;
	cursor: pointer;
	cursor: hand;
	padding-right:5px;
	padding-left:5px;
	background-image: url(/Images/arrow.gif);
	background-repeat: no-repeat;
	background-position : 7px center;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d4d4d4;
	background-image:url(bg_rightmenu.gif);
	background-repeat: repeat-x; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 180px;
	position:relative;
}
.rightMenuItemOver
{
	
	font-family: Arial, Verdana;
	font-size:12px;
	font-size: 12px;
	font-weight:bold;
	height:31px;
	color:#1c1c1c;
	cursor: pointer;
	cursor: hand;
	padding-right:5px;
	padding-left:5px;
	background-image: url(/Images/arrow.gif);
	background-repeat: no-repeat;
	background-position : 7px center;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d4d4d4;
	background-image:url(bg_rightmenuover.gif);
	background-repeat: repeat-x; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 180px;
	position:relative;
}

