#header {
	background: url(../images/logo.png) no-repeat center;
	height: 110px;
	position: relative;
	margin-top: -2px;
	margin-bottom: 30px;
}

#top-header{
	padding: 5px;
	padding-top: 80px;
	font-size: 17px;
	font-weight:bold;
	color:black;
	}

#bottom-header{
	background: url(../images/navbar-bg.png) no-repeat center;
	position: absolute;
	bottom: -30px;
	top: 105px;
	right: 1px;
	width: 100%;
	}

/* Navbar begins */
#bottom-header .navbar{
	overflow: visible;
	width: auto;
	font-size: 12px;
	margin-top: 3px;
	margin-right: 1px;
}

#bottom-header .navbar ul{
float: right;
list-style-type: none;
margin: 0;
padding: 0;
height: auto;
}

#bottom-header .navbar ul li {
	padding: 0px 0px 5px 0px;
	margin: 0px 10px 0px 10px;
	display: inline;
	position: relative;
	line-height: 30px;
}

/* Top level menu links style */
#bottom-header .navbar ul li a{
margin-right: 0px;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
text-shadow: 2px 2px 2px black;
}

#bottom-header .navbar ul li a:hover{
	color: #858484;
	text-shadow: 2px 2px 2px black;
}

/*Sub level menu items */
#bottom-header .navbar ul li ul{
	position: absolute;
	width: 125px; /*Sub Menu Items width */
	top: 20px;
	right: 0px;
	visibility: hidden;
   -moz-box-shadow:3.5px 3.5px 5px #000000;
   -webkit-box-shadow:3.5px 3.5px 5px #000000;
	box-shadow:3.5px 3.5px 5px #000000;
}

#bottom-header .navbar ul li ul li{
	padding: 0;
	margin: 0;
}

#bottom-header .navbar ul li ul li a:link, 
#bottom-header .navbar ul li ul li a:visited, 
#bottom-header .navbar ul li ul li a:active{
	font-weight: bold;
	border-bottom: 2px solid #3b3a3a;
	border-left: 2px solid #3b3a3a;
	border-right: 2px solid #3b3a3a;
	padding: 0px 10px 0px 6px;
	margin: 0px -8px 0px 10px;
	display: block;
	background: url(../images/menu.png); /*background of tabs (default state)*/
	color: white;
	text-shadow: 2px 2px 2px black;
}

#bottom-header .navbar ul li ul li a:hover{
	background: url(../images/menu-hover.png);
	color: darkred;
	font-weight: bold;
	text-shadow: 2px 2px 2px gray;
}
/* Navbar ends */
