/* Nav */
#nav_bg {
	height:29px;
}

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
}
.qmmc {
	position:fixed;
}
.qmmc a {
	float:left;
	display:block;
	white-space:nowrap;
}
.qmmc div a {
	float:none;
}
.qmmc div {
	position:absolute;
	z-index: 1;
}
/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/

		

	/*"""""""" (MAIN) Container """"""""*/
	#qm0 {
	background-color:transparent;
}
/*"""""""" (MAIN) Items """"""""*/
	#qm0 a {
	color:#000000;
	font-family:Arial;
	font-size:.8em;
	text-decoration:none;
	text-align:left;
}
/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover {
}
/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover {

}
/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent {
}
/*"""""""" [SUB] Containers """"""""*/
	#qm0 div {
	background-image:url(../images/subnav_shadow.jpg);
	background-repeat: repeat-x;
	background-color:#2E788A;
	padding:5px;
	margin-top:-1px;
}
/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover {
	background-color: #225A68;	
	text-decoration:none;
}
/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
	background-color: #300;
}
/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent {
}
/*"""""""" [SUB] Items """"""""*/
	#qm0 div a {
	color:#FFF;
	padding:2px 40px 2px 5px;
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-bottom-color : #cccccc;
}
#topnavi {
	position: absolute;
	visibility: hidden;
}
