@charset "utf-8";
/* CSS Document */

@font-face{    
    font-family: 'Neo Sans';    
    src: url('font.eot');    
    src: url('font.eot?#iefix') format('embedded-opentype'), 
    url('font.woff') format('woff'), 
    url('font.ttf') format('truetype'), 
    url('font.svg#webfont') format('svg');
}


/*----------------------------
    Footer Link
-----------------------------*/
a.footer:link {
color:#999;
text-decoration:none
}

a.footer:visited {
color:#999;
text-decoration:none
}

a.footer:hover{
color:#585858;
text-decoration:underline
}
/*----------------------------*/


/*----------------------------
     Menu
-----------------------------*/

#menu, #menu ul {
    margin: 0;
	padding: 0;
	list-style: none;

}




#menu {
    width: 100%;
	margin: 2px auto;
	border: 1px solid #B8B8B8 ;
	background-color: #E7E7E7;
	background-image: linear-gradient(#Fff, #F8f8f8 );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F8f8f8',GradientType=0 ); /* IE6-8 */
	border-radius: 3px;
	box-shadow: 0 1px 1px #E8E8E8 ;


    
}

#menu:before,
#menu:after {
    content: "";
	display: table;
}

#menu:after {
	clear: both;
}

#menu {
	zoom:1;
}


#menu li {
    float: left;
	border-right: 1px solid #B8B8B8;
	position: relative;
}

#menu a {
	float: left;
	padding: 8px 15px;
	color: #585858 ;
	font-family:'Neo Sans', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
    font-size:14px;

}

#menu li:hover > a {
	color: #000000  ;
	

}

*html .menu li a:hover { /* IE6 only */
	color: #202020 ;
}

#menu ul {
    margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 1;   
	background: #B8B8B8;
	background-image: linear-gradient(#Fff, #F8f8f8 );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F8f8f8',GradientType=0 ); /* IE6-8 */	
    box-shadow: 0 1px 1px #E8E8E8 ;
	border-radius: 3px;
	transition: all .2s ease-in-out;  
    border-right: 1px solid #B8B8B8;
    border-left: 1px solid #B8B8B8;
    border-bottom: 1px solid #B8B8B8;
    border-top: 1px solid #B8B8B8;
}

#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	box-shadow: -1px 0 0 rgba(255,255,255,.3);    	
}

#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
	box-shadow: 0 1px 0 #B8B8B8, 0 2px 0 #B8B8B8;
}

#menu ul li:last-child {   
	box-shadow: none; 
    
}

#menu ul a {    
	padding: 10px;
	width: 130px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

#menu ul a:hover {
    background-color: #E7E7E7;
	background-image: linear-gradient(#Fff, #F8f8f8 );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F8f8f8',GradientType=0 ); /* IE6-8 */


}

#menu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
    /*border-left: 6px solid #B8B8B8;
	border-right: 6px solid #B8B8B8;
	border-bottom: 6px solid #B8B8B8;*/
}

#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #B8B8B8;
}

#menu ul li:first-child a:hover:after {
	/*border-bottom-color: #04acec; */
}

#menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3; 
	border-bottom-color: transparent; 
}

#menu ul li:last-child > a {
	border-radius: 0 0 3px 3px;
 
}


#menu > li:last-child
{
    float:right;
    border-right:0px;
    color:#666;
    padding-right:10px;
    padding-top:10px;
    font-size:14px;
    
}

/*----------------------------------------------
 Logged users menu button
------------------------------------------------*/
.menubutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:39px;
	line-height:39px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #86ae47;
}
.menubutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;
}.menubutton:active {
	position:relative;
	top:1px;
}

