/* Start of CMSMS style sheet 'Horizontal_dropdown : sort' */
  /* this contains the menu */
#menu_horiz {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 10px;
        background:  url(uploads/Horizontal_dropdown/nav_bg.jpg) repeat 0 0px;
        background-color:#fff;
	width: 990px;
	height: 20px;
	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 */



/* End of 'Horizontal_dropdown : sort' */

