/* 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: #ffffff;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #175e1c;
	padding: 18px 16px 18px 16px;
	white-space: nowrap;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 1px 0 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	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;
	background-image:url(/media/sterlingbrennan.co.uk/images/menu-bg.jpg);
}
A.menu_horizontal_main:visited{
	TEXT-DECORATION: none;
	background-color: #ffffff;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #175e1c;
	padding: 18px 16px 18px 16px;
	white-space: nowrap;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 1px 0 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	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(/media/sterlingbrennan.co.uk/images/hover-button.gif);
	background-repeat:repeat-x;
	TEXT-DECORATION: none;
	background-color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding: 18px 16px 18px 16px;
	white-space: nowrap;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 1px 0 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	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{
	TEXT-DECORATION: none;
	background-color: #ffffff;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #175e1c;
	padding: 18px 16px 18px 16px;
	white-space: nowrap;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 1px 0 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	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/sterlingbrennan.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;
}
a.menu_vertical_sub:hover {
	color:#999999;
}
.menu_dropdown{
	width:150px;
}
.menu_horizontal_background {
	background-image: url(/templates/sterling_master/images/top_nav_v3/nav_bg_tile.gif);
	background-repeat: repeat-x;
	background-color: #8B8B8B;
}

