/*VGGS Vertical Menu*/

#vggsmenu {
	position: relative;
	float:right;
	width: 157px;
	text-align: left;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
	border-left-width: 38px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}

#vggsmenu2 {
	position: relative;
	float:right;
	width: 157px;
	text-align: left;
	font-size: 12px;
	margin-top: 7px;
	margin-bottom: 7px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #eaeaea;
	border-left-width: 38px;
	border-left-style: solid;
	border-left-color: #eaeaea;
}



#vggsmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #002D5E;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}
#vggsmenu li {
	margin: 0;
	text-align: left;
}
#vggsmenu a {
	display: block;
	padding: 2px 2px 2px 22px;
	background-color: #EAEAEA;
	background-image:  url(../images/butt_str_tamnosivabela.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	font-size: 12px;
}
#vggsmenu a:link, #vggsmenu a:visited {
	color: #002D5E;
	text-decoration: none;	
}
#vggsmenu a:hover, #vggsmenu a:active {
	background-color: #002D5E;
	background-image:  url(../images/bg_menu_over.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	color: #ffffff;	
}
#vggsmenuselect a:link, #vggsmenuselect a:visited,
#vggsmenuselect a:hover, #vggsmenuselect a:active {
	background-color: #002D5E;
	background-image:  url(../images/bg_menu_select.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
}

#vggsmenu02 a:link, #vggsmenu02 a:visited, #vggsmenu03 a:link, #vggsmenu03 a:visited, #vggsmenu04 a:link, #vggsmenu04 a:visited {
	background-color: #EAEAEA;
	background-image:  url(../images/bg_menu_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #002D5E;
}
#vggsmenu02 a:hover, #vggsmenu02 a:active, #vggsmenu03 a:hover, #vggsmenu03 a:active, #vggsmenu04 a:hover, #vggsmenu04 a:active {
	background-color: #002D5E;
	background-image:  url(../images/bg_menu_overopen.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	color: #ffffff;
}

#vggsmenu03select a:hover, #vggsmenu03select a:active,
#vggsmenu03select a:link, #vggsmenu03select a:visited {
	background-color: #002D5E;
	background-image:  url(../images/bg_menu_selectopen.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
}
#vggssubmenu a:link, #vggssubmenu a:visited {
	background-color: #F8F8F8;
	background-image:  url(../images/bg_submenu.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	color: #000000;
	padding: 2px 2px 2px 25px;
	border: none;
	font-weight: normal;
	border-bottom: 1px solid #f8f8f8;
}
#vggssubmenu a:hover, #vggssubmenu a:active {
	background-color: #F8F8F8;
	background-image:  url(../images/bg_submenu_over.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	color: #000000;
	padding: 2px 2px 2px 25px;
	border: none;
	font-weight: normal;
	border-bottom: 1px solid #DDDDDD;
}
#vggssubmenuselect a:link, #vggssubmenuselect a:visited,
#vggssubmenuselect a:hover, #vggssubmenuselect a:active {
	background-color: #FFFFFF;
	background-image:  url(../images/bg_submenu_select.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	color: #000000;
	padding: 2px 2px 2px 25px;
	border: none;
	font-weight: normal;
	border-bottom: 1px solid #ABABAB;
}

.menu {
	display:table;         /* ignored by IE */
	padding:0;
	list-style-type:none;
	white-space:nowrap;    /* keep text on one line */
	background-color: #EAEAEA;
  }

* html .menu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  background-color: #EAEAEA;
  }  
.menu li {
  display:table-cell;    /* ignored by IE */
  }
* html .menu li {
  display:inline;        /* for IE only */
  }
.menu a, .menu a:visited {
	display:block;
	padding:1px 8px 1px 15px;
	color:#ffffff;
	background:#002D5E url(../images/butt_dalje0095DA.gif) no-repeat 1px 5px;
	text-decoration:none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
  }
* html .menu a, * html .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menu a:hover {
	background:#eaeaea url(../images/butt_dalje0095DA_blink.gif) no-repeat 1px 5px;
	color: #B2001E;
	text-decoration: none;
  }
 .div_menu_cont {
	background-color: #002D5E;
  }
 .thelastlink_rightbrd {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
  }
.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}

.menuselect a, .menuselect a:visited, menuselect a:hover {
	display:block;
	padding:1px 8px 1px 15px;
	background:#eaeaea url(../images/butt_dalje0095DA.gif) no-repeat 1px 5px;
	color: #B2001E;
	text-decoration:none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
  }
* html .menuselect a, * html .menuselect a:visited {
	display:inline-block;  /* for IE only */
	margin:0 -2px;         /* to correct an IE border width bug */
	background-color: #eaeaea;
  }