/*This is the core style sheet of the DeliciWeb menu*/
body {
background-color: #ffffff;
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.8em;
margin: 0em; }
#navbar {
position: absolute;
top: 0px;
left: 0px;
width: 170px;
border-bottom: 1px #000000; }
ul {
margin: 0em;
padding: 0em; }
li {
list-style-type: none;
margin: 0em;
border-bottom: 1px #999999 solid;
	float: none;
	display: block;
	position: relative;
	padding-top: 0em;
	padding-left: 0em;
	padding-bottom: 0em;
}
a:link, a:visited {
display: block;
border-bottom: 1px #000000;
font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 35px;
text-decoration: none;
color: #999999; }
#ItemsCount {
border-bottom: 1px #000000;
font-weight: normal;
text-decoration: none;
color: #ffffff;
font-size: 0.5em;
width: 30px;
text-align: center;
background-image: url(circleimage.png);
background-repeat: no-repeat;
height: 24px;
position: relative;
float: right;
	z-index: 1;
	display: block;
	padding-top: 8px;
	top: 3px;
	right: 3px;
}
a:hover {
display: block;
background-image: url(over_collection.png);
background-repeat: repeat-x; }
#navbar ul li a:visited {
display: block;
text-decoration: none;
color: #b9b9b9; }
img {
float: left;
position: relative;
	clear: left;
	top: 2px;
}
a {
text-decoration: none; }
a:hover {
background-color: #2965c8;
color: #ffffff; }
a:active {
background-color: #2965c8; }