/* CSS Document */

#menu {
	list-style: none;
	color: #fff;
	padding: 0;
	margin: 0;
	height: 30px;
	}
	
#menu li {
	float: left;
	position: relative;
	height: 30px;
	background: url(images/menu_li.gif) no-repeat right center;
	padding: 0px;
	}
	
#menu a {
	display: block;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	float: left;
	position: relative;
	padding: 0 5px;
	text-transform: uppercase;
	}

#menu a:hover {
	color: #fff;
	}
		
#menu a strong {
	display: block;
	padding: 1px 10px;
	font-weight: normal;
	line-height: 20px;
	margin-top: 4px;
	float: left;
	cursor: pointer;
	}
	
#menu a:hover strong {
	background-color: #0092c7;
	border: 1px solid #eee;
	padding: 0 9px;
	color: #fff;
	}
	
	
* html #menu strong {
	height: 15px;
	}
	
#menu ul {
	display: none;
	}