#subnavigation {
	padding-left:15px;
	clear:both;
	overflow:hidden;
	
}
#subnavigation a {
	font-size:12px;
	color:#666666;
	text-decoration:none;
	padding:0 5px;
}

#subnavigation ul, #subnavigation li {
	padding:0 !important;
	margin:0 !important;
	list-style:none !important;
	float:left;
}

.nav_no_float li {
	clear:both;
	width:150px !important;
}

/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
*/

#menubar a {
	display:block;
	text-decoration:none;
	padding:5px 5px;
	color:#888888;
	border-right:1px solid white;
	border-left:1px solid white;
}

.botBorder {
	border-bottom:1px solid white;
}

.botBorder a:hover {
	border-bottom:1px solid #CCCCCC !important;
}

#menubar a.trigger {
	padding:5px 5px;
	border-bottom:1px solid white;
}
/*
#menubar .noLink  {
	display:block;
	font-size:12px;
	color:#0B5154;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
*/

#menubar ul li a  {
	color:#666666;
	border-right:0;
	padding:3px 10px 6px;
	display:block;
}

#menubar li ul {
	position:absolute;
	display:none;
	background-color:white;
}

#menubar li {
	float: left;
	width: 9em;
}

#menubar li ul, #menubar ul li  {
	width: 12em;
}

#menubar li:hover a, #menubar a:focus,
#menubar a:active, #menubar li.p7hvr a {
	color:#006366;
	background-color:#DEE8E9;
}

#menubar li:hover ul, #menubar li.p7hvr ul {
	display: block;
}

#menubar li:hover ul a, #menubar li.p7hvr ul a {
	color:#777777;
	background-color:#EEEEEE;
}

#menubar ul a:hover {
	/*background-image:url(../images/subnavigation_hover_bg.jpg) !important;
	background-repeat:repeat-y !important;
	background-position:center !important;*/
	background-color:#DEE8E9 !important;
	color:#006366 !important;
}

#menubar li {
	width: auto;
}
