﻿@charset "utf-8";


ol, ul {
	list-style: none;
	
}
.clearfloat{ clear:both; font-size:0; display:block; height:1%;content:".";}


a {
	text-decoration:none;
	transition: none;
}
a.logoImage {
	display:block;
	height:100px;
	background: url(../pictures/logo.jpg) no-repeat center 0;
	-moz-transition:background 0.5s; /* Firefox 4 */
	-webkit-transition:background 0.5s; /* Safari and Chrome */
	-o-transition:background 0.5s; /* Opera */
	 margin-top:5px
}	
	
.socialBox .floatImage {
	margin:0 !important;
	float:none;
}
#headermenu #menu 
{
    margin-top:0px;
	padding:1%;
	-moz-transition:all 0.3s; /* Firefox 4 */
	-webkit-transition:all 0.3s; /* Safari and Chrome */
	-o-transition:all 0.3s; /* Opera */
	transition:all 0.3s;
	width:98%;
	
	}
	
#headermenu #menu .logo{ display:none; margin:0 ; padding:0}
.sticky #menu { position:fixed; top:0; background:#fff;  width:98%; padding:1%; z-index:9999; box-shadow: 0 2px 4px #aaa;border-top:5px solid #0095e5; }

.sticky #menu .logo { display:block !important; float:right; width:165px; height:93px; margin-left:3%; margin-top:13px}


#headermenu #menu #last-li{
    border:none
}


#nav {
	
	padding: 7px 2px 0;
	line-height: 100%;
	position :relative ;
	z-index:1000;
	

}
#nav li {
	padding:0 3px;
	float: right;
	position: relative;
	list-style: none;
	border-left:1px solid #dcdcdc; 
	margin-top:25px;
	
}


/* main level link */
#nav a {
	display:block; 
	font-family:'Byekan';
    font-size:18px;
    color:#4d4d4d;
    padding:9px;
    margin:0 5px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	
}
#nav a:hover {
	display:block; font-size:18px; background:#0095e5; color:#fff; 
	
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	display:block;
	font-size:18px;
	background:#0095e5;
	color:#fff;
	 padding:9px;
	 
	
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #4b4a4a;
    font-size:15px;
   
    font-family:'Byekan';
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    border-bottom:dashed 1px #ccc;
	
	padding-left:0;
    margin-left:0;
    padding-right:2px;
    margin-right:2px;
	
}

#nav ul a:hover 
{
   padding-left:0;
    margin-left:0;
   padding-right:2px;
    margin-right:2px;
	color: #fff !important;
	background-color: #0095e5 !important; /* for non-css3 browsers */
	font-size:13px;
    font-family:'Byekan';
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
	margin: 3px;
	padding: 0;
	width: 160px;
	position: absolute;
	top: 28px;
	right: 10px;
	background: #ccc url(../images/gradient.png) repeat-x 0 0;
	border: solid 1px #c6c5c5;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	
	
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	
}

#nav ul a {
	font-weight: normal;
		
}

/* level 3+ list */
#nav ul ul {
	left: -167px;
	top: -3px;
	
}


/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
#nav li ul li #last{
    border:none
}

