@charset "utf-8";
/* CSS Document */

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
	/*font: normal 13px Verdana;*/
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	list-style-type: none;
	background: white;
	border: 1px solid #FFF;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
}
.ddsubmenustyle li a {
	display: block;
	width: 170px; /*width of menu (not including side paddings)*/
	color: #FFF;
	/*background-color: lightyellow;*/
	background:url(images/bgr-5.jpg) repeat-x;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #FFF;
}
* html .ddsubmenustyle li { /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
}
.ddsubmenustyle li a:hover {
	/*background-color: black;*/
	background:url(images/bgr-6.jpg) repeat-x;
	color: white;
}
/* ######### Neutral CSS  ######### */

.downarrowpointer { /*CSS for "down" arrow image added to top menu items*/
	padding-left: 5px;
	border: 0px;
}
.rightarrowpointer { /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0px;
}
.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0px;
	width: 0px;
	height: 0px;
	display: block;
}
/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul {
	margin: 0px;
	padding: 0px;
	/*font: bold 12px Verdana;*/
	list-style-type: none;
	border-bottom: 1px solid #FFF;
	background: url(images/bgr-3.jpg) repeat-x;
	overflow: hidden;
	width: 100%;
	font-weight:bold;
}
.mattblackmenu li {
	display: inline;
	margin: 0;
}
.mattblackmenu li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px 15px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: url(images/bgr-3.jpg) repeat-x;
	line-height:24px;
	height:24px
}
.mattblackmenu li a:visited {
	color: white;
}
.mattblackmenu li a:hover {
	background: url(images/bgr-3-on.jpg) repeat-x;
}
.mattblackmenu a.selected {
	background: url(images/bgr-3-on.jpg) repeat-x;
}
/* test img */
/*.mattblackmenu img	{position:absolute; margin-top:5px}*/
/******************* VERTICAL MENU */
/* ######### Marker List Vertical Menu ######### */

.markermenu {
	width: 200px; /*width of side bar menu*/
	clear: left;
	position: absolute;
	margin-top:0px;
	margin-left:-15px;
}
.markermenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px solid #FFF;
}
.markermenu ul li a {
	background: #FFF;
	display: block;
	width: 190px;
	text-decoration: none;
	/*line-height:24px;*/
	text-indent:5px;
	padding:5px;
}
* html .markermenu ul li a { /*IE6 hack*/
	width: 190px;
}
.markermenu ul li a:visited, .markermenu ul li a:active {
	/*color: #00014e;*/
}
.markermenu ul li a:hover, .markermenu ul li a.selected {
	color: #900;
	/*background-color: black;*/
	background:url(images/bgr-7.jpg) repeat-x;
}
/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a {
	background: url(images/bgr-5.jpg) repeat-x;
}
.blackwhite li a:hover {
	background: url(images/bgr-6.jpg) repeat-x;
	color: white;
}
