﻿/* Main */

#menu{
	width: 100%;
	margin: 0;
	list-style: none;
}
#menu li{
	float: left;
	position: relative;
	
}
#menu a{
	float: left; font-size:13px; /*font-family: 'neutron_demoregular';*/ color:#fff;
	font-style:italic; font-family: 'TahomaRegular'; *font-family: 'TahomaRegular';
}
#menu li:hover > a{
	color: #fafafa;	
}
#menu li:hover > ul{
	display: block;
}

/* Sub-menu */
#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 54px;
	top: 56px\0/ !important;
	*top: 54px;
    left: 0;
    z-index: 99999;
	*z-index: 999999 !important;  
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#menu ul{
	top: 56px;	
}
nav #menu ul { 
	top:43px !important;
}
}
#menu ul li{
    float: none;
	*float:left;
    margin: 0;
    padding: 0;
    display: block;  
	*z-index:999999;
}
#menu ul li:last-child{   
   margin:0px;
}
#menu ul a{    
    padding:8px 15px;
    height:auto;
    line-height:1;
    display:block;
	width:230px;
    float:none;
	*float:left;
	*margin:0;
    font-size:13px !important; /*font-family: 'neutron_demoregular' !important;*/ color:#fff; background:#604b28; text-transform:uppercase; border-bottom:1px solid #503c1c; text-decoration:none; 
	font-style:italic; font-family: 'TahomaRegular' !important; *font-family: 'TahomaRegular' !important; }

#menu ul a:hover{
    background: #503c1c;
}
#menu ul li:first-child a{
    
}
#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
}
#menu ul ul {
	border-left: 2px solid #FFF;
	position: absolute;
	top:0;
	top:0\0/ !important;
	width:230px;
	left:260px;
	background:#604B28;
}
#menu ul ul > span {
	
	width:720px !important;}
#menu ul ul li {
	background:none;
	float:left;
	width:230px;	
}
nav #menu ul { 
	top:41px;
    top:42px\0/ !important;
}
nav #menu ul a { 
	background: none repeat scroll 0 0 #484F8B;
    border-bottom: 1px solid #3D4482;
}
nav #menu ul a:hover { 
	background:#8A8A8A;
}