/*
*	RepASM menu CSS
*/

/* CSS issu des tutoriels www.alsacreations.com/articles avec modifs à ma sauce pour remplacer
* les displays pénibles par de simples floats
*/
#menu {
	float : left;
	width: 100px;
	position: fixed;
	font-family: Tahoma;
	font-size: 13px;
	margin: 10px 5px 5px 3px;
	background: transparent;
	color: #fff;
}

.menuItem
{
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
	text-align: center;
}

.menuItem a
{
	color : #CCFFCC;
}

.menuItem a:hover
{
	color : #FF972F;
	text-decoration: underline;
}

#current
{
	color : #FF972F;
}

.smenu
{
	position: absolute;
	z-index: 100;
	left: 7em;
	margin-top: -1.7em;
	width: 7em;
	border: 1px solid gray;
	display: none;
}

.smenuItem
{
	background: black;
	text-decoration: none;
	display: block;
	height: 18px;
	line-height: 18px;
	font-size: 85%;
	padding: 2px;
	text-align: center;
}

.smenuItem
{
	color : #CCFFCC;
}

.smenuItem:hover
{
	text-decoration: underline;
	color : #FF972F;
}
