
* {
/*	margin:0;
	padding:0;*/
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}

.navigation,
input[type=submit]
{
	font-family:Arial, Tahoma, Verdana;    
}

/* Structure the top area */
#topnavigation {
    display: inline-table;
    width: 100%;/*width: 940px;*/
    background: #555555; /*IE earlier than 10*/
    background: linear-gradient(#0D0D0F 0%,#46575C 100%); /*background-color: #2ca9e4;*/
    height: 32px;
    margin-bottom: 8px;
    /*position: relative;*/
    z-index: 1000;
}

#navi-top ul:hover {
    z-index: 2000;
}

#navi-top ul{font-size: 13px;margin:0px; padding:0px 20px 0px 20px; list-style-type:none;  float:left;  position:relative;}
#navi-top ul ul{margin:0px; padding:0px; list-style-type:none; z-index:1000; position:relative;}
#navi-top ul li{	
	float:left;
	position:relative;
	padding-right:30px;
	text-transform:uppercase;
	line-height:32px;
	padding-bottom:4px;
    cursor: default;
}



#navi-top ul li.home{background-image:none;}
#navi-top ul li a{	
	display:block;
	padding:0px 5px;
	color:#fff;
	text-decoration:none;
    z-index: 9999;
	}
#navi-top ul li.home a{padding-left:0px;}
* html #navi-top ul li a{margin-right:1px;} /* ie6 only */
#navi-top ul li a:hover{text-decoration:none;color: #d2eefb;}

#navi-top ul li a{text-decoration:none;color: #d2eefb;}

#navi-top ul li li{
	padding-right:0px;
	text-transform:capitalize;
	line-height:25px;
	padding:0px 0px;
}
#navi-top ul ul {
	position:absolute;
	display:none;
	width:160px;
	top:2.7em;
	left:-9px;
    background: #555555;
    background: linear-gradient(#0D0D0F 0%,#46575C 100%);
	/*background-color:#2ca9e4;
	border-bottom:5px solid #d2eefb;*/
	padding-bottom:10px;
}

#navi-top ul li ul a{
	width:134px;
	height:auto;
	margin:0 13px;
	background-image:url(images/nav-dotted.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding:3px 0px;
  
}

#navi-top ul li:hover > a {
    color: white;
}

#navi-top ul ul ul{top:auto;border-top:none; border:solid 1px #e6e7df; border-width:1px 1px 1px 1px;}	
#navi-top ul li ul ul {left:123px; top:0px;}
#navi-top ul li:hover ul ul, #navi-top ul li:hover ul ul ul, #navi-top ul li:hover ul ul ul ul{display:none;}
#navi-top ul li:hover ul, #navi-top ul li li:hover ul, #navi-top ul li li li:hover ul, #navi-top ul li li li li:hover ul{display:block;}
#navi-top ul li ul a{border-top:none;}


/* =Global Elements
-------------------------------------------------------------- */

/* =Header
-------------------------------------------------------------- */
#top-searchform{float:right; margin:4px 20px 0px 0px; *margin:3px 20px 0px 0px; }
#top-searchform div{padding:0px 30px 0px 10px; border:solid 1px #82d0f4; width:175px; background-image:url(images/iconsearch.gif); background-repeat:no-repeat; background-position:right; background-color:#FFFFFF}
#top-searchform .inputbox{width:175px; background-image:none; background:transparent; border:0px; padding:2px 0px 4px 0px; color:#9a9a9a }