﻿/*------------------------------------------------------------------------
# Royal One
# ------------------------------------------------------------------------
# Copyright (C) 2009 The Royal Hospital, Sultanate of Oman. All Rights Reserved.
# Author: Boris de Souza
# Websites:  http://www.royalhospital.med.om -  http://www.royalhospitaloman.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

/* MAIN NAVIGATION
----------------------------------------------------------- */
#rh-splitmenu {
	margin: 0;
	padding: 3px 0 0 0;
}

#rh-splitmenu ul {
	margin: 0;
	padding: 0;
}

#rh-splitmenu li {
	background: none;
	display: block;
	float: left;
	padding: 10px 0 10px 0;
	margin: 0;
}

/*---- for English website--- */
#rh-splitmenu ul .first-item a {
	font-family: Verdana, Tahoma, Times New Roman, Arial, san-serif;
	font-size:12px;
	margin-top:1px;
}
/*--------------------------*/


#rh-splitmenu a {
	display: block;
	text-decoration: none;
	font-size: 110%;
	color: #656565;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	padding: 5px 15px;
	text-transform: uppercase;
}

#rh-splitmenu a:hover,
#rh-splitmenu a:active,
#rh-splitmenu a:focus {
	outline: 0;
}

#rh-splitmenu li.active {}


#rh-splitmenu li.active a {
	color: #353535;

}


#rh-splitmenu li.active a:hover,
#rh-splitmenu li.active a:active,
#rh-splitmenu li.active a:focus {
	color: #656565;
}

li.nav-hover {
	top: 3px !important;
}

.nav-hover span.nav-hover-span1,
.nav-hover span.nav-hover-span2 {
	display: block;
}

.nav-hover span.nav-hover-span1 {
	background: url(../../images/mainnav-active.gif) no-repeat left center;
	margin-left: 7px;
	margin-right: 7px;
	padding-left: 5px;
}

.nav-hover span.nav-hover-span2 {
	background: url(../../images/mainnav-active.gif) no-repeat right center;
	margin: 0;
	height: 25px;
}
