@font-face {
	font-family: 'mondifont';
	src: url('../template/fonts/Helvetica.eot');
	src: url('../template/fonts/Helveticad41d.eot?#iefix') format('embedded-opentype'), url('../template/fonts/Helvetica.woff') format('woff'), url('../template/fonts/Helvetica.ttf') format('truetype'), url('../template/fonts/Helvetica.svg#Helvetica') format('svg');
	font-weight: normal;
	font-style: normal;
}
#menu
{
	width: 720px;
	margin: 0;
	padding: 0;
	list-style: none;  
	background: #D8D9D9; 
}

#menu li
{
	float: right;
	padding: 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
	float: left;
	height: 25px;
	padding: 18px 35px;
	color: #005eae;
	text-transform: uppercase;
	font: 18px/25px mondifont,'tahoma';
	text-decoration: none;
	/*text-shadow: 0 1px 0 #000;*/
}

#menu a.active
{
	color: #fafafa;
    background: #323232; 
}

#menu li:hover > a
{
	color: #fafafa;
    background: #323232; 
}

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

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

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 61px;
    left: -108px;
    z-index: 99999;    
    background: #323232;
    -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);	
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

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

#menu 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;
    text-align:center;
}

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

#menu ul a
{    
    padding: 5px;
    padding-right: 10px;
	height: 5px;
	width: 220px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
    text-align: right;
}

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

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

#menu ul a
{
    font: 13px/25px 'tahoma';
    color:#ffffff;    
}

#menu ul a:hover
{
    background: #b4b4b4;
    color:#323232;

}

#menu ul li:first-child > a
{

}

#menu ul li:first-child > a:after
{
   /* content: '';
    position: absolute;
    left: 120px;
    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: #0161B2; 
}

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


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

/* 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 */
