/* CSS Document */

/*
Following styles are required for navigation menus.
4 styles must be defined to control the look and feel of the menus: they are applied automatically to table, td and a tags by CMS

Horizontal menu:     .menu_horizontal_main{}
Vertical menu:       .menu_vertical_main{}
Vertical sub menu:   .menu_vertical_sub{}
Dropdown menu:       .menu_dropdown{}
*/

A.menu_horizontal_main, A.menu_horizontal_main:link{
	TEXT-DECORATION: none;
	background-color: #000000;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding: 9px 8px 9px 8px;
	white-space: nowrap;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 3px 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #323232;
	border-right-color: #323232;
	border-bottom-color: #323232;
	border-left-color: #666666;
}
A.menu_horizontal_main:visited{
	TEXT-DECORATION: none;
	background-color: #000000;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding: 9px 8px 9px 8px;
	white-space: nowrap;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 3px 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #323232;
	border-right-color: #323232;
	border-bottom-color: #323232;
	border-left-color: #666666;
}
A.menu_horizontal_main:hover{
	background-image:url(/templates/abatoria_master/images/top_nav_v3/nav_hover_f2.gif);
	background-repeat:repeat-x;
	TEXT-DECORATION: none;
	background-color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding: 9px 8px 9px 8px;
	white-space: nowrap;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 3px 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #323232;
	border-right-color: #323232;
	border-bottom-color: #323232;
	border-left-color: #666666;
}
A.menu_horizontal_main:active{
	background-image:url(/templates/abatoria_master/images/top_nav_v3/nav_hover_f2.gif);
	background-repeat:repeat-x;
	TEXT-DECORATION: none;
	background-color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding: 9px 8px 9px 8px;
	white-space: nowrap;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 3px 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #323232;
	border-right-color: #323232;
	border-bottom-color: #323232;
	border-left-color: #666666;
}

a.menu_vertical_main, a.menu_vertical_main:link, a.menu_vertical_main:visited, a.menu_vertical_main:active{
	display:block;
	TEXT-DECORATION: none;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	padding-top:1px;
	padding-bottom:1px;
	text-indent:16px;
	background-color: #000000;
	background-image: url(/media/abatoria-residential.co.uk/images/arrow_nav_bullet.gif);
	background-position: 5px 6px;
}
a.menu_vertical_main:hover {
	color:#999999;
}
a.menu_vertical_sub, a.menu_vertical_sub:link, a.menu_vertical_sub:visited, a.menu_vertical_sub:active {
	display:block;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	background-color:#222222;
	color:#FFFFFF;
	padding-top:1px;
	padding-bottom:1px;
	text-indent: 25px;
	width:195px;
}
a.menu_vertical_sub:hover {
	color:#999999;
}
.menu_dropdown{
	width:150px;
}
.menu_horizontal_background {
	background-image: url(/templates/abatoria_master/images/top_nav_v3/nav_bg_tile.gif);
	background-repeat: repeat-x;
	background-color: #8B8B8B;
}

/* ------------------ HORIZONTAL MENU FOR REGISTERED USER PANEL ----------------------- */

A.menu_horizontal_mainRU, A.menu_horizontal_mainRU:link{
	background-image:url(/templates/abatoria_master/images/top_nav_v3/user_reg_nav.gif);
	background-repeat:repeat-x;
	TEXT-DECORATION: none;
	background-color: #000000;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	white-space: nowrap;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #323232;
	border-right-color: #323232;
	border-bottom-color: #323232;
	border-left-color: #666666;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 9px 3px 9px 3px;
}
A.menu_horizontal_mainRU:visited{
	background-image:url(/templates/abatoria_master/images/top_nav_v3/user_reg_nav.gif);
	background-repeat:repeat-x;
	TEXT-DECORATION: none;
	background-color: #000000;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding: 9px 3px 9px 3px;
	white-space: nowrap;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 3px 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #323232;
	border-right-color: #323232;
	border-bottom-color: #323232;
	border-left-color: #666666;
}
A.menu_horizontal_mainRU:hover{
	background-image:url(/templates/abatoria_master/images/top_nav_v3/user_reg_nav_f2.gif);
	background-repeat:repeat-x;
	TEXT-DECORATION: none;
	background-color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding: 9px 3px 9px 3px;
	white-space: nowrap;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 3px 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #323232;
	border-right-color: #323232;
	border-bottom-color: #323232;
	border-left-color: #666666;
}
A.menu_horizontal_mainRU:active{
	background-image:url(/templates/abatoria_master/images/top_nav_v3/nav_hover_f2.gif);
	background-repeat:repeat-x;
	TEXT-DECORATION: none;
	background-color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding: 9px 3px 9px 3px;
	white-space: nowrap;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 3px 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #323232;
	border-right-color: #323232;
	border-bottom-color: #323232;
	border-left-color: #666666;
}
.menu_horizontal_backgroundRU {
	background-image: url(/templates/abatoria_master/images/top_nav_v3/nav_bg_tile_light.gif);
	background-repeat: repeat-x;
	background-color: #BDBDBD;
}
