@charset "utf-8";
/* CSS Document */

.hslide {
	clear:both;
	width: auto;
	height: 35px;
	font: bold 12px Verdana;
	height: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 1px;
	padding-left: 1px;
}

.hslide ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1000;
}

/*Top level list items*/
.hslide ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.hslide ul li a{
	display: block; /*background of tabs (default state)*/
	color: white;
	color: #3C3C3C;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 45px;
	height: 20px;
}

* html .hslide ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}


.hslide ul li a:hover{
	color: #333;
	background-image: url(../../images/menu-top-highlight.png);
	background-repeat: repeat-x;
}
	
/*1st sub level menu*/
.hslide ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	list-style-type: none;
	background-image: url(../../images/menu-back.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.hslide ul li ul li{
	display: list-item;
	float: none;
	list-style-type: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.hslide ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.hslide ul li ul li a{
	width: 175px;
	margin: 0;
	height: 23px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.hslide ul li ul li a:hover{ /*sub menus hover style*/
	color: #7F0009;
	background-image: url(../../images/menu-arrow.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
	visibility: hidden;
}
.bottom {
	padding-bottom: 8px;
}
.bottom a:hover{ /*sub menus hover style*/
	background-image: url(../../images/menu-back.png);
	background-position: bottom;
}

.divider {
	background-image: url(../../images/divider.png);
	background-repeat: no-repeat;
	background-position: right top;
}


.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
	visibility: hidden;
}

