/*--------------------------------------------------------------
CSS Style | FA | Version : 1.0.0
----------------------------------------------------------------
Copyright © 2010 SunWay ICT Center, All rights reserved.
--------------------------------------------------------------*/

/* [Common] */
img
{
    border:none;
}
.bullet {
	padding-left: 2px;
}

/* [Menubar] */
#menu {
	background: url('menubar_bk.jpg') repeat-x;
	color: #b9b9b9;
	height: 40px;
	text-shadow: #000 0 1px 0;
	width: 900px;

}
#menu ul {
	list-style-type: none; 
	list-style-image: none; 
	margin: 0;
	padding: 0;
}
ul#menu-items li {
	display: block;
	float: right;
}
#menu ul li.menu-item a:link,
#menu ul li.menu-item a:visited,
#menu ul li.menu-item a:hover {
	color: #fff;
	display: block;
	float: left;
	outline: 0;
	margin:8px 0 0 0;
	padding: 5px 10px 7px 10px;
	text-shadow: none;
	text-decoration: none;
}
#menu ul li.menu-item a:hover {
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	background-color: #e46000;	
	text-shadow: 0 1px 0 #ab4800;
}
#menu-right, 
#menu-left {
	background: url('menubar_right.jpg') no-repeat;
	float: right;
	height: 40px;
	width: 16px;
}
#menu-left {
	background: url('menubar_left.jpg') no-repeat;
	float: left;
}
#menu-items {
	display: block;
	float: right;
	width: 730px;
}
#other-items {
	display: block;
	float: left;
	width: 280px;
}
#menu-items li.menu-space {
	/*background: url('menubar_space.jpg') no-repeat;
	height: 37px;
	margin: 2px 0 0 0;
	width: 2px;*/
}
#menu ul li.menu-item ul.submenu {
    opacity: 0.9;
    -moz-opacity: 0.9;
}
#menu ul li.menu-item ul.submenu a:link,
#menu ul li.menu-item ul.submenu a:visited,
#menu ul li.menu-item ul.submenu a:hover {
	float: right;
	height: 20px;
	padding: 5px 6px 0 0;
	width: 195px;	
}
#menu ul li.menu-item ul.submenu a:hover {
	_background-color: #b10101;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 200px;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit;
}
.sf-menu li, 
.sf-menu a {
	position: relative;
	z-index: 1000;
}
.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {
	right: 0;
	top: 3.5em;
	z-index: 1000;
}
.sf-menu li li, 
.sf-menu li li li {
	background-color: #f67d18;
}
.sf-menu li li:hover {
	background-color: #b10101;
	text-decoration: none;
}
.sf-menu li li:hover ul, 
.sf-menu li li.sfHover ul {
	right: 200px;
	top: 0;
}
ul#other-items li {
	display: block;
	float: left;
}
#other-items li.menu-item {
	padding: 10px 0 0 11px;
}
#other-items li.icons#home-icon, 
#other-items li.icons#about-icon, 
#other-items li.icons#contact-icon {
	background: url('menubar_icons_sprite.jpg') no-repeat;
	height: 37px;
	margin: 2px 0 0 0;
	width: 19px;
}
#other-items li.icons#home-icon:hover {
	background-position: 0 0;
}
#other-items li.icons#home-icon:hover {
	background-position: 0 -37px;
}
#other-items li.icons#about-icon {
	background-position: -19px 0;
}
#other-items li.icons#about-icon:hover {
	background-position: -19px -37px;
}
#other-items li.icons#contact-icon {
	background-position: -38px 0;
}
#other-items li.icons#contact-icon:hover {
	background-position: -38px -37px;
}
#other-items li.icons#home-icon a, 
#other-items li.icons#about-icon a, 
#other-items li.icons#contact-icon a {
	display: block;
	height: 37px;
}
#menu ul li.menu-item.first a {
	padding-right: 0;
}
span.arrow {
	float: left;
	padding-left: 5px;
}
span.text {
	float: right;
}