/* Start of CMSMS style sheet 'vaw_menus' */
/********************
HORIZ_MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   width: 100%;
   margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
}

/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   /*border-right: 1px solid #C0C0C0;*/
}

/* the links, that is each list item */
div#menu_horiz a {
   padding: 0px 4px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   text-transform: lowercase;
}

/* hover state for links */
div#menu_horiz li a:hover {
   text-transform: lowercase;
   text-decoration: underline;
}
div#menu_horiz a.activeparent:hover {
   text-transform: lowercase;
   text-decoration: underline;
   font-weight: bold;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   /*background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; */
   font-weight: bold;
}

div#menu_horiz h3 {
   /*padding: .6em 1em .6em 1.4em;*/ /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   /*color: #fff;*/
   /*background: #385C72 url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; */
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

#menu_horiz .currentpage {
   font-weight: bold;
}

/********************
VERT_MENU
*********************/

#menu_vert, #menu_vert_home {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

#menu_vert ul, #menu_vert_home ul{
   list-style: none;
   display: block;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

#menu_vert li {
    list-style: none;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    /*padding: 5px 0px 5px 0px;*/
}

#menu_vert_home li {
    list-style: none;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    /*padding: 10px 0px 10px 0px;*/
}
	
#menu_vert li a, #menu_vert_home li a {
   text-decoration: none;
   /*color: #63009C;*/
   margin: 0px 0px 0px 12px;
   /*padding: 0px 0px 0px 12px;*/
}	
	
#menu_vert li a:link, #menu_vert li a:visited, #menu_vert_home li a:link, #menu_vert_home li a:visited {
   text-decoration: none;
   /*color: #63009C;*/
   margin: 0px 0px 0px 12px;
   /*padding: 0px 0px 0px 12px;*/
   display: block;
}
	
#menu_vert li a:hover, #menu_vert_home li a:hover {
   text-decoration: underline;
   /*margin: 0px 0px 0px 12px;*/
   /*padding: 0px 0px 0px 12px;*/
   display: block;
}

#menu_vert .currentpage {
   font-weight: bold;
}


/* End of 'vaw_menus' */

