#grey_box 
{
    position: relative;
    width: 233px;
	background: #f8f8f8;
    margin: 0px auto;
}
.rightmenu_corn_left_top 
{
    position: relative;
    background: url(images/rightmenu/corner_left_top.gif) no-repeat left top;
}
.rightmenu_corn_right_top 
{
    position: relative;
    background: url(images/rightmenu/corner_right_top.gif) no-repeat right top;
}
.rightmenu_corn_right_bottom 
{
    position: relative;
    background: url(images/rightmenu/corner_right_bottom.gif) no-repeat right bottom;
}
.rightmenu_corn_left_bottom 
{
    position: relative;
    background: url(images/rightmenu/corner_left_bottom.gif) no-repeat left bottom;
    padding: 14px 0 10px 10px;
}
.rightmenu_s-top 
{
    position: relative;
    background: #f8f8f8 url(images/rightmenu/shad_top.gif) repeat-x left top;
}
.rightmenu_s-right
{
    position: relative;
    background: url(images/rightmenu/shad_right.gif) repeat-y right top;
}
.rightmenu_s-bottom
{
    position: relative;
    background: url(images/rightmenu/shad_bottom.gif) repeat-x left bottom;
}
.rightmenu_s-left
{
    position: relative;
    background: url(images/rightmenu/shad_left.gif) repeat-y left top;
}
.rightmenu_s-left_top
{
    position: relative;
    background: url(images/rightmenu/shad_left_top.gif) no-repeat left top;
}
.rightmenu_s-right_top
{
    position: relative;
    background: url(images/rightmenu/shad_right_top.gif) no-repeat right top;
}
.rightmenu_s-right_bottom
{
    position: relative;
    background: url(images/rightmenu/shad_right_bottom.gif) no-repeat right bottom;
}
.rightmenu_s-left_bottom
{
    position: relative;
    background: url(images/rightmenu/shad_left_bottom.gif) no-repeat left bottom;
    padding: 0px;
    min-height: 100px;
    height: auto !important; 
    height: 100px;
}
