﻿@charset "utf-8";
/* CSS Document */
.secondLVLMenu {
    color: #fed124;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
a.secondLVLMenu:hover {
    color: #ffffff;
}
.secondLVLMenuActive {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
.thirdLVLMenuContainer {
	background-image:url("../img/templates/ramka1.gif");
	background-repeat:no-repeat;
	background-position:top;
	width:267px;
	text-align:left;
}
.thirdLVLMenu {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
	padding-bottom:4px;
}
a.thirdLVLMenu:hover {
    color: #fed124;
}
.thirdLVLMenuActive {
    color: #fed124;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}
ul.thirdLVLMenu {
	margin-bottom:1px;
	margin-top:1px;
	padding-bottom:3px;
	padding-top:1px;
	padding-right:10px;
	list-style-position:outside;
	list-style-type:none;
	list-style-image:url("../img/templates/red_index_right.gif");
}
.thirdLVLPuppyContainer {
	background-image:url("../img/templates/articlesMenuPuppy.jpg");
	background-repeat:no-repeat;
	background-position:top;
	width:267px;
	text-align:left;
	padding-top:100px;
}
.thirdLVLDogsContainer {
	background-image:url("../img/templates/articlesMenuDog.jpg");
	background-repeat:no-repeat;
	background-position:top;
	width:267px;
	text-align:left;
	padding-top:100px;
}

