/*------------------------------------------------------------------------
# Joomservices CSS
# ------------------------------------------------------------------------
# Copyright (C) 2009 Joomservices. 
# @license - GPU/GPL
# Websites:  http://www.joomservices.com
# Website designed by Ossolution Group. Contact us :contact@joomservices.com.
-------------------------------------------------------------------------*/	
#og_main-navigation {

	height: 32px;
	width: 749px;
	margin: 0;
	float:right;
	padding-top:52px;

}

#og_mainmenu {
	float: left;
	margin: 0;
	padding:0;
}
#topmenu #current{
	background:url(../images/menu.jpg) no-repeat;
	background-position: center bottom;
}


#topmenu {	
	float: right;
	/*padding: 44px 0 0 0;*/
	padding: 24px 0 0 0;
	margin:0;
	width:660px;
	
	
	
}

#topmenu ul {
	margin:0;
}
#topmenu ul ul {
	left:356px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	position:absolute;
	top:-61px;
	width:418px;
}
#topmenu li {
	background: none;
	float: left;
	padding:0;
}
#topmenu li li{
	background: none;
	float: left;
	padding:0;
	background:url(../images/menu_line.png) no-repeat  ;
	background-position:16px 50%;
}
#topmenu li a {
	color:#808080;
	display:block;
	font-size:18px;
	padding-bottom:6px;
	padding-right:14px;
	padding-top:6px;
	text-transform:uppercase;
	_padding-left:120x;
	
}

#topmenu li a:hover {
	color:#FFF;
}

#topmenu li#current a {
	color:#FFF;
}

#topmenu li#current li a {
	color:#808080;
}

#topmenu li li#current a {
	color:#FFF;
}
