/*        V2        */

.outer{
	margin:0px;
	padding:0px;
}	
#menu {
	width: 233px;
	border-style: none none none none;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	}
#menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight:normal;
	}	
	
#menu li a:link, #menu li a:visited {
	color: white;
	display: block;
	background: url(Images/Graphic1.png);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: purple;
	font-weight:bold;
	background: url(Images/Graphic1.png) 0 -32px;
	padding: 8px 0 0 10px;
	}

#menuRight {
	width: 233px;
	border-style: none none none none;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	}

#menuRight ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}
	
#menuRight li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight:normal;
	}	
	
#menuRight li a:link, #menuRight li a:visited {
	color: white;
	display: block;
	background: url(Images/Graphic1_obratno.png);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menuRight li a:hover {
	color: purple;
	font-weight:bold;
	background: url(Images/Graphic1_obratno.png) 0 -32px;
	padding: 8px 0 0 10px;
	}