﻿@charset "utf-8";
/* CSS Document - http://cbcm.jgospel.net/Portals/_default/Skins/cbcmSkin/DNNStandard/StandardMenu.css */
#dnnMenu ul { margin:0; padding:0;}
/*top level*/
.topLevel { display: block; }
.topLevel > li { float: left; display: block; margin-left: 1px; background: url("../images/nav-leftborder.png") no-repeat left; }
.topLevel > li > a { color: White; font-weight: normal; /*** font-weight: normal; ***/ font-size: 14px; /*** font-size: 14px; ***/ height: 16px; padding: 10px 20px; display: block; text-decoration: none; background: url("../images/nav-rightborder.png") no-repeat right; }

.topLevel > li:hover,
.topLevel > li.selected,
.subLevel > li.sfHover ul > li:hover,
.subLevel li ul > li.selected { background: url("../images/nav-on.png") repeat-x; }
/*sublevel*/

.subLevel { position: absolute; display: none; z-index: 999; }
.subLevel li { position: relative; }

.subLevel > li > ul,
.subLevel > li > ul > li { list-style: none; width: 150px; }

.subLevel > li > a,
.subLevel > li > ul > li > a { padding: 6px 20px 6px 10px; /*** padding:6px 20px 6px 10px; ***/ display: block; text-decoration: none; color: #292929; /*** color: #292929; ***/ font-size: 12px; /*** font-size: 12px; ***/ background: #E8F7DE; }

.subLevel > li ul a:hover,
.subLevel > li > a:hover,
.subLevel > li.selected > a { background: url("../images/nav-on.png") repeat-x; color: White; }

.subLevel > li.sfHover ul { position: absolute; z-index: 999; left: 147px; top: 0; }
