#menubox ul		{padding:0px;margin:0px;list-style: none;}
#menubox li		{float:right;background-color: #7499C6;padding:14px 5px 10px;color:#FFF;font-size:13px;height:18px;font-weight: bolder;cursor:pointer;}
#menubox li.left	{padding:0px;width:18px;height:42px;background:url('../images/backgrounds/menu_left.png') top left no-repeat;cursor:default;}
#menubox li.right	{padding:0px;width:17px;height:42px;background:url('../images/backgrounds/menu_right.png') top left no-repeat;cursor:default;}
#menubox li.hover	{background-color: #577394;}
#menubox li.active	{background-color: #577394;}
#menubox li a		{text-decoration:none;color:#FFF;}