﻿/* start for static top nav*/

#topnav a.consmr {
	background: #8f8582 url("/_layouts/images/ofgem/topnav-bg-consmr.gif") no-repeat right bottom;
}

#topnav a.consmr:hover {
	background: #8f8582 url("/_layouts/images/ofgem/topnav-bg-consmr.gif") no-repeat right bottom;
	text-decoration: underline;
}

/* end for static top nav*/


/* start for dynamic top nav*/

#topnav a.mosstopnav-on {
	background: #8f8582 url("/_layouts/images/ofgem/topnav-bg-consmr.gif") no-repeat right bottom;
}

#topnav a.mosstopnav-on:hover {
	background: #8f8582 url("/_layouts/images/ofgem/topnav-bg-consmr.gif") no-repeat right bottom;
	text-decoration: underline;
}

/* end for dynamic top nav*/

/* --------------------------------------------------------------------- */
/* STYLES FOR SIDE NAVIGATION MENU */

/*end rollover states for dynamic MOSS controlled side nav items*/
/*edited by vinay on 2-1-07*/

#zz1_SidebarMain ul li.AspNet-Menu-Leaf {
	display: inline; /*fix to correct rollover to correct size in IE5 and IE5.5*/
	display: block; /*over-ride above style in IE6 and W3C compliant browsers*/
	width: 100%;
	margin-bottom: 3px;
	padding: 0px;
	list-style: none; /*hide bullet point*/
	background: #c7c3c0 url("/_layouts/images/Ofgem/chevron-gt.gif") no-repeat 5px 3px;
}

.leftmossnav-on {
	display: inline; /*fix to correct rollover to correct size in IE5 and IE5.5*/
	display: block; /*over-ride above style in IE6 and W3C compliant browsers*/
	list-style: none; /*this is important otherwise IE5 and IE5.5 show bullet-point*/
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 5px 5px 7px 25px;
	margin: 0 0 3px 0px;
	background: #8f8582 url("/_layouts/images/Ofgem/chevron-back-consmr.gif") no-repeat 2px 2px;
}

.AspNet-Menu-Selected {
	display: inline; /*fix to correct rollover to correct size in IE5 and IE5.5*/
	display: block; /*over-ride above style in IE6 and W3C compliant browsers*/
	list-style: none; /*this is important otherwise IE5 and IE5.5 show bullet-point*/
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: #8f8582 url("/_layouts/images/Ofgem/chevron-back-consmr.gif") no-repeat 2px 2px;
}

#zz1_SidebarMain ul li a.AspNet-Menu-Link{
	display: inline; /*fix to correct rollover to correct size in IE5 and IE5.5*/
	display: block; /*over-ride above style in IE6 and W3C compliant browsers*/
	text-decoration: none;
	width: 100%; /*fixes width problems in IE5 and IE5.5*/
	width: auto; /*sets width for all other browsers*/
	color: #4E4041;
	font-weight: bold;
	padding: 5px 5px 5px 25px;
	margin: 0;
}

#zz1_SidebarMain ul li a.AspNet-Menu-Link:hover {
	text-decoration: underline;
	background: #8f8582 url("/_layouts/images/Ofgem/chevron-gt.gif") no-repeat 5px 3px;
}

#sidebar ul li.leftmossnav-on a {
	color: #fff;
	text-decoration: none;
}

#zz1_SidebarMain ul li.AspNet-Menu-Selected a {
	color: #fff;
	text-decoration: none;
}

#sidebar ul li.leftmossnav-on a:hover {
	text-decoration: underline;	
}

#zz1_SidebarMain ul li.AspNet-Menu-Selected a:hover {
	text-decoration: underline;	
	background: #c7c3c0 url("/_layouts/images/Ofgem/chevron-back-consmr2.gif") no-repeat 2px 2px;
}
/*rollover state will only be visible in W3C compliant browsers only*/
#sidebar ul li.leftmossnav-on:hover {
	background: #c7c3c0 url("/_layouts/images/Ofgem/chevron-back-consmr2.gif") no-repeat 2px 2px;
}

#zz1_SidebarMain ul li.AspNet-Menu-Selected:hover {
	background: #c7c3c0 url("/_layouts/images/Ofgem/chevron-back-consmr2.gif") no-repeat 2px 2px;
}



/* END STYLES FOR SIDE NAVIGATION MENU */
/* --------------------------------------------------------------------- */

#related-links #bg-related-links {
	background-color: #c7c3c0;
}
