/*Navigation Starts here*/
#navigation {
        float: right;
        height: 34px;
        width: 415px;
        margin-top: 7px;
        margin-bottom:6px;
        margin-right:10px;
        padding:0px;
}
#navigation ul {
        margin: 0px;
        padding: 0px;
}
#navigation ul li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        float: right;
}
#navigation ul li a{
        text-decoration:none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 34px;
        color: #FFFFFF;
        display: block;
}
#navigation ul li span {
        visibility: hidden;
}


#home, home a {
        background-image: url(http://annunci.be/images/home_btn.jpg);
        background-position:center bottom;
        background-repeat:no-repeat;
        height: 34px;
        width: 74px;
}

#home a:hover {
        background-image: url(http://annunci.be/images/home_btnn.jpg);
        background-position:center bottom;
        background-repeat:no-repeat;
        height: 34px;
        width: 74px;
}
#active{
        background-image: url(http://annunci.be/images/home_btnnn.jpg);
        background-position:center bottom;
        background-repeat:no-repeat;
        height: 34px;
        width: 74px;
}


#post, post a {
        background-image: url(http://annunci.be/images/post_btn.gif);
        background-position:center bottom;
        background-repeat:no-repeat;
        height: 34px;
        width: 103px;
}
#post a:hover {
        background-image: url(http://annunci.be/images/post_btnn.gif);
        background-position:center bottom;
        background-repeat:no-repeat;
        height: 34px;
        width: 103px;
}

#active2{
        background-image: url(http://annunci.be/images/post_btnnn.jpg);
        background-position:center bottom;
        background-repeat:no-repeat;
        height: 34px;
        width: 103px;
}

#myjicka, myjicka a {
        background-image: url(http://annunci.be/images/account_btn.jpg);
        background-position:center bottom;
        background-repeat:no-repeat;
        height: 34px;
        width: 101px;
}
#myjicka a:hover{
        background-image: url(http://annunci.be/images/account_btnn.jpg);
        background-position:center bottom;
        background-repeat:no-repeat;
        height: 34px;
        width: 101px;
}
#active3{
        background-image: url(http://annunci.be/images/account_btnnn.jpg);
        background-position:center bottom;
        background-repeat:no-repeat;
        height: 34px;
        width: 101px;
}


#help, help a {
        background-image: url(http://annunci.be/images/help_btn.jpg);
        background-position:center bottom;
        background-repeat:no-repeat;
        height: 34px;
        width: 64px;
}
#help a:hover {
        background-image: url(http://annunci.be/images/help_btnn.jpg);
        background-position:center bottom;
        background-repeat:no-repeat;
        height: 34px;
        width: 64px;
}

#active4{
        background-image: url(http://annunci.be/images/help_btnnn.jpg);
        background-position:center bottom;
        background-repeat:no-repeat;
        height: 34px;
        width: 64px;
}




#notifyme, notifyme a {
        background-image: url(http://annunci.be/images/notify_me_w_en.gif);
        background-position:center bottom;
        background-repeat:no-repeat;
        height: 34px;
        width: 95px;
}
#notifyme a:hover {
        background-image: url(http://annunci.be/images/notify_me_w_hover_en.gif);
        background-position:center bottom;
        background-repeat:no-repeat;
        height: 34px;
        width: 95px;
}

#active5{
        background-image: url(http://annunci.be/images/notify_me_r_en.gif);
        background-position:center bottom;
        background-repeat:no-repeat;
        height: 34px;
        width: 95px;
}
/*Navigation Ends here*/


ul#menu {
	width: 100%;
	height: 43px;
	background: #FFF url("images/menu-bg.gif") top left repeat-x;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
ul#menu li a {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}
ul#menu li a:hover {
	color: #333;
}
ul#menu li a.current {
	color: #FFF;
	background: #FFF url("images/current-bg.gif") top left repeat-x;
	padding: 5px 15px 0;
}

Li { 
list-style-image: url("http://annunci.be/images/bullet.gif") 
}