/* CSS Document */
#nav {
  margin:0px 0px 0px 0px;
	height:37px;
	width:981px;
	font-size:.9em;
	background:#beb6b1 url('../img/home_nav_bg.jpg') right no-repeat;
	}
			/*#nav ul {
				margin: 0px 0px 0px 0px;
				padding:0px;
				height:48px;
				width:100%;
				border-left:solid 1px  #ffffff;
				list-style-type: none;
				}
			#nav li {
				margin:0px;
				padding:0px;
				display:inline;
				white-space:nowrap;				
				list-style-type:none;
				}
			#nav li a {
				position:relative;
				margin:0px;
				padding:0px;
				float:left;
				padding:25px 13px 0px 13px;
				display:block;				
				height:23px;
				border-right:solid 1px  #ffffff;
				text-decoration:none;
				color:#ffffff;
				}
			#nav li a:hover {
				background: url('../images/current.gif') repeat-x top;
				}
			#nav .current a{
				background: url('../images/current.gif') repeat-x top;
				}*/
#back_ground_color {
  height:37px;
	width:967px;
	background: url('../img/nav_bg_color.jpg');
}
/*#nav .mc_nav:after{*/ /*Add margin between menu and rest of content in Firefox*/
/*content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}*/

#nav .mc_nav {
  margin:0px auto;
	padding:0px;
	width:967px;
	text-align: center;
  line-height:15px;
	height:37px;
	}
* html #nav .mc_nav {
	width:967px;
		height:37px;
	}
#nav .mc_nav ul {
	margin: 0px;
	padding: 0px 0px 0px 85px;
	width:auto;
	height:36px;
	display:block;
	}
#nav .mc_nav ul li {
	margin:0px;
	float:left;
	display:block;
	white-space:nowrap;	
	width:auto;		
	list-style-type:none;
	}
#nav .mc_nav ul li a {
  float:left;
	position:relative;
	margin:0px;
	padding:12px 23px 0px 23px;
	height:23px;
		display:block;
	text-decoration:none;
	text-transform:uppercase;
	color:#efedeb;
	font-weight:normal;
	}
#nav .mc_nav ul li a:hover {
	background: url('../img/current.jpg') repeat-x top;
				}
#nav .mc_nav ul li .current a{
	background: url('../images/current.jpg') repeat-x top;
	}
/*///////////////////////////////////*/

#nav .mc_nav_sec {
	padding:0px;
  margin:0px;
	visibility: hidden;
	position:absolute;  
 	z-index: 999;
 /*border: solid 1px;*/
  background: #FFF;
  text-align: left;
  font-family: Arial;
  color: #444749;
  font-size: 12px;
 }
*html #nav .mc_nav_sec  {
  padding:0px;
  margin:0px;
}
#nav .mc_nav_sec ul {
  list-style-type:none;
  padding:0px;
  margin:0px;
  float:left;
}
#nav .mc_nav_sec ul li {  
  margin: 0px;
  padding:0px;
  height: auto;
  width:130px;  
  float:left;
  clear:both;
  background: #FFF;
  border-bottom: solid 1px #e4e4e4;
  list-style-type:none;  
}
* html #nav .mc_nav_sec {
  float:left;
  clear:both;
  }
#nav .mc_nav_sec ul li a { 
  float:left;
  margin: 0px;
  padding:5px;
  display: block;
  height:auto;
  width: 120px; 
  color:#3b1c37; 
  text-decoration: none;
		font-weight:normal;
  }
#nav .mc_nav_sec ul li a:hover {
  color:#13115c;
  background: #d8d8d9;
  height:auto;
  text-decoration: none;
}
	
/*///////////////////////////*/
