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



/* Main menu */



#menu li
{
	float: left;
	padding: 10px 0 10px 0;
	position: relative;
	line-height: 0;
	font-family:Calibri;
	
	
	
}

#menu a 
{
	float: left;
	height: 25px;
	color: #fff;
	font-family:Calibri;
	font-size:14px;
	
	text-decoration: none;
	

    
	
}

#menu li:hover > a
{
	color: #fff;
}

*html #menu li a:hover /* IE6 */
{
	color: #fff;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 99999;    
	background-color:#2c64bc;
   
	
  
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 3px;
    display: block;
	border-bottom:1px solid #fff;
	
 
}

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

#menu ul a
{    
    padding: 3px;
	
	width: 200px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #d70416;
}

#menu ul li:first-child > a
{
 }

#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 #444;
}

#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: #04acec; 
}

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


#menu ul li:last-child > a
{
 }

/* Clear floated elements */
#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 */
</style>
