
#navBar {
	width: 955px;
	height: 45px;
	z-index: 1000;
	color: #fff;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*padding: 1px 0 0 0px;
	padding-top:12px;*/
	/*position:absolute;*/
	bottom: 0px;
	right: 0px;
	margin-right: 17px;
	background-image:url(menu_bg.gif);
	background-repeat:repeat-x;
	}

.menu_sep
{
    position:relative;
	float: left;
	color: #666;
	background-image: url(menu_sep.gif);
	background-repeat: no-repeat;
	width:14px;
	height:42px;
}

.menu {
	position: relative;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	color: #666;
	height: 33px;
	padding-top:12px;
	/*width:129px;*/
	}

.menu a.topLink {
	text-transform:uppercase;
	/*padding: 0 13px 0 0;
	margin: 0;*/
	color: #000;
	/*background: transparent url(navdiv.gif) no-repeat right 3px;*/
	text-decoration: none;
	/*display: block;
	float: left;*/
	font-weight:bold;
	height:33px;
	}

.menu  a.last {
	background-image: none;
	padding-right: 0;
	}

.menu a.topLink:hover {
	background-color: transparent;
	color: #000;
	text-decoration:underline;
	}

.menu ul {
	/*background: transparent url(bg_subnav_yellow.png) no-repeat 0 bottom;*/
	padding: 0 0 4px 0;
	margin: 0 0 5px 0;
	cursor: pointer;
	position: absolute;
	left: -15;
	top: 45px;
	float: left;
	width: 165px;
	}

.subPage .menu ul {
	background-image: url(bg_subnav2.png);
	}

.menu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
	text-align:left;
	background: transparent url(bg_subnav_item.png) no-repeat 0 bottom;
	/*background-image: url(bg_subnav_item.png);*/
	}

.menu ul:hover {
	}

.menu ul:hover li {
	}

ul.active {
	}

.menu ul.hideMe,
.menu ul.hideMe * {
	display: none;
	padding: 0;
	}

.menu ul li {
	margin: 0;
	border: 0px solid cyan;
	border-bottom: 1px solid #A61C1C;
	}

.menu ul li.last {
	border: 0px;
	background: transparent url(bg_subnav_last.png) no-repeat 0 bottom;
	padding-bottom:10px;
	}

.menu ul a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-size: 12px;
	margin: 0;
	/*border-bottom: 1px solid #F4D15B;*/
	font-weight:bold;
	}
	
.menu ul a.last {
	border: 0;
	}

.menu a:hover {
	text-decoration: underline;
	/*background-color: #fff;*/
	color: #000;
	}

