Your IP : 216.73.216.201


Current Path : /home/balossw/www/temp/common/cms/media/css/
Upload File :
Current File : /home/balossw/www/temp/common/cms/media/css/menu.tpl.css

/*---------------------------------------------------------------------------
		File name ............ templates/css/menu.tpl.css
		Project .............. Owebia CMS
		Author ............... Antoine Lemoine
		Creation date ........ 14.12.2007
		Modification date .... 16.01.2008
---------------------------------------------------------------------------*/


#menu {
	position: absolute;
	top: 7px;
	left: 400px;
	cursor: default;
	text-align: right;
	z-index:10;
}

#menu ul.menu {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	border: 0;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 2px 0;
	display: inline;
}

#menu .menu-item.selected {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right 8px;
}

#menu .menu-item a:hover {
	text-decoration: underline;
}

#menu a {
	cursor: pointer;
	color: #4d3d4d;
	vertical-align: middle;
	margin: 0 5px;
}