.navbar {
	float:left;
}
.navbar ul {
	z-index:100;
	margin:15px 0 0 -17px;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.navbar ul li {
	position: relative;
	display: inline;
	float: left;
	line-height:30px;
}
/*Top level menu link items style*/
.navbar ul li a {
	display: block;
	text-decoration: none;
}
* html .navbar ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.navbar ul li a:link, .navbar ul li a:visited {
	background-image: none;
}
.navbar ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: white;
}
.navbar ul li a:hover {
	color: white;
}
/*1st sub level menu*/
.navbar ul li ul {
	position: absolute;
	left:0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	margin-left:0px!important;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.navbar ul li ul li {
	background:#44244a url(../images/sub-bg.png) repeat;
	border:1px solid #6e5173;
	border-top:none;
	display: list-item;
	float: none;
	width: 200px !important;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.navbar ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */
.navbar ul li ul li a {
	margin: 0;
	text-align: left;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
	font-weight: normal;
	text-transform: capitalize;
}
.navbar ul li ul li a:hover {
}
/* Holly Hack for IE \*/
* html .navbar {
	height: 1%;
} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: -10px;
	padding-top: 5px;
	padding-right: 15px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
	padding-top: 12px;
	padding-right: 10px;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow { /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}
.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.8;
}
.header_blue_tab {
	background-image: url(../images/grey_tab.png) !important;
	background-position: 0px -41px !important;
}
