/**
 * BigBlue Default CSS DDM
 * - menu.css
 * - Version 1.7a
 * 
 * This is the drop down menu CSS file. The entire DDM is wrapped in a UL.
 * Jquery is used to drop down the sub list and hide it again.
 *
 * This stylesheet is copyright to BigBlue LTD.
 * Be a Man, Make your Own.
 */
 
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 905px;
	background: #222;
	font-size: 1.2em;
	background: url(../images/dropdownmenu/topnav_bg.gif) repeat-x;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	z-index: 6;	
	position: relative; /*--Declare X and Y axis base--*/
}

ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li a:hover{
	background: url(../images/dropdownmenu/topnav_hover.gif) no-repeat center top;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/dropdownmenu/subnav_btn.gif) no-repeat center top;
}

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}

ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}

html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(../images/dropdownmenu/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdownmenu/dropdown_linkbg.gif) no-repeat 10px center;
}






/**
 * BigBlue Default CSS LNM
 * - ddm.css
 * - Version 1.7a
 * 
 * This is the CSS info for the lovly left nav menu.
 *
 * This stylesheet is copyright to BigBlue LTD.
 * Be a Man, Make your Own.
 */

ul#leftnavmenu {width: 192px}
ul#leftnavmenu li a {text-decoration: none}
ul#leftnavmenu li {list-style-type: none; float: left;}
ul#leftnavmenu li * {cursor: pointer}
ul#leftnavmenu li .fadeThis * { display: none}
ul#leftnavmenu li .fadeThis {position: relative; display: block; z-index: 2; cursor: pointer; padding: 0 1px 0 0; height: 10px;}
ul#leftnavmenu li .fadeThis {width: 192px; height: 20px}
ul#leftnavmenu li .fadeThis span.hover {position: absolute; left: 0; top: 0; z-index: 3; display: block; width: 192px; height: 20px}

ul#leftnavmenu li a span.link-text {position: relative; display: block; width: 192px; height: 10px; z-index: 4; font-size: 12px; line-height: 20px; text-indent: 15px; color: #1b5e96; font-weight: normal; text-decoration: none; border: 0}

ul#leftnavmenu li#leftnavlink .fadeThis {
	background:url(../images/NAV_Bottom_middlelines.jpg) no-repeat 0 bottom;
}

ul#leftnavmenu li#leftnavlink .fadeThis span.hover {
	height: 20px;
	background:url(../images/NAV_Bottom_middlelines.jpg) no-repeat 0 top;
}

.leftnavblockbackground  { /*-- Headers Info In Left NAV --*/
	width: 192px;
	float: left;
	background: url(../images/leftnav1line.jpg);
}

.leftnavheaderOutline  { /*-- Headers Info In Left NAV --*/
	width: 192px;
	height: 20px;
	float: left;
	background: url(../images/Nav_bottom_Header.jpg) no-repeat center top;
}




.leftheaderlineTop { width: 192px; height: 166px; float: left; background: url(../images/NAV_Top.jpg) center top; }
.leftHeaderHeaderSpacerLine { width: 192px; height: 7px; float: left; background: url(../images/NAV_Bottom_Mid_Spacer.jpg) center top; }
.leftHeaderHeaderLine { width: 192px; height: 23px; float: left; background: url(../images/menutop.jpg) no-repeat center top; }
.leftnavheaderWords  { float: left; width: 152px; height: 20px; padding-left: 8px; padding-top: 4px; color: #1875c2; font-size: 12px;}

.leftnavheaderShowClose  { float: left; width: 32px;}
.leftHeaderArrowDown  { width: 16px; height: 14px; float: left; margin-top: 3px; background: url(../images/Nav_bottom_Dwn.jpg) no-repeat center top; }
.leftHeaderArrowUp  { width: 16px; height: 14px; float: left; margin-top: 3px; background: url(../images/Nav_bottom_Up.jpg) no-repeat center top; }
.leftHeaderBottomSpace { width: 192px; height: 315px; float: left; background: url(../images/NAV_Bottom.jpg) center top; }

.signupdot { float: left; width: 10px; margin-top: 2px; margin-left: 3px; }
.signupinfo { float: left; margin-left: 4px; font-size: 1.1em; color: #2e74ae; }


