/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/
#cssMenu1 {
	position: relative;
}
html>body #cssMenu1 {
	position: absolute;
}
.arktic_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
 	font-weight: normal;
	width: 50px;
}
.arktic_blue ul {
	font-weight: normal;
	margin-left: 2px;
}
.arktic_blue li {
	background-color:#577398;
	width: 241px;
	margin-bottom: 6px;
}
.arktic_blue ul li {
	width: 230px;
	margin-bottom: 0px;
	border-bottom: 1px solid #D5D8E1;
}
.arktic_blue ul ul li {
	font-size:10px;
	width: 170px;
}
.arktic_blue a {
	text-align:right;
	text-decoration: none;
	line-height: 18px;
	color: #FFFFFF;
	padding: 5px 20px 5px 30px;
	cursor: pointer;
}
.arktic_blue ul ul a {
	line-height: 14px;
	padding: 3px 20px 3px 15px;
}
.arktic_blue ul a {
 	border: none;
}
.arktic_blue div a {
	text-align:left;
	text-decoration: none;
	line-height: 12px;
	color: #FFFFFF;
	padding: 0px;
	cursor: pointer;
}

/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

.arktic_blue li.selected {
	background-image: none !important;
	background-color:#6783A8;
}
.arktic_blue ul li.selected {
	background-image: url(../images/bg_sel.gif);
}
.arktic_blue a.selected {
	color: #FFFFFF;
	/*font-weight: bold;*/
}
.arktic_blue ul a.selected {
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

.arktic_blue li.hover {
	background-image: none !important;
	background-color:#6783A8;
} 
.arktic_blue ul li.hover {
}
.arktic_blue a.hover {
	color: #ffffff !important;
}
.arktic_blue ul a.hover {
}

/******************************************************************************
* 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 *
******************************************************************************/

.arktic_blue .arrow {
	background-image: url(../images/arrow_right_light.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}
.arktic_blue .hover ul .arrow, .arktic_blue ul .arrow {
	background-image: url(../images/sarrow_right_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.arktic_blue .hover .arrow {
	background-image: url(../images/arrow_right_light.gif);
}
.arktic_blue ul .hover .arrow {
	background-image: url(../images/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.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
	position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical div a {
	display: inline;
}
div.vertical ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both; 
}

div.vertical 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;
}
