/* *
 * GLSL_news skin
 * horizontal is default
 * */

/* font sizes */
div.savvynav_GLSL_news a {
	font: bold 13px Helvetica, Arial;
	text-decoration: none;
	color:#005e9b ;
}
/* second and following levels font-size */
div.savvynav_GLSL_news li li a { font-weight: bold; font-size: 11px;}

/* first level menu item size */
div.savvynav_GLSL_news ul li.lev1 {
	width: 226px !important;
}
/* second and following levels menu item size */
div.savvynav_GLSL_news li.lev1 ul, div.savvynav_GLSL_news li.lev1 li {
	width: 150px !important;text-align:left
}

/* HACK: fix ie5.5 setting width on inline li's */
div.savvynav_GLSL_news div.kthorizontal2 ul li ul, div.savvynav_GLSL_news div.kthorizontal2 ul li li { /* fix ie5.5 setting width on inline li's */
	width: auto;
}
/* Mozilla rule : direct child selector*/
div.savvynav_GLSL_news ul.lev1 li{
width: auto; white-space: nowrap !important;
}

/* IE rule : the * html makes mozilla ignore it (star hack)*/
html
div.savvynav_GLSL_news ul.lev1 li {
width: 50px; white-space: nowrap !important;
}

div.savvynav_GLSL_news ul.lev1 li ul, div.savvynav_GLSL_news ul.lev1 li li {
width: 150px; white-space: nowrap !important;
}
div.savvynav_GLSL_news ul, div.savvynav_GLSL_news li {vertical-align:bottom; zoom:1 !important;}
/* space top level items */
div.savvynav_GLSL_news li.lev1 {
	margin-right: 2px !important;text-align:right
}

/* position relative to parent */
div.savvynav_GLSL_news li ul.lev2 {
	margin-top: 2px;
}
div.savvynav_GLSL_news li.lev1 li ul {
	margin-left: -30px;
	margin-top: 6px;
}

/* default link style */
div.savvynav_GLSL_news a {

	color: #005e9b;
}

/* default link style */
div.savvynav_GLSL_news li li a {

	color: #fff;
}
/* level 1 item styles */
div.savvynav_GLSL_news li.lev1 {

}
div.savvynav_GLSL_news li a.lev1 {
	background:#00a1d1  url(/siteimages/whitebar.jpg) no-repeat scroll right top
}
/* level 1 item hover styles */
div.savvynav_GLSL_news li a.lev1:hover {

}

	/* level 2 item styles */
	div.savvynav_GLSL_news li ul {

	}
	div.savvynav_GLSL_news li li a {
		font:bold 10px arial
		color: #ffffff;
	}
	/* level 2 item hover styles */
	div.savvynav_GLSL_news li li a:hover {

		color: #00b259;
	}
		/* level 3 item hover styles */
		div.savvynav_GLSL_news li li li a:hover {
			background-color:#70AC56;
		}

/* *
 * items that have children:
 * - the main item background is alreay set on the li's
 *   and we must only overlay an arrow showing if the element has children
 * */

/* all items that have children */
div.savvynav_GLSL_news li.lev1 a.haschildren {

}
/* current first level items that have children */
div.savvynav_GLSL_news li.lev1 a.lev1_current_haschildren {

}

/* selected items */
div.savvynav_GLSL_news li a.lev1_selected {
	background:#00b854  url(img/sidenavbg_h.jpg) no-repeat scroll right top;
	color: #ffffff;
}


div.savvynav_GLSL_news li li a.selected {
	background-image: none;
	background-color: none;
}
/* all current items links */
div.savvynav_GLSL_news li a.current {

	color: #ffffff;
}
/* current first level */
div.savvynav_GLSL_news li a.lev1_current {
	background:#00b854  url(img/sidenavbg_h.jpg) no-repeat scroll right top;
}

/* current first level items that have children, must change the arrow */
div.savvynav_GLSL_news li.lev1 a.lev1_current_haschildren {
}
	div.savvynav_GLSL_news li li a.current {
background-image: none;
background-color: none;
	}
	/* current second level items that have children, must change the arrow */
	div.savvynav_GLSL_news li li.lev2 a.lev2_current_haschildren {
	
	}
		/* level 3 */
		div.savvynav_GLSL_news li li li a.current {
			background-color: #4C677D;

		}

/* *
 * specific to vertical
 * - first level menu items have a different size than the horizontal ones
 * - the borders for first level must be changed
 * */
div.savvynav_GLSL_news div.ktvertical li.lev1 { /* space top level items */
	margin-right: 0px !important;
}
div.savvynav_GLSL_news div.ktvertical li ul {
	margin-left: 10px;
	margin-top: 6px;
}
div.savvynav_GLSL_news div.ktvertical li.lev1 {
	width: 140px;margin:0 0 6px

}
div.savvynav_GLSL_news div.ktvertical li a.lev1 {
	padding:4px 4px 4px 0;text-transform:uppercase

}
div.savvynav_GLSL_news div.ktvertical li a.lev1_current {

}

div.savvynav_GLSL_news div.ktvertical li a.lev1_current_haschildren {

}

/* *
 * specific to horizontal2
 * - there is no level 3
 * - level 2 items don't have backgrounds
 * - must add padding between level 2 menu items
 * */
div.savvynav_GLSL_news div.kthorizontal2 li ul {
	padding: 0;
	border: none 0;
}
div.savvynav_GLSL_news div.kthorizontal2 li li a {
	padding: 0;
	color: #102841 !important;
	border: none 0;
	padding-right: 40px;
	background: transparent;
}

div.savvynav_GLSL_news div.kthorizontal2 li li a:hover,
div.savvynav_GLSL_news div.kthorizontal2 li li a.selected {
	color: #102841 !important;
	background: transparent !important;
}
/* selected horizontal2 second level menu items */
div.savvynav_GLSL_news div.kthorizontal2 li li a.selected {
	font-weight: bold;
}

