

#main-menu{
}

ul.menu {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  background-image: url(img/navbar_bg.png);
	list-style:none;
	margin:0;
	padding:0
}
ul.menu * {
	margin:0;
  padding:0
}
ul.fra {
	font-size: 14px;
}
ul.menu li {		
	height: 50px;
	display: inline;
	float: left;
	width: auto;
	padding-right: 5px;
	
}
ul.fra li {
	padding-right: 3px;
}
ul.menu a {
	display: block;	
	float: left;
	width: auto;
  border: none;
  color: #ffffff;
  font-size: 1.4em;
  text-decoration: none;
  line-height: 50px;
  background-image: url(img/arrow.gif);
  background-repeat: no-repeat;
  background-position: right 60%;
	padding:0px 10px;	
  padding-right: 20px;	
}

ul.menu li:hover, .menu li.selected {
  background-color: black;  
}

.sub{
	position:absolute;
	top: 0;
	line-height:20px;
	z-index:100;
	width: auto;
	visibility: hidden;
	margin-top: -1px;
	background: #333333;
}

.sub a{
	background: #333333;
	color: #ffffff;
	width: auto;
	display: block;
	padding: 3px 30px 3px 10px;
	text-indent: 3px;
	text-decoration: none;	
}

* html .sub a{
	width: 100%;
}

.sub a:hover{
	background: #ffffff;
	color: #333333;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

