@charset "utf-8";
/* CSS Document */

body {text-align:center;}
	
#container {width:960px; margin:0 auto;	text-align:left; padding:0;}
#header {border-bottom:2px solid #999; margin-bottom:10px; height:80px;}
#header #banner {background:url(../images/BMStudioweblogo.png) top left no-repeat; height:69px; width:314px; float:left}
#nav-container {float:right; margin-top: 40px;}


/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Verdana, Geneva, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
	height:20px;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: Verdana, Geneva, sans-serif;
	font-size:12px;
  color: #000;
  display: block;
  padding: 0 9px;
  text-decoration: none;
}

.nav li a:hover {
  background: #FFF;
  color: #0541EC;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #FFF;
  color: #0541EC;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #EDEDED;
  color: #000;
	font-size:9px;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #FFF;
  color: #0541EC;	
}

.nav ul {
  background: #FFF;
  list-style: none;
  margin: 0;
  width: auto;
  position: absolute;
  top: -999em;
  left: -100px;
	text-align:right;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 20px;
}
.nav ul li {
  border: 0;
  float: none;
	height:20px;
}
.nav ul a {
  border-bottom: 0;
  padding-right: 20px;
  width: auto;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #0541EC;
}