ul#top_menu
	{
	list-style-type: none;
	margin-top: 28px;
	}
ul#top_menu li
	{	
	display: inline;
	background: url('../images/top_menu.png') no-repeat;
	padding-left: 12px;
	padding-right: 5px;
	}
ul#top_menu li a
	{
	color: #737373;
	font-weight: bold;
	text-decoration: none;
	}
ul#top_menu li a:hover
	{
	text-decoration: underline;
	}

	
ul#header_text
	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
ul#header_text li
	{
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
	padding-left: 30px;
	background: url('../images/cart.png') no-repeat;
	}
ul#header_text li a
	{
	color: #fffdcd;
	text-decoration: none;
	}
ul#header_text li a:hover
	{
	text-decoration: underline;
	}
	

ul#categories{
	margin-top: 10px;
	margin-left: 25px;
	padding: 0px;
	list-style-type: none;
	}
ul#categories li{
	border-bottom: 1px solid #dcdcdc;
	width: 160px;
	height: 24px;
	line-height: 24px;
	background: url('../images/background_categories.png') no-repeat;
	padding-left: 25px;
	}
ul#categories li a
	{
	color: #3a3a3a;
	font-weight: bold;
	text-decoration: none;
	}
ul#categories li a:hover{
	color: #001C43;
	}	

ul#admin{
	margin-top: 10px;
	margin-left: 25px;
	padding: 0px;
	list-style-type: none;
	}
ul#admin li{
	border-bottom: 1px solid #dcdcdc;
	width: 160px;
	height: 24px;
	line-height: 24px;
	background: url('../images/background_categories.png') no-repeat;
	padding-left: 25px;
	}
ul#admin li a
	{
	color: #3a3a3a;
	font-weight: bold;
	text-decoration: none;
	}
ul#admin li a:hover{
	color: #6bba3a;
	}
ul#header_text a {
	color: white;
}
