.primaryMenuContainer { 
	height:30px;
	float:left;
}
.mainMenuLinkContainer {
	position:relative;
	margin:0;
	height:30px;
	float:left;
}
.mainMenuLink {
	background-position: 0px 0px;
	height:30px;
	line-height:30px;
	padding-right: 12px;
	padding-left: 12px;
	color:#30526B;
}
a.mainMenuLink:hover {
	background-position:0px -30px;
	color:#F25308;
}
.subMenuOuterContainer {
	position:absolute;
	top:30px;
	left:0px;
	overflow:hidden;
	height:0px;
	padding-bottom:6px;
	background-color: #ffffff;
	filter:alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity:0.0;
}
.subMenuInnerContainer {
	top:0px;
	position:absolute;
}
.subMenuInnerContainer a.subMenuLink {
	color:#30526B;
	display:block;
	line-height:18px;
	font-size:11px;
	text-decoration:none;
	padding-right:12px;
	padding-left:12px;
	white-space:nowrap;
}
.subMenuInnerContainer a.subMenuLink:hover {
	background-color:#d1d9de;
}

/*********Secondary Naviation Menu**********/
.secondaryMenuContainer {
	width: 151px;
	float: left;
	line-height:18px;
	color:#F25308;
}
.secondaryMenuContainer a{
	display:block;
}
a.secondaryMenuMainLink {
	line-height: 22px;
//	background-image: url(../images/nav_line_solid.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 23px;
}
a.secondaryMenuSubLink {
	line-height: 22px;
//	background-image: url(../images/nav_line_dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 23px;
	margin-bottom:4px;
}
a.secondaryMenuSubSubLink {
	line-height: 18px;
}
