/* CSS Document */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 0px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 200px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
/* color:#666666;  tamno siva */
color: black;
text-decoration:none;
font-weight:bold;
/* BACKGROUND: url(menu_bg1.jpg) #fff no-repeat -300px 0px; */
/* BACKGROUND: url(background.png) #fff no-repeat -300px 0px; siva podloga */
padding: 8px 10px;						/* visina meni linije */
border: 0px solid #ccc;
border-bottom: 0;
margin:0px 0px;

}



.suckerdiv ul li a:hover{
color:black;
}


/**************************************************/

.suckerdiv ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
/*BACKGROUND: url(background.png) #fff no-repeat -300px 0px; */
padding: 4px 5px;						/* visina meni linije */
border: 0px solid #ccc;
border-bottom: 0;
margin:0px 0px;

}


.suckerdiv ul li a:visited{
color: black;
}
/*
.suckerdiv ul li a:hover{
background-color: yellow;
}
*/
.suckerdiv .subfolderstyle{
/*background: url(media/arrow-list.gif) no-repeat center right;*/
BACKGROUND: url(background.png) no-repeat -300px 0px;
}

/*
A {
	PADDING-RIGHT: 20px; DISPLAY: block; PADDING-LEFT: 20px; BACKGROUND: url(background.png) #eee no-repeat -300px 0px; PADDING-BOTTOM: 10px; COLOR: #666; PADDING-TOP: 10px; TEXT-DECORATION: none
}

A:hover {
	COLOR: #c00
}

*/


.suckerdiv A {
BACKGROUND: url(background.png) no-repeat -300px 0px;		/* default background for divs in menu */
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
/*************************************************************************************/

