.menu {
/*width: 100%;*/
text-align:left;
width:713px;
height:57px;
float:left;
margin-left:-3px;
margin-top:78px;
background:url(bg_ar.png) top right;
}

#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	z-index:50000;
	float:left;
	margin-top:-12px;
	margin-right:25px;
}

#cssdropdown li {
	float:right;
	position:relative;
	z-index:50000;
	display:block;
	margin: 0;
}


 #cssdropdown{
	float:right;

}

.seperator{	
	font-size:20px; 
	color:white; 
	padding-top:25px;
	padding-left:0px;
	padding-right:0px;
	
}

.mainitems{
z-index:50000;
color:white;
border-bottom:1px solid transparent;
padding:0;
padding-top:5px;

height:50px;
text-align:center;
}


.selected .menu_hover_r{background:url(menu_hover_r.png) no-repeat top right; 
width:11px; height:52px; float:left;}
.selected .menu_hover_c{background:url(menu_hover_c.png) repeat-x top right ;  
height:52px; padding-top:15px; float:left; color:white;}
.selected .menu_hover_l{background:url(menu_hover_l.png) no-repeat top right; 
width:11px; height:52px;  float:left;}

.menu_hover_r{width:11px; height:52px; float:left;}
.menu_hover_c{height:52px; padding-top:5px; float:left; padding-top:15px; }
.menu_hover_l{width:11px; height:52px;  float:left;}

.mainitems:last-child{
border:0;
}


li.mainitems{
display:block;
}

li.mainitems:first-child{
margin-left:-10px;
}


.mainitems a{
text-align:center;
color:white;
/*margin-right: 6px;*/
margin-left: 0px;
text-decoration: none;
display:block;
padding-top:10px;
font-size:15px;
/*font-family: 'GESSTwoLight';*/
font-family:tahoma;
}

.subuls{
display: none;
position: absolute;
left:0px;
left: 0;
z-index:10000;
clear:both;
font-weight:none;
background-color: #d36512;
text-align:right;
min-width:170px;
border:2px solid #d36512;
border-radius:5px;
-moz-border-radius:5px;
}

.subuls li{
width:100%;
text-align:right;
padding-top:2px;
padding-bottom:6px;
font-weight:none;
float:right;
clear:both;
padding-right:0px;
border-bottom:1px solid white;

}

.subuls li:last-child{border:0;}

.subuls li a{
text-align:left;
vertical-align:middle;
display:block;
text-decoration: none;
padding-top:3px;
padding-right:10px;
clear:both;
font-weight:none;
font-size:12px;
color:white;
float:right;
text-align:right;
margin-top:0;
border-right:0;
width:100%;
/*padding-bottom:10px;*/
}



#cssdropdown li>ul { 
top: 78px;
right: 85px;
margin-right: -85px;
text-align:left;

}

#cssdropdown li:hover ul, li.over ul { 
display: block;
}

#restofcontent { 
clear: right;
}
