/* SideBar */

#sidebar {
	width: 180px;
	position: absolute;
	text-align: left;
	margin-left: -180px;
	margin-top: 5px;
	margin-right: 0px;
	float:left;
	color:#A2C445;
	background-image: url(mirror.png);
	background-repeat:no-repeat;}

#sidebar blockquote {
	color:#000;
	font-size:x-small;
	font-weight:bold;
	margin-left: 15px;
	text-shadow:#fff 0px 0px 3px;}

/* Sidebar links */
.fplinks { font-size:xx-small; margin-top:0px; }
.fplinks a {color:#FFF; text-decoration:none; text-shadow:#000 0px 0px 3px; }

.isolink { background-image:url(links/iso.png); background-repeat:no-repeat; width:180px; height:68px; }
.poljlink { background-image:url(links/min_polj.png); background-repeat:no-repeat; }
.naukalink { background-image:url(links/min_nauka.png); background-repeat:no-repeat; }
.poklink { background-image:url(links/pok_polj.png); background-repeat:no-repeat; }
.rhmzlink { background-image:url(links/RHMZ.png); background-repeat:no-repeat; width:170px; height:50px; }
.weatherlink { background-image:url(links/weather2.png); background-repeat:no-repeat; width:170px; height:50px; }

/* Menu buttons */

#sideContainer {padding:0; margin:0; list-style:none; width:180px;}
#side {padding:0; margin:0; list-style:none; width:180px;}

#side li { width:175px; }
#side li a {display: block; width:175px; height:40px; background:url(sidebar/off.png); border-bottom:1px solid #888; text-decoration:none; color:#ccc; font-family:verdana, sans-serif; font-size:11px;}
#side li.last a {border:0;}

/* html #side li a { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sidebar/off.png', sizingMethod='scale'); } */

#side li a b {display: inline-block; width:175px; height:35px; line-height:15px; padding-top:5px; text-align:center;}
#side li a:hover {white-space:nowrap; color:#fff; cursor:pointer;}
#side li a:hover b {background:url(sidebar/on.gif);}

/* TopBar */

.glossytop{
	position: relative;
	padding: 0 0 0 34px;
	margin: -46px auto 0 180px;
	background: url(topbar/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossytop li{
	float:right;
}

.glossytop li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossytop li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossytop li.current a, .glossytop li a:hover{
	color: #fff;
	background: url(topbar/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossytop li.current a b, .glossytop li a:hover b{
	color: #fff;
	background: url(topbar/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}