@charset "utf-8";
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {display:none;position:absolute;}


/*!!!!!!!!!!! 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:#FFFFFF;
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color:#000000;
	width: 800px;
	background-image: url(../images/nav-bg.jpg);
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	color:#082d82;
	background-color:transparent;
	font-family:Arial;
	font-size:0.8em;
	text-decoration:none;
	padding:5px 30px 5px 27px;
	border-style:solid;
	border-color:#082d82;
	border-width:0px 1px 0px 0px;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{
	/*border-color:#333333;*/

		color:#c5d7ed;
	background-color:#3a7dda;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{
	/* Note: Add '!important' after each style */
		/*border-color:#333333 !important;*/

		color:#000000 !important;
	background-color:#3a7dda !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-image:url(../images/white_arrow.gif);
		background-repeat:no-repeat;
		background-position:92%;
		cursor:default;
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
	background-color:#3a7dda;
	padding:5px 5px 5px 5px;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	margin:0px;
	border-color:#082d82;
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{
	font-size:0.7em;
	color:#c5d7ed;
	border-width:0px 1px 0px 1px;
	border-color:#082d82;
	border-style:solid;
	padding:3px 30px 3px 5px;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
	border-color:#082d82;
	background-color:#c5d7ed;
	color:#3a7dda;
	text-decoration:none;
	}

	#qm0 div div
	{
		margin:0px 0px 0px 3px;
	}

	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
	/* Note: Add '!important' after each style */
		border-color:#082d82 !important;
	background-color:#3a7dda !important;
	color:#c5d7ed !important;
	text-decoration:underline !important;
	background-image:url(../images/black_arrow_right.gif) !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{

		background-image:url(../images/black_arrow_right.gif);

	}


