#mainMenu {
	float: right;
 	width:430px;
 	height: 15px;
 	margin-top: 120px;	
}

	
.menu {
       	padding:0;
       	float: left;
}

.menu li {
       	list-style: none;
        float: left;
       	font-weight: normal;
	font-size: 10px;
	padding-right: 0;
	padding-left: 0;
	line-height: 15px;
	height: 15px;
	margin-right: 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.menu li a {
       	display: block;
       	padding: 0;
       	font-weight: bold;
       	text-decoration: none;
       	color: #ccc;
       	padding-bottom: 2px;
}

.menu li a:hover,
.menu li.active a {
	color: #ccc;
	border-bottom: solid 4px #FF9900;
}

.menu li ul li,
.menu ul {
	display: none;
}