﻿ul.potato-menu {
	margin:0;
	padding:0;
	width:1200px;
	width:auto;
	list-style:none;
}
.potato-menu:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
ul.potato-menu li.potato-menu-item {
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	list-style-position:outside;
	display:inline;
	float:left;
}
ul.potato-menu li.potato-menu-item a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
}
ul.potato-menu ul.potato-menu-group {
	margin:0;
	padding:0;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	position:absolute;
	display:none;
	z-index:1000;
}

/*ul#nav { clear:both; width:160px; margin-top:10px; }*/



li.potato-menu-item {
    /*width:210px;*/
    width:200px;
    font-size:12px;
    /*background-color:#F1F1F1;*/
    line-height:1em;
    padding: 1px;     
     white-space: pre; /* CSS2 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP printers */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
    white-space: pre; /* IE hack to re-specify in addition to word-wrap */
}


li.potato-menu-item a 
{
   width:150px; 
   
    padding:5px 20px 5px 12px;
    color:#006699;
    text-decoration: none;                  
     white-space: pre; /* CSS2 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP printers */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
    white-space: pre; /* IE hack to re-specify in addition to word-wrap */
    
}

li.potato-menu-hover {
    background-color: #c7daed;
    color:#006699;    
     text-decoration: underline;
}

li.potato-menu-hover a{    
    color:#006699;
     text-decoration: underline;
}

/*li.potato-menu-has-vertical > a {
background: transparent url(/images/icons/fammini/arrow_down.gif) right no-repeat;
} */

li.potato-menu-has-holizontal > a 
{    
    background: transparent url(../../images/icon_arrow_single_right.gif) right no-repeat;
}

li.potato-menu-item ul {
    /*border-top:1px solid #444;
    border-left:1px solid #444;*/
}