/****************************************** 
Based on CSS Menu (Modern Bricks)
Credits: Dynamic Drive CSS Library
URL: http://www.dynamicdrive.com/style/
*******************************************/

/* main menu */

.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
{
	background-color: #D25A0B;
	color: white;
}

.hmenu .sub
{
	background: url(img/arrow.d.gif) no-repeat right center;	
}	

.hmenu a.sub 
{
	padding-right: 20px;			/* pos. arrow (top right bottom left) */
}

.hmenu a.lang 
{
	background-color: #808080;
}

.hmenu a.lang:hover 
{
	background-color: #D25A0B;
}

.hmenu li.selected{}

.hmenu li.selected a{ 				/* 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;
}

/* submenus */

.hsub
{
	position:absolute;
	top: 0;
	border:0;
	border-width: 1px 1px;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: #996;
	width: 100px;
	visibility: hidden;
}

.hsub a, .hsub a:link, .hsub a:visited, .hsub a:active 
{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #FCEC8C;
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: #fff;
}

.hsub img
{ 
	vertical-align:middle;  
	border-width:0;  
	height:11px;  
	width:16px; 
	margin: 0 5px 0 0;
}

* html .hsub a						/*IE only hack*/
{
	width: 100%;
}

.hsub a:hover
{
	background-color: #D25A0B;
}
