#menu {
	width: auto;
	float: right;
	position: absolute;
	margin-left: 480px;
}
.jqueryslidemenu {
}
.jqueryslidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	float: left;
	background:url(../images/menu-divider.png) right center no-repeat;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	font-family: bullet_regular;
	display: block;
	width: auto;
	font-weight: lighter;
	color: #fff;
	text-align: center;
	line-height: 70px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	text-shadow: 1px 1px 0 #000;
	
}
* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
	color: #fff;
}
.jqueryslidemenu ul li a:hover, .jqueryslidemenu ul li a.selected {
	background: none; /*tab link background during hover state*/
	color: #b20100;/* -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;*/
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	padding-top: 13px;
	z-index: 99999;
	background: url(../images/topmenu.png) top center no-repeat;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	margin: 0;
	padding: 0;
	border: none;
	z-index: 99999;
	background-color: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
	top: 0;
	z-index: 999999;
	padding-top: 0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a:link, .jqueryslidemenu ul li ul li a:visited {
	width: 150px; /*width of sub menus*/
	margin: 0px 1px 1px 0;
	padding: 10px;
	background: #b20100;
	display: block;
	z-index: 99999;
	font-size: 18px;
	color: #fff;
	height: 100%;
	line-height: 20px;
	text-align: left;
}
.jqueryslidemenu ul li a.selected ul li a:hover, .jqueryslidemenu ul li ul li a:hover { /*sub menus hover style*/
	/*color: #b20100;*/
	background: url(../images/toplinks_bg.jpg) top left repeat-x;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
	display: none;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
	display: none;
}
