
/* Start Top Menu */

#menuwrapper {
	clear: both;
	background: url(../images/top-navigation-bg.jpg);
	color: #000000;
	width: 982px;
	height: 38px;
	margin: 0 0 0px 0;
	float: left;
}

#menubar, #menubar ul {
	WIDTH: 982px;
	padding: 0;
	margin: 0;
	list-style: none;
	font: 14px "arial";
	font-weight: bold;
	line-height: 21px;
}

#menubar a {
	display: block;
	text-decoration: none;
	padding: 0px 19px 0px 19px;
	margin-left: 10px;
	color: #FFFFFF;
}

#menubar .active {
	background: url(../images/menu-hover-bg.jpg);
	display: block;
	text-decoration: none;
	margin: 2px 0 0px 10px;
	padding: 0px 19px 0px 19px;
	line-height: 34px;
	color: #000000;
}

#menubar a:hover {
	background: url(../images/menu-hover-bg.jpg);
	text-decoration: none;
	margin: 2px 0 2px 10px;
	line-height: 34px;
	padding: 0px 19px 0px 19px;
	color: #000000;
}

#menubar li {
	float: left;
	line-height: 38px;
	position: relative;/* hide from IE mac \*/
	position: static;
	width: auto; /* end hiding from IE5 mac */
}

/**********************CSS by Dinesh ************************/

#top-nav {
	margin:0 auto;
	width:982px;
	background:url(../images/top-navigation-bg-middle-b.jpg) repeat-x;
	height:38px;
	font:bold 11pt "Arial";
	color:#fff;
	line-height:38px;
}

#top-nav .nav-left {
	float:left;
	width:10px;
	background:url(../images/top-navigation-bg-left.jpg) no-repeat;
	height:38px;
	overflow:hidden;
}

#top-nav .nav-right {
	float:right;
	width:10px;
	background:url(../images/top-navigation-bg-right.jpg) no-repeat;
	height:38px;
	overflow:hidden;
}

#top-nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#top-nav li {
	float:left;
	padding:0 5px 0 0px;
}

#top-nav li a {
	float: left;
	display: block;
	color:#000;
	margin-top:5px;
	text-decoration: none;
	padding:0px 0 0 6px; /*Padding to accomodate left tab image. Do not change*/
	text-align: center;
	cursor: pointer;
	height: 28px;
	line-height: 28px;
}

#top-nav li a span {
	float:none;
	display: block;
	padding: 0 20px 0 14px; /*Padding of menu items*/
}

#top-nav li a {
	color: #fff;
	background:none; /*left tab image path*/
}

#top-nav li span {
	background:none; /*right tab image path*/
}

#top-nav li a:hover {
	color: #000;
	background: url(../images/menu-hover.gif) no-repeat bottom left; /*left tab image path*/
}

#top-nav li a.selected {
	color: #000;
	background: url(../images/menu-hover.gif) no-repeat bottom left; /*left tab image path*/
}

#top-nav li a:hover span {
	background: url(../images/menu-hover.gif) no-repeat top right; /*right tab image path*/
}

#top-nav li a.selected span {
	background: url(../images/menu-hover.gif) no-repeat top right; /*right tab image path*/
}

/* End Top Menu */
