/* Start of CMSMS style sheet 'CSSmenus' */
/* CSS for all Campania menus */
/* TOP MENU - horizontal */

.clearb {
/* needed for some browsers */
	clear: both;
}

/* TOP MENU - horizontal */

#topmenuwrapper {
/* set the background color for the menu here */
	background-color: white;
/* IE6 Hack */
	height: 1%;
	width: auto;
	margin: 0;
	padding: 0;
}
ul#topmenu-nav, ul#topmenu-nav ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#topmenu-nav {
/* keeps the first menu item off the left side */
	padding-left: 10px;
}

ul#topmenu-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
/* same size but different color for each border */
	border-top: 1px solid #C8D3D7;
	border-right: 1px solid #C8D3D7;
	border-bottom: 1px solid #ADC0C7;
	border-left: 1px solid #A5B9C0;
}
ul#topmenu-nav ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#topmenu-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px;
	padding: 0px;
}
#topmenu-nav li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 220px;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}

/* set the "a" link look here */
ul#topmenu-nav li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: .9em;
        text-transform: uppercase;
	font-weight: bold;
/* set default link colors */
	color: #666;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 7px 12px 2px 8px;
	display: block;
/* sets no underline on links */
	text-decoration: none;
}
ul#topmenu-nav li a:hover {
        text-decoration: underline;
        color: #065708;
}
ul#topmenu-nav li li a:hover {
/* this is set to #000, black, below so hover will be white text */

}
ul#topmenu-nav li a.menuactive {
	color: #000;
/* bold to set it off from non active */
	font-weight: bold;
/* set your image here */
}

ul#topmenu-nav li a.menuactive:hover {
	color: #000;
/* keep it the same */
	font-weight: bold;
}
#topmenu-nav li li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */

}
/* gif for IE6, as it can't handle transparent png */
* html #topmenu-nav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */

}
ul#topmenu-nav li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}
ul#topmenu-nav li ul {
/* very lite grey color, by now you should know what the rest mean */
        background-color: white;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #374B51;
}
ul#topmenu-nav li ul ul {
}
/* Styling the appearance of menu items on hover */
#topmenu-nav li:hover,
#topmenu-nav li.menuh,
#topmenu-nav li.menuparenth,
#topmenu-nav li.menuactiveh {

        text-decoration: underline;
	color: #065708;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#topmenu-nav li:hover ul ul ul,
#topmenu-nav li.menuparenth ul ul ul,
*/
#topmenu-nav ul,
#topmenu-nav li:hover ul,
#topmenu-nav li:hover ul ul,
#topmenu-nav li.menuparenth ul,
#topmenu-nav li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#topmenu-nav ul ul ul li:hover ul,
#topmenu-nav ul ul ul li.menuparenth ul,
*/
#topmenu-nav li:hover ul,
#topmenu-nav ul li:hover ul,
#topmenu-nav ul ul li:hover ul,
#topmenu-nav li.menuparenth ul,
#topmenu-nav ul li.menuparenth ul,
#topmenu-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#topmenu-nav li li {
	float: left;
	clear: both;
}
#topmenu-nav li li a {
	height: 1%;
}

/* HEADER MENU - horizontal */

div#header ul{
     margin: 0 0 0 37%;
     padding-top: 12px;
     list-style: none;
}

div#header ul li{
    display: inline;
}

div#header ul li a{
        float: left;
	font-size: .7em;
        text-transform: uppercase;
	font-weight: bold;
/* set default link colors */
	color: #065708;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 4px 7px;
        margin-right: 3%;
        width: 100px;
	display: block;
        background: url(images/button-bkg.jpg) repeat-x center center;
/* sets no underline on links */
	text-decoration: none;
        text-align: center;
        border: 3px #9ca98f outset;
}

div#header ul li a:hover {
        text-decoration: underline;
        border: 3px #9ca98f inset;
}

div#header ul li h3 {
        display: none;
/*     don't display button for current page */
}

/********************
CATALOG MENU - vertical
*********************/
#menu_vert {
   margin: 0;
   padding: 0;
}

/* 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;
   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 {
   font-size: 1.2em;
   font-weight: bold;
   text-decoration: none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.2em 0.5em 0.2em 0; /* some air for it */
   color: #065708; /* 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.2em 0.5em 0.2em 2.2em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.2em 0.5em 0.2em 4.3em;
   /*  background: url(images/cms/dash.gif) no-repeat 2.8em center;   */
}

/* hover state for all links */
div#menu_vert a:hover {
   text-decoration: underline;
}
div#menu_vert a.activeparent:hover {

}

/* 
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;   */
}

div#menu_vert ul ul li a.activeparent {

}

/* 
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;  */
   display: block; 
   padding: 0.2em 0.5em 0.2em 0;  /* some air for it */
   color: black;                                 /* this will be link color for all levels */
   font-size: 1.2em;                        /* 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.2em 0.5em 0.2em 2.2em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: black;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.2em 0.5em 0.2em 4.3em;
   /*  background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center;   */
   color: black;
}

/* 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 */
}

/* CATEGORY PICTURE MENU - this menu displays sub-categories with their characteristic images */
div#picmenu ul {
	list-style-type: none;
        margin: 0;
        padding: 0;
}

div#picmenu ul  li {
    display: inline;
    margin: 0;
    padding: 0;
}

div#mpic {
    height: 196px;
    width: 140px;
    float: left;
}

div#picmenu ul li a{
	font-size: .8em;
	color: #065708;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 0;
	display: block;
        text-align: center;
        line-height: 1.1em;
}

div#picmenu ul li a img {
        border: 4px solid #9fa991;
        margin-bottom: 3px;
}

div#picmenu ul li a:hover {
        text-decoration: none;
        color: #090;
}

div#picmenu ul li a:hover img  {
        border-style: inset;
}

/* ITEM MENU - this is a horizontal sub-menu of lowest level items */

div#itemmenu {
       clear: left;
}

div#itemmenu ul {
	list-style-type: none;
        margin: 0;
        padding: 0;
}

div#itemmenu ul  li {
    display: inline;
    margin: 0;
    padding: 0;
}

div#itemmenu ul li a{
        float: left;
	font-size: .8em;
	color: #065708;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 0 5px;
        width: auto;
	display: block;
        text-align: left;
        border-right: 1px solid #666;
}

/* End of 'CSSmenus' */

