/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick istGriffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

/* ----[ LINKS ]----*/

/* all menu links */
#nav a{
	text-decoration:none;
	display:block;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;	/*-moz-border-radius: 7px;
	-webkit-border-radius: 7px;*/
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a{
	margin:0;
	float:left;		
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a{
	text-align:left;
 	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
}

/* All menu links on hover or focus */
#nav a:hover{
	
	color:#FFF;
}
#nav li li a:hover{
	background-image: url(images/menu/bullet-r.gif);
	background-repeat: no-repeat;
	background-position: 13px center;
	color:#003446;
	background-color: #5C8491;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus{

	color:#FFF;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
	background: url(../img/arrow_right.gif) right center no-repeat;  
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
	background: url(../img/arrow_right_over.gif) right center no-repeat;  
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{	
	 background: url(../img/arrow_down.gif) right center no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{	
	background: url(../img/arrow_down_over.gif) right center no-repeat; 
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}


/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol {
	padding: 0;
	margin: 0;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {
	padding-top: 14px;
	padding-bottom: 14px;
	top: 5px;
	left:15px;
	background-color: #5C8491;
	background-image: url(images/menu/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	/*great place to use a background image as a divider*/
	display:block;
	position:relative;
	float:left;
	list-style-image: none;
	list-style-type: none;	
}

#subMenusContainer li{

}

/* main menu ul or ol elment */
#nav{
	float: right;
	clear: right;
	width: 658px;
	position: relative;
	z-index:5;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 48px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
#nav a:link {

}
#nav a:hover {

}

#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
/* [ CHECK IT OUT: THIS ALLOWS YOU TO HAVE TO MENU ELEMENTS ALONGSIDE EACH OTHER. I.E. I REMOVING FLOAT: NONE; ]*/
#nav li li{float:none; font-size: 12px;  }

#nav li li a{ /* Just submenu links*/
	position:relative;
	float:none;
	color:#E1E1E1;
	background-color:#5C8491;
	background-image: url(images/menu/bullet.gif);
	background-repeat: no-repeat;
	background-position: 13px center;
	margin-left: 0px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 16em;
	margin-left: -2000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:29px;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {
	margin-left: 16em;
	margin-top:-1.5em;
	background-image:none;
}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }

.mondaydesign {
	float: right;
	width: 67px;
	height: 63px;
	clear: right;
	position: absolute;
	margin-right: 18px;
	margin-bottom: 14px;
	background-image: url(images/monday-design.png);
	background-repeat: no-repeat;
	cursor:pointer;
	right: 0px;
	bottom: 0px;
}

.mondaydesign:link {
	background-image: url(images/monday-design.png);
	display: block;
}
.mondaydesign:visited {
	background-image: url(images/monday-design.png);
}
.mondaydesign:hover {
	background-image: url(images/monday-design.png);
	background-position: 0px -126px;
}
.mondaydesign:active {
	background-image: url(images/monday-design.png);
	background-position: 0px -126px;
}
.home {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.home a:link{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.home a:visited{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.home a:hover{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.home a:active{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.home-selected{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.home-selected a:link{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.home-selected a:visited{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}

.about-us {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.about-us a:link{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.about-us a:visited{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.about-us a:hover{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.about-us a:active{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.about-us-selected{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.about-us-selected a:link{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.about-us-selected a:visited{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}

.projects {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.projects a:link{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.projects a:visited{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.projects a:hover{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.projects a:active{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.projects-selected{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.projects-selected a:link{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.projects-selected a:visited{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}

.brokering {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.brokering a:link{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.brokering a:visited{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.brokering a:hover{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.brokering a:active{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.brokering-selected{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.brokering-selected a:link{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.brokering-selected a:visited{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}

.technology {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.technology a:link{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.technology a:visited{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.technology a:hover{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.technology a:active{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.technology-selected{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.technology-selected a:link{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.technology-selected a:visited{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}

.articles {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.articles a:link{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.articles a:visited{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.articles a:hover{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.articles a:active{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.articles-selected{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.articles-selected a:link{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.articles-selected a:visited{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}

.contact-us {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.contact-us a:link{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.contact-us a:visited{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.contact-us a:hover{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.contact-us a:active{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#5C8491;
	font-size:13px;
}
.contact-us-selected{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.contact-us-selected a:link{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}
.contact-us-selected a:visited{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:13px;
}