@CHARSET "UTF-8";
.nav_add
{
    cursor:pointer;
    width:12px;
    height:12px;
    display:inline;
    background-image: url(/images/nav/add.gif);
    float:right;
}
    
.nav_up{
	cursor:pointer;
	width:12px;
	height:12px;
	display:inline;
	background-image: url(/images/nav/up.gif);
	float:right;
}
.nav_down
{
	cursor:pointer;
    width:12px;
    height:12px;
    display:inline;
    background-image: url(/images/nav/down.gif);
    float:right;
}
.nav_delete
{
    cursor:pointer;
    width:12px;
    height:12px;
    display:inline;
    background-image: url(/images/nav/del.gif);
    float:right;
}
.nav_urls
{
	
    cursor:pointer;
    width:12px;
    height:12px;
    display:inline;
    background-image: url(/images/nav/urls.gif);
    float:right;
}
.nav_edit
{
    cursor:pointer;
    width:12px;
    height:12px;
    display:inline;
    background-image: url(/images/nav/edit.gif);
    float:right;
}
.nav_plus
{
    cursor:pointer;
    width:12px;
    height:12px;
    display:inline;
    background-image: url(/images/nav/plus.gif);
    float:left;
}
.nav_minus
{
    cursor:pointer;
    width:12px;
    height:12px;
    display:inline;
    background-image: url(/images/nav/minus.gif);
    float:left;
}