#navcontainer {
	margin-left: 0px;
}

#navlist {
	background: #17a;
	border-bottom: 1px solid #17a;
	border-right: 1px solid #17a;
	padding: 0 1px;
	margin-left: 0;
	width: 280px;
	font: normal 0.6em Verdana, sans-serif;
}

#navlist li {
	list-style: none;
	margin: 0;
	font-size: 0.8em;
}

#navlist a.title {
	display: block;
	text-decoration: none;
	margin-bottom: 1px;
	margin-top: 0px;
	color: white;
	background: #39c;
	border-width: 2px;
	border-style: solid;
	border-color: #5bd #035 #068 #6cf;
/*	padding: 2px 2px 2px 2px; */
	padding: 0px 2px 0px 2px; 
	width: 220px;
	height: 20px;
}

#navlist a.title:hover, #navlist a.title#current:hover {
	background: #28b;
	border-color: #069 #6cf #5bd #fc0;
}


select.usr {
	width: 228px;
}

/*

    #navcontainer>#navlist a
    {
    width: 220px;
    }


    #navlist a:active, #navlist a#current:active
    {
      background: #17a;
      border-color: #069 #6cf #5bd white;
      padding: 0px 0px 0px 0px;
    }

li.delete a {
	height: 20px;
	width: 22px;
	background: url('../icons/delete.png') no-repeat center top;
}

li.delete a:hover {
	height: 20px;
	width: 22px;
	background: url('../icons/delete.png') 50% -19px no-repeat;
}

li.view a {
	height: 20px;
	width: 22px;
	background: url('../icons/view.png') no-repeat center top;
}

li.view a:hover {
	height: 20px;
	width: 22px;
	background: url('../icons/view.png') 50% -19px no-repeat;
}
*/
