/***TOP NAV***/

#nav ul {
		position: relative;
		width: 790px;
		margin: 0;
		padding: 0;
		z-index: 2;
		}
#nav ul li {
		float: left;
		height: 28px;
		display: inline;
		list-style-type: none;
		border-left: 1px solid #920203;
		}
#nav ul li: first-child {
		border: 0px none;
		}
#nav_bg {
		position: relative;
		width: 900px;
		height: 49px;
		background: transparent url(../App_Themes/CherryLane/images/nav/nav_bg.jpg) no-repeat scroll 0%;
		margin: 0 0 -43px -61px;
		}

/***SUBNAV***/

ul#SubMenu  {
		position: relative;
		float: left;
		width: 780px;
		height: 43px;
		margin: -25px 0 0 0;
		padding: 20px 0 0 20px;
		background: url(../App_Themes/CherryLane/images/nav/subnav.jpg) no-repeat;
		}
ul#SubMenu li {
		display: inline;
		list-style: none;
		border-left: 1px solid #7e7e7e;
		padding: 0 10px 0 10px;
		font-weight: bold;
		font-size: 12px;
		}

ul#SubMenu li:first-child {
		border: 0;
		padding-left: 0;
		}
ul#SubMenu li a {
		color: #000;
		text-decoration: none;
		}
ul#SubMenu li a:hover {
		color: #666;
		}
ul#SubMenu li a.CMSListMenuLinkHighlighted {
    color: #c61413;
		}