/* Start of CMSMS style sheet 'sub_menu_with_heading' */
/*
====Colours Used=======
white bg		= #   
internal bg white = #ffffff

orange = #

light grey	= #
dark grey = #

link	= #DF7A1C
text black	= #5F6062
text white	= #
=======================
*/

#sub_nav_heading{
	background:url(images/sub_nav-top.gif) #ffffff no-repeat top center;
	padding:20px;
}
#sub_nav_container h3{
	color:#444142;
	margin:0;
}
#sub_nav_container{
	background:url(images/sub_nav-bg.gif) #ffffff repeat-y top center;
	width:191px;
	height:100%;
}
#sub_nav{
	background:url(images/sub_nav-bot.gif) no-repeat bottom center;
	padding:15px 0 15px 0;
}

#sub_nav .hidden{
	visibility:hidden;
}
#sub_nav ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-image:none;
	list-style:none;
}
#sub_nav li{
	margin:0px 0px 0px 0px;
	padding:7px 0px 7px 35px;
	background:url(images/sub_nav_arrow.gif) no-repeat 18px 8px;
	/*display:none;*/
}


#sub_nav a{
	/* margin-left:10px;  IE Overide */
	display: block; 
	padding:0; 
}

#sub_nav li.currentpage,
#sub_nav li.activeparent,
#sub_nav li.activeparent li,
#sub_nav li.currentpage li{
	display:block;
	background:none;
}
/*#sub_nav li.activeparent {
	background:none;
	margin:0;
	padding:0;
	border-bottom:0px;
}*/

#sub_nav a:link,
#sub_nav a:visited{
	color:#4c5455;
}
#sub_nav li li li:hover,
#sub_nav li li li:hover a{
	color:#78d2f0;
	text-decoration:none;
}
#sub_nav li ul{
	margin-top:10px;
	display:none;
}
#sub_nav li.currentpage,
#sub_nav li.currentpage a
{
     display:block;
}
#sub_nav li.currentpage{
	background:url(images/sub_nav-h.gif) no-repeat center center;
}

#sub_nav li.currentpage ul,
#sub_nav .activeparent ul{
	display:block;
}

#sub_nav .activeparent ul ul{
	display:none;
}
#sub_nav li li.activeparent ul{
	display:block;
}

#sub_nav li.currentpage ul{
	display:block;
}
#sub_nav li.currentpage.activeparent ul ul{
	display:none;
}
#sub_nav h3 a:link,
#sub_nav h3 a:visited{
	text-decoration:none;
	color:#C8C8C8;
	border:0px;
}
#sub_nav h3 a:hover{
	color:#78d2f0;
}
/* End of 'sub_menu_with_heading' */

