A:link {text-decoration: none; color: red;}
A:visited {text-decoration: none; color: red;}
A:active {text-decoration: none; color: red;}
A:hover {text-decoration: underline; color: red;}

body
		{
			
			font-family: verdana, arial, serif;
			font-size:13px;
			color: #000;
			background-color: #fff;
		}
		
		#container
		{
			
			width:780px;
			background-color: #FFF;
			border: 1px solid #efefef;
		}
		
		#banner
		{
			background-color: #369;
			border-bottom: 2px solid #efefef;
		}
		
		#banner h1
		{
			margin: 0;
			padding: .5em;
		}
		
		#nav
		{
	
			width: 160px;
			background-color: #ffffff;
			margin-left: 0px;

			border-right: 1px solid #efefef;
			border-left: 1px solid #369; 
		}
		
		#nav p { margin:0px; }
		
		#content
		{
			font-family: verdana, arial, serif;
			font-size:13px;
			color: #000;
			background-color: #fff;
			margin: 10px;						
		}
		
		#content h1 { margin-top: 0; font-size:12px; color:#369;}
		#content h2 { margin-top: 0; font-size:11px;color:#369; border-bottom: 1px solid #369;}		
		#content h3 { margin-top: 0; font-size:10px;}				
		#footer
		{
			clear: both;
			background-color: #900;
			padding: 5px;
			font-size:10px;
			color: #FFF;
			text-align: center;
			border-top: 2px solid #fff;
		}
		.cont_border_right { border-right: 1px solid #369; }
		.cont_border_bottom_art { border-bottom: 1px solid #369; margin-bottom: 5px; padding-bottom: 5px; padding-top: 5px;}
		.cont_border_left { border-left: 1px solid #369; border-right: 1px solid #369;background-color: #369;}
		.blue_bckg { background: #369; }
		.art_va {bottom: 0px; }
		.hp {color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px;}
/* top meni */		
#navcontainer
{
background: #369;
border-top: 1px solid #9CC;
font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist
{
font-size:13px;
list-style: none outside none;
margin: 0;
padding: 0;
}

@media all {
#navlist {
text-align: center
}
}

#navlist li
{
bottom: 11px;
display: inline;
line-height: 1.2em;
margin: 0;
padding: 0;
position: relative;
}

html>body #navlist li
{
background: #000;
margin: 0 3px 0 0;
padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited
{
background: #900;
border: 1px solid #FFF;
bottom: 2px;
color: #FFF;
cursor: pointer;
display: inline;
height: 1em;
margin: 0;
padding: 3px 5px 3px 5px;
position: relative;
right: 2px;
text-decoration: none;
}

#navlist a:hover
{
background: #C00;
bottom: 1px;
color: #FFF;
position: relative;
right: 1px;
}

#navlist a:active
{
background: #999;
bottom: 0px;
color: #FFF;
position: relative;
right: 0px;
}

#navlist li#active
{
background: #369;
bottom: 13px;
display: inline;
margin: 0 3px 0 0;
padding: 0;
position: relative;
}

html>body #navlist li#active
{
background: #000;
margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover
{
background: #369;
border-bottom: none;
border-left: 1px solid #9CC;
border-right: 1px solid #9CC;
border-top: 1px solid #9CC;
bottom: 0;
color: #FFF;
cursor: text;
margin: 0;
padding: 2px 5px 0 5px;
position: relative;
right: 0;
}
		
#navlist a, #current {
background: #000;
}		
		
/* left meni */	

#navlist_left
{
color: white;
background: #369;
 /* border-bottom: 0.2em solid #369;
border-right: 0.2em solid #369; */
padding: 0 1px;
margin-left: 5px;
width: 140px;
font: normal 0.9em Verdana, sans-serif;
}

#navlist_left li
{
list-style: none;
margin: 0;
font-size: 1em;
}

#navlist_left a
{
display: block;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
color: white;
background: #39c;
border-width: 1px;
border-style: solid;
border-color: #5bd #035 #068 #6cf;
border-left: 1em solid #fc0;
padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist_left a#current_left { border-color: #5bd #035 #068 #f30; }

#navlist_left a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist_left a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 9.6em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist_left a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist_left a:hover, #navlist_left a#current_left:hover
{
background: #900;
border-color: #069 #6cf #5bd #fc0;
padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist_left a:active_left, #navlist_left a#current_left:active_left
{
background: #900;
border-color: #069 #6cf #5bd white;
padding: 0.4em 0.35em 0.25em 0.9em;
}	
