/* Start of CMSMS style sheet 'NLP Partners : Navigation' */
/* HORIZONTAL CSS ///////////////////////////////////////////////////////////////////////// */

#menu {
clear: both;
border-top: 1px solid #c19600;
padding-top: 1px;
}

/* The wrapper clears the floating elements of the menu */
/* Fix for Opera 8 */
.clearb { clear: both; }

#menuwrapper { 
max-width:760px;
max-height: 38px;
font-family: verdana, sans-serif;
font-size: 11px;	
font-weight: bold;
background: #fff url("images/nav.jpg") top repeat-x;
position: relative;
z-index:999;
height: 38px;
border-top: 3px solid #2b5b8a;
/*border-bottom: 3px solid #ffa442;*/
width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
width: 200px;
}

/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
list-style: none; 
margin: 0px; 
padding: 0px; 
}
#primary-nav ul { 
position: absolute;
top: auto; 
display: none; 
}
#primary-nav ul ul { 
margin-top: 1px;
margin-left: -1px;
left: 100%; 
top: 0px;  
}

#primary-nav li { 
float: left; 
margin-left: 0px;
}
#primary-nav li li { 
margin-left: 0px;
margin-top: -1px;
float: none;  
position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
display: block; 
margin: 0px;
padding: 12px 12px; 
padding-bottom:13px;

text-decoration: none; 
}
#primary-nav li a { 
border-right: 1px solid #376b9d;
color: #f0f0f0;
}
#primary-nav li a:hover { 
text-decoration: underline;
color: #f0f0f0;
}

#primary-nav ul { 
padding: 7px;
padding-top: 0px;
margin-left: -1px;
background-color: #fff;                 /*first drop down.. 7px border.*/
border-right: 2px solid #c0c0c0;
border-bottom: 2px solid #c0c0c0;
}	
#primary-nav li li a { 
padding: 7px 5px;
margin-top: 1px;
background-color: #fff;                 /*inside first drop down.. minus the 7px border.*/
border-top: 1px solid #c0c0c0;
border-left: 1px solid #fff;        /*border.*/
border-right: 1px solid #fff;        /*border.*/
color: #333;
text-align:left;
font-weight: normal;
}	
	
#primary-nav li ul a:hover { 
background-color: #fff;
text-decoration: none;
}		
#primary-nav li li a:hover { 
color: #2b5b8a;
text-decoration: underline;
}		
#primary-nav li li a.menuparent:hover { 
color: #2b5b8a;
text-decoration: underline;
}	
#primary-nav li, #primary-nav li.menuparent {
color: #f0f0f0;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
color: #f0f0f0;
}




#primary-nav a.menuparent {
color: #f0f0f0;
}
#primary-nav li.menuparent a.menuparent {
color: #f0f0f0;
}
#primary-nav li.menuparent a.menuparent:hover {
color: #f0f0f0;
}




#primary-nav li li a.menuparent {
color: #333;
}
#primary-nav li li.menuparent a.menuparent {
color: #333;
}
#primary-nav  li li.menuparent a.menuparent:hover {
color: #2b5b8a;
}


#primary-nav li.menuactive a { 
color: #333;
}
#primary-nav li.menuactive a.menuactive  { 
color: #f0f0f0;
}
#primary-nav li.menuactive a.menuactive:hover  { 
color: #f0f0f0;
}
#primary-nav li.menuactive li a.menuactive  { 
color: #333;
text-decoration: none;
}
#primary-nav li.menuactive li a.menuactive:hover  { 
text-decoration: underline;
color: #2b5b8a;
}



/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
background-image: url(images/cms/arrow.gif); 
background-position: center right; 
background-repeat: no-repeat; 
}

/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
/*background: #fff url("images/nav.jpg") top repeat-x;*/
}

#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
display: none; 
}

#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
display: block; 
}

/* IE Hacks */
#primary-nav li li { 
float: left; 
clear: both; 
}
#primary-nav li li a { 
height: 1%; 
}

#primary-nav li#pre { 
background: #fff url("images/nav.jpg") top repeat-x;
border-right: 1px solid #336799;
display: block; 
margin: 0px;
padding: 12px 0px;
padding-left:0px;  
padding-bottom:13px; 
text-decoration: none; 
}	

/* MENU VERTICAL ///////////////////////////////////////////////////////////////////////// */

#menu_vert {
padding-left: 0px;
margin-top: 10px;
margin-left:-40px;
}

#menu_vert li {
list-style-type: none;
margin: 0;
border-top: 1px solid #c2c2c2;
display: block;
}
#menu_vert ul ul li {
border: none;
}


/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
text-decoration:none;
display: block;
padding: 8px 5px 8px 8px; /* Top, Right, Bottom, Left */
/* color: #cc6714;  */
color: #1d4f94;
font-weight: bold;
min-height:1em;
}

/* second level */
div#menu_vert ul ul a {
margin-left:-40px;
border: none;
font-weight: normal;
padding: 4px 5px 4px 25px; /* Top, Right, Bottom, Left */
background: url(images/arrowright.jpg) no-repeat 5% 51%;
border: none;
}

/* third level */
div#menu_vert ul ul ul a {
margin-left:-60px;
border: none;
color: #666;
font-weight: normal;
padding: 4px 5px 4px 25px; /* Top, Right, Bottom, Left */
background: url(images/arrowright.jpg) no-repeat 5% 51%;
border: none;
}

/* active parent */
div#menu_vert li a.activeparent {
background: #fff url(uploads/images/menu_vert/menu_arrows2.gif) no-repeat 96% 51%;
color: #1d4f94;
}

/* active parent 2 */
div#menu_vert li li a.activeparent {
background: #f0f0f0 url(images/arrowright.jpg) no-repeat 5% 51%;
}

/* hover first level */
div#menu_vert ul a:hover {
color: #1d4f94;
background: #f0f0f0 url(uploads/images/menu_vert/menu_arrows2.gif) no-repeat 96% 51%;
}

/* hover second level */
div#menu_vert ul ul a:hover {
color: #1d4f94;
background: #f0f0f0 url(images/arrowright.jpg) no-repeat 5% 51%;
}

/* hover third level */
div#menu_vert ul ul ul a:hover {
color: #1d4f94;
background: #f0f0f0 url(images/arrowright.jpg) no-repeat 5% 51%;
}

/* section header */
div#menu_vert li.sectionheader {
border: none;
font-weight: bold;
padding: 5px 10px 5px 10px;
height : 25px;
/*background-color : #c19600;  */
background: url(images/sectionheader.jpg) no-repeat;
color: #f0f0f0;
line-height : 22px; 
margin: 0;
text-transform : capitalize;
text-align:left;
}

/* separator */
div#menu_vert li.separator {
height: 1px !important;
margin-top: -1px;
margin-bottom: 0;
padding:4px 0 4px 0;
overflow:hidden !important;
line-height:1px !important;
font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
display: none;
}


/* HEADERLINKS ///////////////////////////////////////////////////////////////////////// */

#headerLinks {
text-decoration : none; 
font-size:11px;
float:right;
text-align: right;
margin-top: 30px;
color: #333;
} 
#headerLinks a {
text-decoration : none; 
color: #1d4f94;
font-weight: bold;
} 
#headerLinks a:hover {
text-decoration : underline; 
color: #5589bb;
}

#headerLinks h1 {
Font-size: 14px;
color: #555;
margin-bottom: 5px;
}

/* BREADCRUMB ///////////////////////////////////////////////////////////////////////// */

.breadcrumbs {
font-family : verdana, arial, geneva, sans-serif; 
font-size : 10px; 
font-weight : normal;
text-align: left;
color : #000; 
padding: 10px 0px;
clear: both;
} 
.breadcrumbs a {
text-decoration : underline; 
padding: 0px 2px;
color : #1d4f94; 
} 
.breadcrumbs a:hover {
text-decoration : none; 
color: #5589bb;
}
/* End of 'NLP Partners : Navigation' */

