#top_menu
{
    height: 51px;
    width: 797px;
    background-image: url("../images/top_menu_bg.gif");
    background-repeat: repeat-x;
    float: left;    
}

#top_menu ul
{
	list-style-type: none;
	padding-left: 15px;
	padding-top: 18px;
}

#top_menu li
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#top_menu a
{
	text-decoration: none;
}

#top_menu a h1
{
	font-weight: bold;
	color: #fff;
}

#top_menu a:hover
{
	text-decoration: underline;
	color: #fff;
} 

#left_menu, #hit
{
	padding-left: 15px;
	padding-top: 10px;
}

#catalog_title
{
	background-image: url('../images/eshop_title.png');
	background-repeat: no-repeat;
	width: 171px;
	height: 33px;
}

#left_menu ul
{
	list-style-type: none;
	padding-top: 10px;
	padding-left: 20px;
}

#left_menu li
{
	padding-bottom: 5px;
}

#left_menu a
{
	text-decoration: none;
}

#left_menu a h1
{
	color: #fff;
}

#left_menu a:hover
{
	text-decoration: underline;
	color: #fff;
}

#hit_category
{
	background-image: url('../images/hit_title.png');
	background-repeat: no-repeat;
	width: 119px;
	height: 33px;
}

#hit_picture
{
	padding-top: 18px;
	text-align: center;
}

#hit_title
{
	text-align: center;
	padding: 5px;
}

#hit_title a
{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#hit_title a:hover
{
	text-decoration: underline;
}

#hit_price
{
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#bottom_menu
{
    width: 709px;
    height: 13px;
}

#bottom_menu ul
{
	list-style-type: none;
	padding-left: 15px;
}

#bottom_menu li
{
	float: left;
	background-image: url('../images/arrow16.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
}

#bottom_menu a
{
	text-decoration: none;
	color: #8f8f8f; 
}