/* Style for election.htm */
body {
font-family: arial,helvetica,sans-serif;
background: url(../gif/bgblutlb.jpg);
color: #314A73;
background-color: #FFFFFF;
}

a:link {
color: #800080;
}
a:visited {
color: #C09900;
}
a:active {
color: #00FF00;
}
a:hover {
color: #193661;
}
<!-- *** QuickMenu copyright (c) 2007, OpenCube Inc. All Rights Reserved.

          -This document, the JavaScript source code, and core CSS may not be modified,
           re-distributed, or displayed for public consumption.
    	
          -This product must be purchased before its official inclusion in any public or 
           private web site or application.

          -This product may not be used in, or redistributed as part of an application whose
           purpose is to enhance or create menu systems.
-->     

<!--%%%%%%%%%%%% Quick Menu Script %%%%%%%%%%%*-->

<!--%%%%%%%%%%%% 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 below 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:#ffffff;
		background-color:#566887;
		font-family:Arial;
		font-size:.8em;
		font-weight: bold;
            text-decoration:none;
		padding:5px 5px 5px 5px;
		border-style:solid;
		border-color:#dddddd;
		border-width:1px;
      	font-family: arial,helvetica,sans-serif;
	}

	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		background-color:#E3ECF3;
            color:#A30A01;
            text-decoration:none;
	}

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

		background-color:#c9c9a7 !important;
            color:#A30A01;
		text-decoration:none !important;
	}

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

	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#FFF8E5;
		padding:1px;
		border-style:solid;
		border-width:1px;
		border-color:#a37c61;
		margin-top:-1px;		
       }
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
	}

	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */

		background-color:#c9c9a7 !important;
            color: #A30A01;
	}

	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(gif/arrow3.gif);	
            background-repeat: no-repeat;
            background-color:#FFF8E5;
            background-position: 145px 5px;
	}

	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-color:#FFF8E5;
            color: #556B2F;
		padding:2px 40px 2px 5px;
		border-width:0px;
		border-style:none;
		border-color:#000000;
	}

