/*************************************************************************
* 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
 */
.kasnas {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7d2eb;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.kasnas ul {
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #95A9D9;
	border-bottom-color: #95A9D9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7d2eb;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c7d2eb;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.kasnas li {
	width: 144px;
}


/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.kasnas ul li {
	background-color: #edf1f8;
	border: none;
 	width: 180px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.kasnas a {
	color: #3d3686;
	text-decoration: none;
	line-height: 18px;
	cursor: pointer;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7d2eb;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.kasnas ul a {
	color: #333399;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #B0BFE3;
}


/*****************************************************************************
* 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
 */
.kasnas li.selected {
	background-color: #fff177;
	background-image: none;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.kasnas ul li.selected {
	background-color: #fff177;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.kasnas a.selected {
	color: #6e4300;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.kasnas ul a.selected {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc9900;
}

/***************************************************************************
* 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
 */
.kasnas li.hover {
	background-color: #333399;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.kasnas ul li.hover {
	background-color: #333399;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.kasnas a.hover {
	color: #cbcbe8;
	border-bottom:1px solid #00003d;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.kasnas ul a.hover {
	border: none;
	border-bottom: 1px solid #00003d;
	color: #cbcbe8;
}

/*
 * Specific to MODERN skin only
 * Applies to links located in the third (or more) level menu items
 */
.kasnas ul ul li.hover  {
	background-color: #333399;
}

/******************************************************************************
* 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
 */
.kasnas .arrow {
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.kasnas .hover ul .arrow,
.kasnas ul .arrow {
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.kasnas .hover .arrow {
}

/* 
 * 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
 */
.kasnas ul .hover .arrow {
}
/*************************************************************************
* 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 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;
}
