/* Start of CMSMS style sheet 'maryhanafin.ie - Menus New' */
/*header menu*/
#navcontainer_header
{
width:970px;
height:35px;
margin:0;
padding:0;
text-align:right;
}

#navcontainer_header ul
{
margin:0;
padding: 15px 0 5px 0;
}

#navlist_header li
{
margin:0;
display: inline;
padding-bottom: 0;
padding-left: 1em;
background-repeat: no-repeat;
width:100px;
}

#navlist_header a,#navlist_header a:link, #navlist_header a:visited, #navlist_header a:active
{
padding-left: 20px;
padding-bottom: 0;
color:#666666;
font-size:0.8em;
font-family:verdana,helvetica,sans-serif;
background: url(images/topmenu_off.jpg);
background-position: 0 3px;
background-repeat: no-repeat;
text-decoration: none;
}

#navlist_header a:hover
{
color: #3399CC;
padding-left: 20px;
background: url(images/topmenu_on.jpg);
background-repeat: no-repeat;
background-position: 0 3px;
} 




/*top menu*/
#navcontainer_top
{
width:970px;
margin:0;
padding:0;
text-align:right;
font-size:0.9em;
}

#navcontainer_top ul
{
margin:0;
padding: 5px 0px 0px 0px; 
}

#navlist_top li
{
margin:0;
display: inline;
padding-bottom: 0;
padding-left: 20px;
background-repeat: no-repeat;
}

#navlist_top a,#navlist_top a:link, #navlist_top a:visited, #navlist_top a:active
{
padding-left: 20px;
padding-bottom: 0;
color:#666666;
font-size:0.8em;
font-family:verdana,helvetica,sans-serif;
background: url(images/mainmenu_bluedots.gif);
background-position: 0 3px;
background-repeat: no-repeat;
text-decoration: none;
}

#navlist_top a.currentpage,#navlist_top a.currentpage:link, #navlist_top a.currentpage:visited, #navlist_top a.currentpage:active
{
color:#3399CC;
}

#navlist_top a.activeparent,#navlist_top a.activeparent:link, #navlist_top a.activeparent:visited, #navlist_top a.activeparent:active
{
color:#3399CC;
}

#navlist_top a:hover
{
color: #3399CC;
padding-left: 20px;
background: url(images/mainmenu_bluedots.gif);
background-repeat: no-repeat;
background-position: 0 3px;
} 


/*left menu*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#leftlist{
width: 170px; /*width of menu*/
}

#leftlist ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}



#leftlist ul li a{
font-size: 0.9em;
background-image: url(images/leftmenu_off.gif);
background-repeat: no-repeat;
background-position: 2px 7px;
color: #666666;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #EDEBEB;
}


* html #leftlist ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}


/*level 2 test...*/
#leftlist ul ul li a{
font-size: 0.8em;
background-image:none;
color: #000000;
display: block;
width: auto;
padding: 5px 0;
padding-left: 25px;
text-decoration: none;
border:0;
}


* html #leftlist ul ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 145px;
}

#leftlist ul ul li a:hover{
color: #5CADD6;
background-image:none;
}
/*lever 2 test end */


#leftlist ul li a:visited, #leftlist ul li a:active{
color: #666666;
}

#leftlist ul li a.currentpage:visited, #leftlist ul li a.currentpage:active{
color: #5CADD6;
background-image: url(images/leftmenu_on.gif);
background-repeat: no-repeat;
background-position: 2px 7px;
}

#leftlist ul ul li a.currentpage:visited, #leftlist ul li a.currentpage:active{
color: #5CADD6;
background-image:none;
}

#leftlist ul li a:hover{
color: #5CADD6;
background-image: url(images/leftmenu_on.gif);
background-repeat: no-repeat;
background-position: 2px 7px;
}

/* Holly Hack for IE \*/
* html #leftlist ul li { height: 1%; }
* html #leftlist ul li a { height: 1%; }
/* End */


/*TEST LEFT MENU*/
/********************
MENU
*********************/
#menu_vert {
margin:0;
padding:0;
width:170px;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   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; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   /*padding: 0.8em 0.5em 0.8em 1.5em; *//* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   /*padding: 0.5em 0.5em 0.5em 2.8em;*/
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   /*padding: 0.3em 0.5em 0.3em 4.3em;*/
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #C3D4DF;
}
div#menu_vert a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'maryhanafin.ie - Menus New' */

