/************************************************************************** This is the SKIN style definition for the CSS menu.                    ** Feel free to customize this section.                                   **************************************************************************//* * Menu container settings * Applies to the first level menu container */.arktic_blue {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;	}/* * Menu container settings * Applies to second (or more) level menu containers */.arktic_blue ul {	font-weight: normal;}/* * Menu items settings * Applies to all menu items in all menu containers */.arktic_blue li {	background-image: none;	background-repeat: repeat-y;	background-color: #EAF7E9;	border-bottom: 1px solid #FFFFFF; 	width: 180px;}/* * Menu items settings * Applies to second (or more) level menu items */.arktic_blue ul li {	background-image: none;	background-color: #E0DFE3;}/* * Menu link settings * Applies to links that are to be found within the menu items, no matter the menu level */.arktic_blue a {	text-decoration: none;	line-height: 18px;	color: #666666;	padding: 1px 2px 1px 21px;	border-left	: solid 2px #336633;	cursor: pointer;}/* * Menu link settings * Applies to links located in the second (or more) level menu items */.arktic_blue ul a { 	border: none;	color: #666666;}/****************************************************************************** In this section, we will define what happens when a menu item is selected  ******************************************************************************//* * Selected menu item * Applies to selected menu items in all menu containers */.arktic_blue li.selected {	background-image: none;	background-color: #336633;}/* * Selected menu item * Applies to second (or more) level selected menu items */.arktic_blue ul li.selected {	background-image: none;	background-color: #CCCCCC;}/* * Selected links * Applies to selected links in all menu items */.arktic_blue a.selected {	color: #FFFFFF;	border-left-color: #336633;}/* * Selected links * Applies to selected links located in the second (or more) level menu items */.arktic_blue ul a.selected {	border-left-color: #ffffff;	color: #000000;}/**************************************************************************** In this section, we will define what happens when mouse-overing an item  ****************************************************************************//* * Mouse over on menu items * Applies to all menu items in all menu containers */.arktic_blue li.hover {	background-image: none !important;	background-color: #009933;}  /* * Mouse over on menu items * Applies to second (or more) level menu items */.arktic_blue ul li.hover {	background-color: #CCCCCC;	background-image: none;}/* * Mouse over on links * Applies to all links in all menu items */.arktic_blue a.hover {	color: #ffffff !important;	border-left-color: #336633;}/* * Mouse over on links * Applies to links located in the second (or more) level menu items */.arktic_blue ul a.hover {	color: #3C63A2;}/******************************************************************************* In this section, we will define the menu arrows behavior                    ** An arrow is inserted next to the menu item when the menu item has sub-menus *******************************************************************************//*  * Define the arrow * Applies to all menu items that have sub-menus */.arktic_blue .arrow {	background-image: url(img/arrow_right_color.gif);	background-repeat: no-repeat;	background-position: 3px center;}/*  * Define the arrow * Applies to all menu items that have sub-menus located in the second (or more) level */.arktic_blue .hover ul .arrow,.arktic_blue ul .arrow {	background-image: url(img/sarrow_right_dark.gif);	background-repeat: no-repeat;	background-position: right center;}/*  * Define the arrow on mouse over * Applies to all menu items that have sub-menus on mouse over */.arktic_blue .hover .arrow {	background-image: url(img/arrow_right_light.gif);}/*  * Define the arrow on mouse over * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over */.arktic_blue ul .hover .arrow {	background-image: url(img/sarrow_right_light.gif);}/************************************************************************** This is the LAYOUT style definition for the CSS menu                   ** DO NOT alter this section, unless you know what you're doing           **************************************************************************/div.expandable {	clear: both;	border: none;}div.expandable br {	clear: both;}div.expandable ul {	margin: 0px;	padding: 0px;	display: block;	float: left;	clear: both;}div.expandable li {	list-style-type: none;	display: block;	float: left;	clear: both;	text-align: left;    position: relative;}div.expandable li img {	border: none;}div.expandable a {	clear: both;	float: none;	display: block;	margin: 0px;}div.expandable ul li ul {	position: static;	visibility: visible;	display: block;	clear: both;	margin: 0px;	margin-top: -5000px;}div.expandable ul li ul li ul {	display: none;}div.expandable ul li ul li {	clear: both;}div.expandable ul li ul li a {	clear: both;}.hasImg,.hasImg a {	padding: 0px !important;	margin:	0px	!important;	border:	none !important;	outline: none !important;	background:	transparent !important;	width: auto !important;}