@charset "utf-8";
/* CSS Document */

%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%

/*!!!!!!!!!!! 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:#730505;
	padding-left:0px;
	background-image:url(../images/navbar-bk.jpg);
	background-repeat: repeat-x;
	height: 36px;
	width: 950px;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	color:#000;
	background-color:transparent;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	padding-top: 9px;
	padding-right: 32px;
	padding-bottom: 10px;
	padding-left: 32px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d3d3de;
	}


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

		color:#ffffff;
	background-color:#730505;
	text-decoration:none;
	background-image: url(../images/navbar-over.jpg);
	background-repeat: repeat-x;
	}


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

		color:#000000 !important;
	text-decoration:none !important;
	background-image:url(../images/navbar-over.jpg) !important;
	background-color: transparent;
	background-repeat: repeat-x;
	}


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

	


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


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{
	font-size:12px;
	color:#000000;
	border-width:0px 1px 0px 1px;
	border-color:#eee9e9;
	border-style:solid;
	padding:3px 30px 3px 5px;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
	border-color:#d3d3de;
	background-color:#730505;
	color:#ffffff;
	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:#666666 !important;
		background-color:#EFF4FA !important;
		color:#000000 !important;
		text-decoration:underline !important;
		background-image:url(../images/template1_black_arrow_right.gif) !important;
		
	}


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

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

	}

