@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */

@import "helper.css";


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */

.dropdown{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 11px; 
} 
ul.dropdown li a:hover,
ul.dropdown  li a.hover{
    color:#c44400;
}

ul.dropdown .special a{
    background:#D1DB0C;
    text-transform: lowercase;
    color:#fff;
    border:1px solid #fff;
}

ul.dropdown .specialLine a{
    background:#D1DB0C;
    text-transform: lowercase;
    color:#fff;
    border:1px solid #fff;
}

ul.dropdown .last a{
    border-bottom: 0;
    padding: 14px 0 11px 48px;
    margin-bottom:1px;
}


ul.dropdown li:hover {
    color: #c44400;
}

ul.dropdown li a{
    * width:157px;
    min-width:157px;
	display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 16px 0 12px 48px;
    border-top: 1px solid #4f4f4f;
    border-bottom: 1px solid #535353;
	background-color: #5B5B5B;
    z-index: 1200;
    color:#fff;
}

ul.dropdown li a.hover,
ul.dropdown li a:hover {
    background-color: #fff;
	color: #c44400;
}

ul.dropdown a:hover{ 
    color: #c44400; 
}


/* -- level mark -- */

ul.dropdown ul {
    margin-top: -1px;
    margin-left:7px;
    * margin-left:0px;
}

ul.dropdown ul li {
    font-weight: bold;
    z-index: 1200;
    color:#5b5b5b;
}
ul.dropdown ul li ul li:hover {
    color:#c44400;
}


        
/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */



/* -- Components override -- */
ul.dropdown-vertical *.dir {
 
}
  
ul.dropdown-vertical .dot{
     background: #5b5b5b url(http://www.arcvote.de/images/bg_teaser_li.gif) no-repeat 185px -5px;

}

ul.dropdown-vertical *.dot{
     background: #5b5b5b url(http://www.arcvote.de/images/bg_teaser_li.gif) no-repeat 185px -5px;

}


ul.dropdown-vertical *.dot:hover{
     background: #fff url(http://www.arcvote.de/images/bg_teaser_li.gif) no-repeat 185px -101px;
     color: #c44400;
}

ul.dropdown-vertical *.dot:hover{
     background: #fff url(http://www.arcvote.de/images/bg_teaser_li.gif) no-repeat 185px -101px;
     color: #c44400;
}
