@import "template_css.css";
@import "modules.css";
@import "roknewsflash.css";
@import "roknewsrotator.css";
@import "rokslidestrip.css";
@import "rokvideoscroller.css";
@import "rokmediascroller.css";

/* SBH hack attempt */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu a:hover {
	text-decoration: none;
	color: #333;
}

ul.menu li.active.parent a {

}

ul.menu li.active.parent li a {
     /* background: url(../images/triangle-2.png) 6px 4px no-repeat; */
/*      color: darkblue; */
	color: #1E6298;
	background:none;

}

ul.menu li.active.parent li.active a {
	/* background: url(../images/light/menus/menustyle5/menu5-dot.png) 18px 9px no-repeat; */
/*        color: black; */
/*       background: url(../images/triangle-1.png) 6px 4px no-repeat; */
/*	background-color: yellow; */
	background-color: #0A6093;
	color: white;

},

ul.menu span {
	display: block;
}

ul.menu a {
	display: block;
	line-height: 22px;
	text-indent: 0px;  /* was 15px SBH CHANGED */
	height: 22px;
}

ul.menu ul {
	margin: 4px 0;
}

ul.menu ul li a {
	text-indent: 10px; /* was 20px SBH CHANGED */
}

ul.menu ul a {
	background: none;
	text-indent: 0;
}

ul.menu ul {
	margin-left: 10px;
	padding: 0;
}

ul.menu ul ul {
	padding: 0;
	margin-left: 20px;
}

ul.menu li li {
	padding: 0;
	margin: 0;
}

ul.menu ul a {
	text-indent: 0;
}

ul.menu li.active li a {
	border: 0;
/*	color: darkblue; */
	color: #1E6298;
}

ul.menu li.active a {
	/* background: url(../images/light/menus/menustyle5/menu5-sidediv.png) 0 100% repeat-x; */
	border: 3;
/*        color: darkblue; */


/*	background-color: yellow; */
	background-color: #0A6093;
	color: white;


        font-weight:bold;
      /*  background: url(../images/triangle-1.png) 6px 4px no-repeat;  */

}

ul.menu li li.active a,
ul.menu li li a:hover,
ul.menu li.active li a:hover {
	color: #333;
/*	background: url(../images/light/menus/menustyle5/menu5-dot.png) 18px 9px no-repeat; */
}

ul.menu li a {
	color: #1E6298;
        font-weight: bold;
	/* font-size: 14px; */
	 font-size: 13px; 
	padding-left: 10px;

/*	background: url(../images/triangle-2.png) 6px 4px no-repeat; */

}

/* @end */