/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/

/* Global Reset */

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}



img {
	border: 0;
}

/* links */

a {
	color: #0c75b6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


ul {
	font-size: 90%;
	margin: 1em 0 1em 1.1em;
	color: #444;
	line-height: 1.5;
}

	

/*****************************************************************************/
/*
/* Nav Bar
/*
/*****************************************************************************/
div.navbar 
{
	background: url(http://www.sebastienmahe.com/images/bar_skin.png) repeat-x 0px 0px; 
	color: #FFFFFF;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:61px;
	left:0pt;
	line-height:normal;
	margin:0pt;
	position:absolute;
	top:0pt;
	width:100%;
	z-index: 1001;
	text-align: center;
}

div.subnavbar
{
  margin-left: auto; 
  margin-right: auto; 
  //width: 1024px; 
  text-align: left; 
}

.menupop a span.submenu 
{
	background:transparent url(http://www.sebastienmahe.com/images/bar_arrow.gif) no-repeat scroll 100% 0pt;
}

.menupop a span 
{
	line-height:28px;
	padding-right:1em;
	margin-left: 1em;
	color: #ffffff;
	font-size:12px; line-height:28px; font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
}
		
.menupop a:hover 
{
	text-decoration: none;
}
		
#navbar ul 
{
	list-style-image:none;
	list-style-type:none;
	text-align:left;
}

#navbar ul ul 
{
	position: absolute; 
	top: 28px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

#navbar ul#nbcontainer 
{
	margin: 0pt;
	padding: 0pt;
	list-style-position:outside;
	text-align:left;
	position: absolute;
}
		
#navbar ul#nbcontainer .menupop 
{
	float: left;
}
		
#navbar ul#nbcontainer ul 
{
	margin-left: -1px;
	margin-top: 0px; 
}
		
#navbar ul#nbcontainer ul a:hover 
{
	text-decoration: underline;
}

#navbar .menupop li 
{ 
	padding-left: 1em;
	width: 180px;
	background:#202020 none repeat scroll 0%;
	float:none;
	vertical-align: middle;
}

#navbar .menupop li a 
{
	padding: auto;
	color: #ffffff;
	font-size:12px; 
  line-height:28px; 
  font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
}

ul.rightmenu 
{
	display: none; 
	right: -0em;
	margin-right: -1px;
	text-align: right;
}

ul.rightmenu  li 
{
	padding-right: 1em;
	text-align: right;
}

