@charset "utf-8";
/* CSS Document */

#tab-menu {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
.drop-down-box {
	background-image: url(../images/drop-down/bg-dd.png);
	background-repeat:repeat-y;
	width:270px;
}

.filler {
	width:126px;
	height: 45px;
	visibility: hidden;
}
.home-tab {
	width:58px;
	background-image:url(../images/drop-down/home.jpg);
	height: 46px;
}
.home-tab:hover{
	width:58px;
	background-image:url(../images/drop-down/hover/home.jpg);
}
.recipes-tab {
	width:115px;
	background-image:url(../images/drop-down/video_recipes.jpg);
	height: 46px;
}
.recipes-tab:hover{
	width:115px;
	background-image:url(../images/drop-down/hover/video_recipes.jpg);
}
.tips-guide-tab {
	width:107px;
	background-image:url(../images/drop-down/tipsnguides.jpg);
	height: 46px;
}
.tips-guide-tab:hover{
	width:107px;
	background-image:url(../images/drop-down/hover/tipsnguides.jpg);
}
.glossary-tab {
	width:76px;
	background-image:url(../images/drop-down/glossary.jpg);
	height: 46px;
}
.glossary-tab:hover{
	width:76px;
	background-image:url(../images/drop-down/hover/glossary.jpg);
}
.mytrymasak-tab {
	width:141px;
	background-image:url(../images/drop-down/mytrymasak.jpg);
	height: 46px;
}
.mytrymasak-tab:hover{
	width:141px;
	background-image:url(../images/drop-down/hover/mytrymasak.jpg);
}
.mobile-fun-tab {
	width:110px;
	background-image:url(../images/drop-down/fungames.jpg);
	height: 46px;
}
.mobile-fun-tab:hover{
	width:110px;
	background-image:url(../images/drop-down/hover/fungames.jpg);
}
.partners-tab {
	width:157px;
	background-image:url(../images/drop-down/partners.jpg);
	height: 46px;
}
.partners-tab:hover{
	width:157px;
	background-image:url(../images/drop-down/hover/partners.jpg);
}
.cart-tab {
	width:74px;
	background-image:url(../images/drop-down/cart.gif);
	height: 45px;
}
.cart-tab:hover {
	width:74px;
	background-image:url(../images/drop-down/cart-hover.gif);
}
.star-tab {
	width:60px;
	background-image:url(../images/drop-down/star.gif);
	height: 45px;
}
.star-tab:hover {
	width:60px;
	background-image:url(../images/drop-down/star-hover.gif);
}
.flag-my-tab {
	width:57px;
	background-image:url(../images/drop-down/flag-my.gif);
	height: 45px;
}
.flag-my-tab:hover {
	width:57px;
	background-image:url(../images/drop-down/flag-my.gif);
	height: 45px;
}


.submenu-2 a {
	width:170px;
	font-family:"Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight:bold;
}
.submenu-2 a:hover {
	font-weight:bold;
	color:#3F5F1F;
	width:170px;
	font-family:"Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;	/*background-color:#B6DC6D;*/
}
.submenu-2 a:active {
}
