/* Start of CMSMS style sheet 'bMenu primarynav' */
/*bMenu settings
menuOrientation:Horizontal
submenu_horizontal:right
submenu_vertical:down
appearString:fadeIn("slow")
disappearString:fadeOut("fast")
hideDelay:250
highlight_parents:1
main_indicator:#bMenuMainNav
class_default:
class_default_tag:a
class_active:.hover
class_active_tag:a
class_current:.currentpage
class_current_tag:a
class_haschildren:.menuparent
class_haschildren_tag:a
class_isparent:.activeparent
class_isparent_tag:a
sub_indicator:#bMenuMainNav ul
defaultmain_border_size:1px
defaultmain_border_type:solid
defaultmain_border_color:#CCCC9A
defaultmain_background_color:#CCCC9A
defaultmain_background_image_url:
defaultmain_background_image_offset_x:left
defaultmain_background_image_offset_y:center
defaultmain_background_image_repeat:no-repeat
defaultmain_font_size:12px
defaultmain_font_color:#19196F
defaultmain_font_family:
defaultmain_font_weight:bold
defaultmain_font_decoration:none
defaultmain_text_alignment:center
activemain_background_color:#cccc9a
activemain_font_size:12px
activemain_font_color:#F59000
activemain_font_family:
activemain_font_weight:bold
activemain_font_decoration:none
currentmain_background_color:#cccc9a
currentmain_font_size:12px
currentmain_font_color:#F59000
currentmain_font_family:
currentmain_font_weight:bold
currentmain_font_decoration:none
isparentmain_background_color:#CCCC9A
isparentmain_font_size:12px
isparentmain_font_color:#19196F
isparentmain_font_family:
isparentmain_font_weight:bold
isparentmain_font_decoration:none
haschildrenmain_background_color:#CCCC9A
haschildrenmain_font_size:12px
haschildrenmain_font_color:#19196F
haschildrenmain_font_family:
haschildrenmain_font_weight:bold
haschildrenmain_font_decoration:none
defaultmain_width:
defaultmain_height:20px
defaultmain_padding:10px
defaultmain_distance:-1px
defaultmain_submenu_distance:20px
defaultsub_text_alignment:left
activesub_background_color:#cccc9a
activesub_font_size:12px
activesub_font_color:#F59000
activesub_font_family:
activesub_font_weight:bold
activesub_font_decoration:none
currentsub_background_color:#cccc9a
currentsub_font_size:12px
currentsub_font_color:#F59000
currentsub_font_family:
currentsub_font_weight:bold
currentsub_font_decoration:none
isparentsub_background_color:#f59000
isparentsub_font_size:12px
isparentsub_font_color:#19196F
isparentsub_font_family:
isparentsub_font_weight:bold
isparentsub_font_decoration:none
defaultsub_width:140px
defaultsub_padding:10px
defaultsub_submenu_distance:-1px
end bMenu settings*/
#bMenuMainNav {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	z-index:10001;
}

#bMenuMainNav li{
	float:left;
	margin-right:-1px;
}

#bMenuMainNav ul {
	display:none;
	position:absolute;
	margin:0;
	padding:0;
	width:140px;
		top:39px;
		left:-1px;
}

#bMenuMainNav ul li{
	float:none;
	margin-bottom:-1px;
}

#bMenuMainNav ul ul{
		top:-1px;
			left:138px;
	}

#bMenuMainNav{	background-color:#CCCC9A;
}
#bMenuMainNav li{
	display:block;
	position:relative;
	width:;
	height:-2px;
	padding:10px;
	border:1px solid #CCCC9A;
	background-color:#CCCC9A;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
}
#bMenuMainNav li a{
	background-color:inherit;
	color:#19196F;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#bMenuMainNav li.hover{
	display:block;
	position:relative;
	width:;
	height:-2px;
	padding:10px;
	border:1px solid #CCCC9A;
	background-color:#cccc9a;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
}
#bMenuMainNav li.hover a.hover{
	background-color:inherit;
	color:#F59000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#bMenuMainNav li.currentpage{
	display:block;
	position:relative;
	width:;
	height:-2px;
	padding:10px;
	border:1px solid #CCCC9A;
	background-color:#cccc9a;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
}
#bMenuMainNav li.currentpage a.currentpage{
	background-color:inherit;
	color:#F59000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#bMenuMainNav li.activeparent{
	display:block;
	position:relative;
	width:;
	height:-2px;
	padding:10px;
	border:1px solid #CCCC9A;
	background-color:#CCCC9A;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
}
#bMenuMainNav li.activeparent a.activeparent{
	background-color:inherit;
	color:#19196F;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#bMenuMainNav li.menuparent{
	display:block;
	position:relative;
	width:;
	height:-2px;
	padding:10px;
	border:1px solid #CCCC9A;
	background-color:#CCCC9A;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
}
#bMenuMainNav li.menuparent a.menuparent{
	background-color:inherit;
	color:#19196F;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#bMenuMainNav ul{	background-color:#CCCC9A;
}
#bMenuMainNav ul li{
	display:block;
	position:relative;
	width:118px;
	height:-2px;
	padding:10px;
	border:1px solid #CCCC9A;
	background-color:#CCCC9A;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:left;
}
#bMenuMainNav ul li a{
	background-color:inherit;
	color:#19196F;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#bMenuMainNav ul li.hover{
	display:block;
	position:relative;
	width:118px;
	height:-2px;
	padding:10px;
	border:1px solid #CCCC9A;
	background-color:#cccc9a;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:left;
}
#bMenuMainNav ul li.hover a.hover{
	background-color:inherit;
	color:#F59000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#bMenuMainNav ul li.currentpage{
	display:block;
	position:relative;
	width:118px;
	height:-2px;
	padding:10px;
	border:1px solid #CCCC9A;
	background-color:#cccc9a;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:left;
}
#bMenuMainNav ul li.currentpage a.currentpage{
	background-color:inherit;
	color:#F59000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#bMenuMainNav ul li.activeparent{
	display:block;
	position:relative;
	width:118px;
	height:-2px;
	padding:10px;
	border:1px solid #CCCC9A;
	background-color:#f59000;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:left;
}
#bMenuMainNav ul li.activeparent a.activeparent{
	background-color:inherit;
	color:#19196F;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#bMenuMainNav ul li.menuparent{
	display:block;
	position:relative;
	width:118px;
	height:-2px;
	padding:10px;
	border:1px solid #CCCC9A;
	background-color:#CCCC9A;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:left;
}
#bMenuMainNav ul li.menuparent a.menuparent{
	background-color:inherit;
	color:#19196F;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	font-family:;
}

/* End of 'bMenu primarynav' */

