
/* style the outer div to give it width */
.menu2 {font-family:Verdana;font-size:11px;padding-bottom:0px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height:21px;
	background:#aaa;
	background-color: #990000;
}

/* style the sub-level lists */
.menu2 ul ul {width:150px;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown.menu2 positon */
.menu2 ul li {float:left;position:relative;height:21px;line-height:21px;}

/* style the sub level list items */
.menu2 ul ul li {
	display:block;
	width:164px;
	height:auto;
	position:relative;
	line-height:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* style the links for the top level */
.menu2 a, .menu2 a:visited {
	display:block;
	float:left;
	height:100%;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	background:#aaa;
	padding:0 12px 0 12px;
	background-color: #990000;
}

/* style the sub level links */
.menu2 ul ul a, .menu2 ul ul a:visited {
	display:block;
	font-weight:normal;
	color:#333333;
	width:150px;
	height:100%;
	line-height:11px;
	padding:7px 7px;
	background-color: #E9E9E9;
}
* html .menu2 ul ul a, * html .menu2 ul ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu2 table {position:absolute; left:0; top:0; width:0; height:0; font-size:11px;}


/* style the third level background */
.menu2 ul ul ul a, .menu2 ul ul ul a:visited {
	background-color: #E9E9E9;
}
/* style the fourth level background */
.menu2 ul ul ul ul a, .menu2 ul ul ul ul a:visited {
	background-color: #E9E9E9;
}
/* style the sub level 1 background */
.menu2 ul :hover a.sub1 {
	background-color: #CA0000;
	font-weight:normal;
	color:#FFFFFF;
}
/* style the sub level 2 background */
.menu2 ul ul :hover a.sub2 {
	background-color: #CA0000;
	font-weight:normal;
	color:#FFFFFF;
}

/* style the level hovers */
/* first */
.menu2 a:hover {
	color:#333333;
	background-color: #FF0000;
}
.menu2 :hover > a {
	color:#FFFFFF;
	background-color: #CA0000;
}
/* second */
.menu2 ul ul a:hover{
	color:#333333;
	background-color: #33FFFF;
}
.menu2 ul ul :hover > a {
	color:#000000;
	background-color: #FFE0B3;
	text-decoration: none;
	border-left-style: solid;
	border-left-color: #FFB94F;
	margin-left: -2px;
	border-left-width: 2px;
}
/* third */
.menu2 ul ul ul a:hover {background:#ddd;}
.menu2 ul ul ul :hover > a {
	background-color: #F9F9F9;
	color: #990000;
}
/* fourth */
.menu2 ul ul ul ul a:hover {background:#F9F9F9;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {visibility:hidden;position:absolute;height:0;top:21px;left:0;width:150px;}

/* position the third level flyout.menu2 */
.menu2 ul ul ul{left:163px;top:0;width:170px;}

/* position the third level flyout.menu2 for a left flyout */
.menu2 ul ul ul.left {left:-50px;}


/* make the second level visible when hover on first level list OR link */
.menu2 ul :hover ul{visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu2 ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu2 ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu2 ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu2 ul :hover ul :hover ul :hover ul {visibility:visible;}


/* MAIN MENU SETTINGS*/
.MENU {
	font-family : Verdana;
	font-size : 11px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 11px;
	font-weight: bold;
	}
	
/* VERTICAL WORD*/
.VMENU {
    font-family : Verdana; 
    font-size : 11px;
	text-decoration: none;
	color: #FFFFFF;
	}

/* SUBMENU SETTINGS */
.SUBMENU {
    font-family : Verdana; 
    font-size : 11px;
    color : #FFFFFF; 
	text-decoration: none;
	}
	
/* SUBMENU SETTINGS FOR OPERA, IE6 */
A.SUBMENU {
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
	width : 100%;
	color : #333333;
	line-height: 22px;
}


A.SUBMENU:hover {
	color : #ff7800;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.txt_strani {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
}
.naslov_strani {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 30px;
	color: #FD7800;
}
.txt_str_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #940800;
}
.txt_str_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FF7800;
	text-decoration: none;
}
.txt_str_poudarek {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #60634E;
	font-weight: bold;
}
.podnapis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #999999;
}
.podnaslov_strani {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #FD7800;
	font-weight: bold;
}
.txt_str_rdeci_poudarek {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #990000;
	font-weight: bold;
}
.noga {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #878767;
}
.hometxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
.hometxt_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #940800;
}
.hometxt_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ff7800;
	text-decoration: none;
}
.hometxt_beli_naslov {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.inspiracija {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 25px;
	color: #990000;
}
.inspiracija_podnapis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #333333;
}
.inspiracija_podnapis_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #FF6600;
	font-weight: bold;
}
.slovarcrka {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70px;
	color: #940800;
}
.meni_glavni {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.meni_sek {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 10px;
}
.meni_glavni:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff7800;
	text-decoration: none;
}
.meni_sek:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #ff7800;
	text-decoration: none;
}
.opomba {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #990000;
	font-style: normal;
}
.inspiracija_mala {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 25px;
	color: #990000;
}
.meni_sek_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 10px;
}
.meni_sek_2:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.mikrolink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #990000;
	text-decoration: none;
}
.mikrolink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #ff7800;
	text-decoration: none;
}
.txt_str_oranz_poudarek {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #ff7800;
	font-weight: bold;
}
.txt_str_oranz_poudarek2 {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #ff7800;
}
.txt_str_rdeci_poudarek2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	color: #990000;
	font-style: italic;
}
img
{  border-style: none;
}
