/* demo page styles */
body {
  
    margin:0;
    padding:0;
}
#logo
{
	float:left;
}
.example {
    position:relative;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	float:right;
}


#text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    font-family: "Lucida Sans Unicode",Verdana,Arial,sans-serif;
    font-size: 13px;
    height: 36px;
    list-style: none outside none;
    margin:12px auto;
    /*text-shadow: 0 -1px 3px #202020;*/
   

   
}
#nav li {
    
    display: block;
    float: left;
    height: 34px;
    position: relative;
   
}
#nav > li:first-child {
    border-left: 0 none;
    margin-left: 5px;
}
#nav ul {
    left: -9999px;
	background: #ffffff;
    position: absolute;
    top: -9999px;
    z-index: 1000;
}
#nav ul li {
	//width:180px;
	width: 289px;
border: 1px solid #eee;
}
#nav ul li a {
	background:transparent;
	height:20px;
	line-height:20px;
	width:275px;
}
#nav li a {
	background:url(../images/bg-menu%20-%20Copy%20copy.png) no-repeat center top;
	color:#fff;
	display:block;
	float:left;
	font-size:17px;
	font-weight:bold;
	height:75px;
	line-height:48px;
	padding:0 34px;
	position:relative;
	text-decoration:none;
	z-index:20;
}

#nav ul li a {
	
	color: #696969;
display: block;
float: left;
font-size: 15px;
font-weight: bold;
height: 75px;
line-height: 36px;
padding: 0 29px;
position: relative;
text-decoration: none;
z-index: 20;
}
#nav li:first-child a {
	background:url(../images/bg-menu%20-%20Copy%20copy.png) no-repeat left top;
	padding-left:35px;
	height:75px;
}
#nav li ul li:first-child a {
	background-image:none;
	padding-left:10px;
}
#nav li.pad {
	background:url(../images/bg-menu%20-%20Copy%20copy.png) no-repeat right top;
	display:block;
	height:75px;
	width:35px;
}
#nav li ul li a {
	background-image:none;
	padding-left:10px;
}


#nav li:hover ul {
    left: -10px;
    top: 56px;
	color:#000;
    width: 290px;
}

#nav a:hover,#nav li:hover > a {
	color:#333BFF;
}