@charset "utf-8";
/* CSS Document */

/* 

Predpone stilov:

frontpage: fp_
content: con_

*/

/* MAIN MENU - glavni meni */
#main_menu{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 18px;
	height:20px;
	float:left;
}

#main_menu a {
	height:17px;
	display:block;
	font-size:10px;
	float:left;
	font-weight:bold;
	text-align:center;
	color:#999999;
	text-decoration:none;
	padding:3px 17px 0px 18px;}


.header_menu_separator,.top_menu_separator	{
	height:17px;
	display:block;
	font-size:10px;
	float:left;
	font-weight:bold;
	text-align:center;
	color:#999999;
	text-decoration:none;
	padding:3px 8px 0px 8px;}


#main_menu a:hover{
		color:#CCCCCC;

	}

#main_menu a.active{
	color:#CCCCCC;
	
	}


#top_menu_box_levo_drzava 
{
    float:left;
    margin-top:10px;
    color:#999;
    font-size:10px;
    font-weight:bold;
    
    }	
	
#top_menu_box_levo 
{
    float:right;
    clear:left;
    margin-top:5px;
    color:#fff;
    margin-left:20px;
    
    }	
	
#top_menu_box_levo a{color:#A3A099; margin:0px 4px; text-decoration:none;}
#top_menu_box_levo a:hover{ text-decoration:underline; }
#top_menu_box_levo .header_menu_separator { float:none; display:inline; }

#top_menu_box{
	height:14px;
	float:right;
	width:200px;
	margin-top:10px;
	}

#top_menu_box a.home{
	width:25px;
	height:14px;
	display:block;
	float:right;
	background-image:url(library/images/home.gif);
	background-repeat:no-repeat;
	background-position:top;}

#top_menu_box a.sitemap{
	width:45px;
	height:14px;
	display:block;
	float:right;
	background-image:url(library/images/sitemap.gif);
	background-repeat:no-repeat;
	background-position:top;}
	
#top_menu_box a.contact{
	width:45px;
	height:14px;
	display:block;
	float:right;
	background-image:url(library/images/contact.gif);
	background-repeat:no-repeat;
	background-position:top;}
	
	
	
	

