@charset "UTF-8";
/* zeroing padding/margin for all elements */
#nav {
float:right;
}
#dropDownMenu * { margin:0;padding:0;
	font-family: Arial, Helvetica, sans-serif;	}
/* "Master" UL (the whole Menu) */
#dropDownMenu {
	position:relative;
	background-color:transparent;
	width:634px;
	padding:0;
	margin:0;
	z-index:99;
}
/* All LIs */
#dropDownMenu li {
	position:relative;
	top:2px;
	padding:  0;
	cursor:pointer;
	float:left;
	list-style-type:none;
	font-size: 12px;
	font-weight:bold;	
  	border-right: 1px solid #41619a;
}

#dropDownMenu li .last {
	border:none !important;
}
/* sub-menu ULs */
#dropDownMenu li ul {
	cursor:default;
	position:absolute;
	display:none;
	left:-10px;
	padding:4px 10px 0 10px;
}
/* sub-menu LIs */
#dropDownMenu li ul li {
	width:190px/*FF*/;
	padding:0;
	border:none;
	max-width:120%;
	border:1px solid #ccc;
	border-top:none;
	border-left:none;
	height: 26px;
}
/* All anchors */
#dropDownMenu li a {
	cursor:default;
	color: #fff !important;
	text-decoration:none;
	display:block;
	float:left;
	padding:1px 13px;
/*  uncomment the declaration below if you want to go "full width" */
/*	width:7.47em; */
	
	line-height:2em;
}
/* sub-menu Anchors */
#dropDownMenu li ul li a {
	width:200px/*FF*/;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1.7em;
	height:26px;
	font-weight:normal;
	color:#fff;	
	background: #efefef;
	z-index:100;
}
/* :hover and stuff */
#dropDownMenu li a:hover{color:#fff; background:#41619a; cursor:pointer !important;}

/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#dropDownMenu ul a:hover{color:#fff!important;border-top:none;margin-top:0;}
/* display and z-index for the sub-menus */
#dropDownMenu li:hover ul,
#dropDownMenu li.msieFix ul {display:block;z-index:10;top:2em !important;}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */

/* "trigger" and "msieFix" classes */
#dropDownMenu li.msieFix a {}
/* last nested UL. keeping it in */


/* If JS is OFF we need to style the links in the sub-menu of the current page     */
/* so they are accessible to keyboard users. Using a class on each link would let  */
/* us stick each link in the same place, but we would have to plug a lot of        */
/* attributes in the markup and many rules here, so...                             */

