/*---------------------------------------------------------------------------*/
/* @MENU 								     */
/*---------------------------------------------------------------------------*/
.menufixe {
	position: absolute;
	top: 0;
	z-index: 1;
	border: 0px solid #666666;
	color: #00000
	line-height: 1em;
	margin: 0px auto 0px auto;
	padding: 0 0 0 30px;
	text-decoration: none;
	/*debug*/ border: 0px solid orange;
}
.menufixe a {
	color: #fff;
	background: #000;
	border: thin dashed #990000;
	font-size: 80%;
}

.menufixe a img{
	color: #FFFFFF;
	background: #FFFFFF;
	border: 0;
	font-size: 80%;
}

.menufixe a:hover, .menufixe a.current11 {
	color: #000;
	background: #fff;
	background-color: #fff;
}

html>body .menufixe {
	position: fixed
}
	
ul#menu {
	list-style: none;
	padding: 30px 0 0;
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 16px;
}
#menu a {
	height: 18px;
	color: #c5c5c5;
	text-decoration: none;
	display: block;
	padding-right: 1.6em;
	line-height: 17px;
	width: 260px;
	margin-top: 1px;
	letter-spacing: 0px;	
}

/* navigation */

#nav {
	position: absolute;
	z-index: 2;
	width: 760px;
	height: 25px;
	top: -15px;
	text-indent: 0px;
	clear: both; 
	margin: 0px 0 0 5px;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 80%;
	/*debug background-color: #ffffff;*/
	background: #ffffff url(../images/bg/menubg.gif) repeat-x top left;
	border-bottom: 0px solid #666;
}

#nav ul {
	list-style: none;
	padding-left: 26px;
}
#nav li {
	/* display: inline; */
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 0px solid #333;
}
#nav a {
	display: block;
	float: left;
	padding: 6px 20px 6px 20px;
	text-decoration: none;
	color: #666;
	color: white;
}

#nav a:hover, #nav a.current11 {
	color: #fff;
	background: #fff url(../images/bg/menubg.gif) repeat-x bottom left;
	background-color: #fff;
}

#nav a.on, #nav a:hover.on {
	background-position: 0 -31px;
	cursor: default;
}
#nav a.web {
	background: url(../img/but-web.jpg);
	width: 94px;	
}
#nav a.identity {
	background: url(../img/but-identity.jpg);
	width: 73px;	
}
#nav a.seo {
	background: url(../img/but-seo.jpg);
	width: 46px;	
}
#nav #mainnav a.home {
	z-index: 3;
	background-color: #000;
	background: url(../images/icons/m-home_sm.gif) no-repeat 48px 1px;
}
#nav #mainnav a.contact {
	z-index: 3;
	background-color: #000;
	background: url(../images/icons/m-contact_sm.gif) no-repeat 52px 1px;
}