/* Start of CMSMS style sheet 'Marsh : sort' */
/* this contains the menu */
#menu_horiz {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 10px;
        background: #fff  url(../uploads/Horizontal_dropdown/marsh_bg.jpg) repeat;
	width: 780px;
	height: 21px;
	margin: 0;
	text-align: center;
        border-right: solid 1px #c0c0c0;
}

/* this contains nothing but when the submenu drops it falls over it*/
/* making it LOOK like it contains the nav items*/
#submenu_horiz {
	/*background-color: #790451;*/
	width: 780px;
	height: 30px;
}


#menu_horiz ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

#menu_horiz li {
    float: left;
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0em 0em .0em 0em;
    border-right: solid 1px #efefef;
}

#menu_horiz li a {
	color: #fff;
	text-decoration: none;
    border-right: none;
}


/* note the a declarations below don't use #menu_horiz in front */
/* if you do they won't work */



/* this one formats the actual 'nested' unordered list */
li ul {
        background:  url(../uploads/Horizontal_dropdown/marsh_nav_hover_bg.jpg) repeat ; 	
        top:195px;
	left: 0px;
	display: none;
	position: absolute;
        width: 779px;
	height: 21px;
	}
* html body li ul { 	
        top:178px;
	}
*:first-child+html li ul { 	
        top:179px;
	}
body:nth-of-type(1) li ul { 	
        top:193px;
	}
li ul, x:-moz-any-link, x:default { 	
        top:193px;
	}
/* and these format the list items within it */
li li {
	color: #fff;
background:  url(../uploads/Horizontal_dropdown/marsh_bg.jpg) repeat ;

}
li > ul {
}

/* this stuff makes it drop - you need a javascript file for it work with IE6 though*/

li:hover ul, li.over ul { display: block; }

li li:hover, li li.over { display: inline; background: #30731a;  border: none;}
/* End of 'Marsh : sort' */

