@font-face {
    font-family: 'espript';
    src: url('./espript.eot');
    src: url('./espript.eot?#iefix') format('embedded-opentype'),
         url('./espript.woff') format('woff'),
         url('./espript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
#menu {
	width: 850px;
	margin: auto;
	padding: 0;
	list-style: none;  
	background: #ffff80;
	background: -moz-linear-gradient(#ffff80, #d0d068); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #ffff80));	
	background: -webkit-linear-gradient(#ffff80, #d0d068);	
	background: -o-linear-gradient(#ffff80, #d0d068);
	background: -ms-linear-gradient(#ffff80, #d0d068);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffff80', EndColorStr='#d0d068',GradientType=0)";
	background: linear-gradient(#ffff80, #d0d068);
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 4px 8px #b2b2b2;
	-o-box-shadow: 0 4px 8px #b2b2b2;
	-ms-box-shadow: 0 4px 8px #b2b2b2;
	-moz-box-shadow: 0 4px 8px #b2b2b2;
	-webkit-box-shadow: 0 4px 8px #b2b2b2;
}
#menu li {
	float: left;
	padding: 0;
	position: relative;
	line-height: 0;
}
#menu li.exe1 {
	background: #cfeecb;
	background: -moz-linear-gradient(#cfeecb, #6cad64); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cfeecb),color-stop(1, #6cad64));	
	background: -webkit-linear-gradient(#cfeecb, #6cad64);	
	background: -o-linear-gradient(#cfeecb, #6cad64);
	background: -ms-linear-gradient(#cfeecb, #6cad64);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cfeecb', EndColorStr='#6cad64',GradientType=0)";
	background: linear-gradient(#cfeecb, #6cad64);
}
#menu li.exe2 {
	background: #ffdd99;
	background: -moz-linear-gradient(#ffdd99, #e0aa40); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ffdd99),color-stop(1, #e0aa40));	
	background: -webkit-linear-gradient(#ffdd99, #e0aa40);	
	background: -o-linear-gradient(#ffdd99, #e0aa40);
	background: -ms-linear-gradient(#ffdd99, #e0aa40);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffdd99', EndColorStr='#e0aa40',GradientType=0)";
	background: linear-gradient(#ffdd99, #e0aa40);
}
#menu li.blank {
}
#menu li.blank > a {
	height: 18px;
	padding: 8px 0px 15px 0px;
}
#menu li.blank:hover > a {
	background: #ffff80;
	background: -moz-linear-gradient(#ffff80, #d0d068); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #ffff80));	
	background: -webkit-linear-gradient(#ffff80, #d0d068);	
	background: -o-linear-gradient(#ffff80, #d0d068);
	background: -ms-linear-gradient(#ffff80, #d0d068);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffff80', EndColorStr='#d0d068',GradientType=0)";
	background: linear-gradient(#ffff80, #d0d068);
	cursor : default;
}
#menu a {
	float: left;
	height: 18px;
	padding: 8px 25px 15px 25px;
	color: #373737;
	text-transform: uppercase;
	font: 20px espript;
	text-decoration: none;
	text-shadow: 0 1px 5px #fff;
	border-right: 1px solid #d0d068;
}
#menu li:hover > a {
	color: #373737;
	background: #d04949;
	background: -moz-linear-gradient(#ff5a5a, #d04949);	
	background: -webkit-gradient(linear, left top, left bottom, from(#ff5a5a), to(#d04949));
	background: -webkit-linear-gradient(#ff5a5a, #d04949);
	background: -o-linear-gradient(#ff5a5a, #d04949);
	background: -ms-linear-gradient(#ff5a5a, #d04949);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5a5a', EndColorStr='#d04949',GradientType=0)";
	background: linear-gradient(#ff5a5a, #d04949);
}
* html #menu li a:hover { /* IE6 */
	color: #373737;
}
#menu li:hover > ul {
	display: block;
}

/*--SUB--*/

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 38px;
    left: 10px;
    z-index: 99999;
	color: #333;
	text-shadow: 0 1px 0 #ddd;    
    background: #ffff80;
    background: -moz-linear-gradient(#ffff80, #d0d068);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d0d068),color-stop(1, #ffff80));
    background: -webkit-linear-gradient(#ffff80, #d0d068);    
    background: -o-linear-gradient(#ffff80, #d0d068);	
    background: -ms-linear-gradient(#ffff80, #d0d068);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffff80', EndColorStr='#d0d068',GradientType=0)";
    background: linear-gradient(#ffff80, #d0d068);
	-o-box-shadow: 0 5px 9px #b2b2b2;
	-ms-box-shadow: 0 5px 9px #b2b2b2;
	-moz-box-shadow: 0 5px 9px #b2b2b2;
	-webkit-box-shadow: 0 5px 9px #b2b2b2;
	box-shadow: 0 5px 9px #b2b2b2;	
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#menu ul ul {
  top: 0;
  left: 150px;
}
#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
	-moz-box-shadow: 0 1px 0 0 #d0d068;
	-webkit-box-shadow: 0 1px 0 0 #d0d068;
	box-shadow: 0 1px 0 0 #d0d068;
}
#menu ul li:last-child {   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;   
}
#menu ul a {    
    padding: 8px;
	height: 0px;
	width: 150px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
	border-right: 0px solid transparent;	
}
* html #menu ul a { /* IE6 */
	height: 10px;
}
*:first-child+html #menu ul a { /* IE7 */
	height: 10px;
}
#menu ul a:hover {
	background: #d04949;
	background: -moz-linear-gradient(#ff5a5a, #d04949);	
	background: -webkit-gradient(linear, left top, left bottom, from(#ff5a5a), to(#d04949));
	background: -webkit-linear-gradient(#ff5a5a, #d04949);
	background: -o-linear-gradient(#ff5a5a, #d04949);
	background: -ms-linear-gradient(#ff5a5a, #d04949);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5a5a', EndColorStr='#d04949',GradientType=0)";
	background: linear-gradient(#ff5a5a, #d04949);
}
#menu ul li:first-child > a {
	border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #ffff80;
}
#menu ul ul li:first-child a:after {
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}
#menu ul li:first-child a:hover:after {
    border-bottom-color: #ff5a5a; 
}
#menu ul ul li:first-child a:hover:after {
    border-right-color: #ffff80; 
    border-bottom-color: transparent; 	
}
#menu ul li:last-child > a {
	border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}
#menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
