
.main-menu
{
	height: 32px;
	line-height: 27px;
	position: absolute;
	float: right;
	right: 0;
	top:45px;
	font-size: 16px;
	text-transform: lowercase;
}

.main-menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	float:right;
}

.main-menu ul li
{
	background: url(images/bg_main_menu.png) top left repeat-x;
	float: left;
	margin: 0 0 0 2px;
	padding: 0 10px;
	height: 27px;
	/*line-height: 27px;*/
	color: black;
}

.main-menu li a
{
	color: black;
	text-decoration: none;
}

.main-menu li a:hover
{
	text-decoration: underline;
}

.sf-sub-indicator {
background:url("") no-repeat scroll 0px 0px transparent;
display:block;
height:0px;
overflow:hidden;
position:absolute;
right:0em;
text-indent:0em;
top:0em;
width:0px;
}
