/* Importal the global styles */
@import "../global.css";

/*
FIRST Initiative NN CCS Stylesheet
Last modified: 22-03-03 (AD)
Purpose: Sets styles for NN specifically
Notes: All styles in this stylesheet are designed to work in NN6 +
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Main Navigation Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*
Purpose:		Applies the text style, image settings, positioning and padding for the main menu items
Application:	<ul>
Note:			This class applies to non-expanded menu items
				The 'a.menuLink' class is also applied to the main menu items
*/
.menuMainItem {
	list-style-image: url("/img/structure/menu_listarrow_we.gif");
	list-style-position: outside;
	margin-left: -6px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #666666;
	font-size: 70%;
	font-family: Verdana, Arial, sans-serif;  }

/*
Purpose:		Applies the text style, image settings, positioning and padding for the main menu items
Application:	<ul>
Note:			This class applies to expanded menu items
				The 'a.menuLink' class is also applied to the sub-menu items
*/
.menuMainItemBold {
	list-style-image: url("/img/structure/menu_listarrow_ws.gif");
	list-style-position: outside;
	margin-left: -6px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #666666;
	font-size: 70%;
	font-family: Verdana, Arial, sans-serif; }
	
/*
Purpose:		Applies the image settings, positioning and padding for the sub menu items
Application:	<ul>
Note:			This class is also used for the menu news items
*/
.menuSubMenuItem {
	list-style-image: url("/img/structure/arrow02_red.gif");
	list-style-position: outside;
	margin-left: -10px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #666666;
	font-size: 65%;
	font-family: Verdana, Arial, sans-serif; }
	
.menuSubSubMenuItem {
	list-style-image: url("/img/structure/arrow02_blue.gif");
	list-style-position: outside;
	margin-left: 13px; }
	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Inline Elements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*
Purpose:		Set the text style for default list items
Application:	<ul> - CMS managed inline text
*/

ul.inline {
	list-style-image: url("/img/structure/arrow02_red.gif");
	list-style-position: inside;
	margin-left: 30px;
	padding: 0px;
	color: #444444;
	font-size: 70%;
	font-family: Verdana, Arial, sans-serif; }

/*
Purpose:		Set the text style for default unordered lists embedded within other unordered lists
Application:	<ul><ul> - CMS managed inline text
*/

ul.inline ul.inline {
	font-size: 100%; }
	
/*
Purpose:		Set the text style for default unordered lists embedded within other unordered lists
Application:	<ul><ul><li> - CMS managed inline text
*/
ul.inline ul.inline {
	list-style-image: url("/img/structure/arrow02_blue.gif");
	list-style-position: outside; 
	margin-bottom: 2px;
	margin-left: 60px;}