/*   
Theme Name: E-laborat
Description: Theme made specialy for the www.e-laborat.si by <a href="http://www.studiotibor.com" target="_blank">Studio Tibor</A>
Version: 1.0
Author: studio tibor
Author URI: http://www.studiotibor.com
*****
*/

#ddKdoSmo {
	position: absolute;
	left: 55px;
	top: 146px;
	z-index: 1;
	visibility: hidden;
	
}

#ddStoritve {
	position: absolute;
	left: 260px;
	top: 151px;
	z-index: 2;
	visibility: hidden;
	
}





.dropDown {
	font-size: 11px;
	/*background-color: #DCDCDC;*/
}


.dropDown .itemTop {
	width: 106px;
	/*
	padding-top: 5px;
	padding-bottom: 5px;
	*/
	padding-left: 12px;
	padding-right: 12px;
	
	background-image: url(/_images/wireframe/topMenuZavihek.gif);
	background-repeat: no-repeat;
	background-position: right top;

}


.dropDown .item,
.dropDown .itemSelected {
	background-color: #FFFFFF;
	/*width: 98px;*/
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
	padding-right: 16px;
}




.dropDown a, 
.dropDown a:link, 
.dropDown a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.dropDown a:hover{
	color: #F0880D;
	text-decoration: none;
}


.dropDown .itemSelected a, 
.dropDown .itemSelected a:link, 
.dropDown .itemSelected a:visited {
	color: #F0880D;
	font-weight: normal;
	text-decoration: none;
}

.dropDown .itemSelected a:hover{
	color: #F0880D;
	text-decoration: underline;
}



