

/****************************************** 
Credits: Dynamic Drive CSS Library
URL: http://www.dynamicdrive.com/style/
Based on CSS Menu (Modern Bricks)
*******************************************/

.hmenu
{
	padding: 0;
	width: 100%;
	border-top: 5px solid #D25A0B; 	
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.hmenu ul
{
	margin:0;
	padding: 0;
	list-style: none;
}

.hmenu li
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

.hmenu a , 
.hmenu a:link, 
.hmenu a:visited, 
.hmenu a:active 
{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0;			/* Margin between each menu item */
	padding: 5px 10px;
	background-color: #996;
	border-top: 1px solid white;
}

.hmenu a:hover,
.hmenu a:hover span
{
	background-color: #D25A0B;
	color: white;
}

.hmenu li.selected{}

.hmenu li.selected a, 
.hmenu li.selected a:link, 
.hmenu li.selected a:visited, 
.hmenu li.selected a:active 
{ 								/* selected main tab style */
	background-color: #D25A0B;
	color: white;
	border-color: #D25A0B;
	border-top: 1px solid #D25A0B;
}

.hmenu li.selected a:hover
{ 								/* selected main tab style */
	text-decoration: none;
}

#lang { 
	float: right;	
	margin-top: 0;
	margin-top:  -25px\9; 	/* IE x.x */
}
html:not([dummy]) #lang {	margin-top: 0; }  /* IE9+ */ 


