/* *
 * potenza skin
 * horizontal is default
 * */

/* font sizes */
div.ktskinpotenza a {
	font-family:  Trebuchet MS,Verdana, Arial;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	
	
}
/* second and following levels font-size */
div.ktskinpotenza li li a { 
	font-weight: normal;
}

/* first level menu item size */
div.ktskinpotenza ul li.lev1 {
	margin-top:2px;
	margin-left:5px;
	text-align:left;
	white-space:nowrap;
	width:auto;

}
* html div.ktskinpotenza ul li.lev1 {
	margin-top:2px;
	margin-left:2px;
	text-align:left;
	white-space:nowrap;
	width:50px;
}
/* second and following levels menu item size */
div.ktskinpotenza li.lev1 ul, div.ktskinpotenza li.lev1 li {
	width: 190px;
	white-space:normal;
	font-size:12px;
}
 
/* HACK: fix ie5.5 setting width on inline li's */
div.ktskinpotenza div.kthorizontal2 ul li ul, div.ktskinpotenza div.kthorizontal2 ul li li { /* fix ie5.5 setting width on inline li's */
	width: auto;
}

/* space top level items */
div.ktskinpotenza li.lev1 {
	margin-right: 2px !important;
}

/* position relative to parent */
div.ktskinpotenza li ul.lev2 {
	margin-top: 1px;
}
div.ktskinpotenza li.lev1 li ul {
	margin-left: -30px;
	margin-top: 6px;
}

/* default link style */
div.ktskinpotenza a {
	padding: 2px 10px 2px 13px;
	color: #FFFFFF;
}
/* level 1 item styles */
div.ktskinpotenza li.lev1 {
	/*background-color: #FFF200;*/
	font-size:17px;
	text-transform:none;
	text-decoration: none;
}
div.ktskinpotenza li a.lev1 {
  
}
/* level 1 item hover styles */
div.ktskinpotenza li a.lev1:hover {
	color: #BBD0EB;

}

	/* level 2 item styles */
	div.ktskinpotenza li ul {
		border: solid 1px #6B6B6B;
		text-transform:none;
	}
	div.ktskinpotenza li li a {
		border-bottom: solid 1px #6B6B6B;
		background-color: #FFFFFF;
		color: #000000;
	}
	/* level 2 item hover styles */
	div.ktskinpotenza li li a:hover {
		background-color: #BBD0EB;
		color: #000000;
	}
	

 
/* *
 * 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.ktskinpotenza li.lev1 a.haschildren {
/*	background-image: url(img/arrow_right_color.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;*/
}
/* current first level items that have children */
div.ktskinpotenza li.lev1 a.lev1_current_haschildren {
	/*background-image: url(img/arrow_down_color.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;*/
}

/* selected items */
div.ktskinpotenza li a.selected {
	text-decoration:none;
    background-color: none;
    /*border-left: 1px solid #663333;
    border-right: 1px solid #663333;*/
	color: #BBD0EB;
}
div.ktskinpotenza li li a.selected {
	background-color: #FFFFFF;
	
}
/* all current items links */
div.ktskinpotenza li a.current {
	/*background-color: #FFFFFF;*/
	color: #F1E5C9;
}
/* current first level */
div.ktskinpotenza li a.lev1_current {
    /* background-color: #F7F9F4;
   border-left: 1px solid #663333;
    border-right: 1px solid #663333;*/
	color: #BBD0EB;
}

/* current first level items that have children, must change the arrow */
div.ktskinpotenza li.lev1 a.lev1_current_haschildren {
	/*background-image: url(img/arrow_down_color.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;*/
}
	div.ktskinpotenza li li a.current {
		/*background-color: #FBF8EE;*/
		color: #000000;
	}
	/* current second level items that have children, must change the arrow */
	div.ktskinpotenza li li.lev2 a.lev2_current_haschildren {
		/*background-image: url(img/arrow_right_light.gif);*/
	}
