﻿.navbar
{
	width: 149px;
}
.navbar ul
{
	list-style-type: none;
	margin:0 0 0 1px; padding:0	
}
.navbar li
{
	width: inherit;
	height: 30px;
	background-image: url("images/bgmenu.jpg");
	background-position: 0 -30px;
	border-bottom:1px solid #484848;
	border-top:1px solid #333
}
.navbar li:hover
{
	width: inherit;
	height: 30px;
	background-image: url("images/bgmenu.jpg");
	
}
.navbar a
{
	margin: 3% 15%;		
}
.navbar a:link, a:visited
{
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;	
}
.navbar a:hover, a:active
{
	text-decoration: underline;
}

