@charset "utf-8";
/* CSS Document */
/* Main menu */

#menu_drop
{
	width: 100%;
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;  
	
}

#menu_drop li
{
	float: left;
	padding: 0 0 0px 0;
	position: relative;
	line-height: 0;
}

#menu_drop a 
{
	float: left;
	height: 25px;
	padding: 26px 18px;
	color: #fff;
	font-size:21px; font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	text-decoration: none; background:url(images/sp_menu.png) no-repeat right top;
	font-weight:bold;
}

#menu_drop a.last{background:none;}

#menu_drop li:hover > a
{
	color:#364e6d; /*text-decoration:none;  border-radius:5px; -moz-border-radius:5px; -webkite-border-radius:5px; -o-border-radius:5px; background: #feecbd;
 background: -webkit-linear-gradient(top, #feecbd 0%,#f5d59f 100%);
 background: -moz-linear-gradient(top, #feecbd 0%,#f5d59f 100%);
 background: -o-linear-gradient(top, #feecbd 0%,#f5d59f 100%);
 background: -ms-linear-gradient(top, #feecbd 0%,#f5d59f 100%);
 background: linear-gradient(top, #feecbd 0%,#f5d59f 100%);*/
}

*html #menu_drop li a:hover /* IE6 */
{
	color:#000; text-decoration:none;  border-radius:5px; -moz-border-radius:5px; -webkite-border-radius:5px; -o-border-radius:5px; background: #feecbd;
 background: -webkit-linear-gradient(top, #feecbd 0%,#f5d59f 100%);
 background: -moz-linear-gradient(top, #feecbd 0%,#f5d59f 100%);
 background: -o-linear-gradient(top, #feecbd 0%,#f5d59f 100%);
 background: -ms-linear-gradient(top, #feecbd 0%,#f5d59f 100%);
 background: linear-gradient(top, #feecbd 0%,#f5d59f 100%);
}

#menu_drop li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu_drop ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top:55px;
    left: 0;
    z-index: 99999;    
    background:#71CAF2;
    /*background: -moz-linear-gradient(#d7141b, #a50a0e);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #a50a0e),color-stop(1, #d7141b));
    background: -webkit-linear-gradient(#d7141b, #a50a0e);    
    background: -o-linear-gradient(#d7141b, #a50a0e);	
    background: -ms-linear-gradient(#d7141b, #a50a0e);	
    background: linear-gradient(#d7141b, #a50a0e);*/
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu_drop ul ul
{
  top: 0;
  left: 150px;
}

#menu_drop ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu_drop ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu_drop ul a
{    
    padding: 10px;
	height: 10px;
	width: 140px;
	font-size:16px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu_drop ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu_drop ul a /* IE7 */
{    
	height: 10px;
}

#menu_drop ul a:hover
{
   /*-- background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);--*/
}

#menu_drop ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu_drop 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 #000;
}/* tikona */

#menu_drop 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_drop ul li:first-child a:hover:after
{
    border-bottom-color: #fff; /* tikona */
}

#menu_drop ul ul li:first-child a:hover:after
{
    border-right-color: #04acec; 
    border-bottom-color: transparent; 	
}


#menu_drop ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu_drop:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
