/**
 * Theme Name: Kanal-C
 * Theme URI: http://www.dp303.com/
 *
 *
 *Version: 0.1
 *Author: Daniel Beckert
 *Author URI: http://www.dp303.com/
 *
	*
	*/


/**
 * The dropmenu class
	*
	*/ 
 #BASIC_CONTENT_DROPMENU {
	   float:left;
    font-family: Arial, Helvetica, sans-serif;
			 font-size:11px;
    text-align: center;
    background-position:top left;
    background-repeat:no-repeat;
 }
	

	

#BASIC_CONTENT_DROPMENU ul {
    margin:0;
    padding:0;
    list-style-type:none;
				text-decoration:none;
				font-weight:900;	
				letter-spacing: -1px;

}

#BASIC_CONTENT_DROPMENU li.here {
				width:108px;
    height:22px;
    border-style:none;
    padding-top: 7px;
    background-image:url(../../__IMG__/html/menu/_bgMenuLevel1Winter_active.gif) !important;
    display:block;
				color: #3cc6f8;
				text-decoration:none;
}


#BASIC_CONTENT_DROPMENU li.here a {
				width:108px;
    height:22px;
    border-style:none;
    padding-top: 0px;
				color: #3cc6f8;
    display:block;
    background:none;
				text-decoration:none;
}


#BASIC_CONTENT_DROPMENU li.here a:hover {
				width:108px;
    height:22px;
    border-style:none;
    padding-top: 7-px;
				color: #3cc6f8;
    display:block;
    background:none;
				text-decoration:none;
}

#BASIC_CONTENT_DROPMENU li.here a:active {
				width:108px;
    height:22px;
    border-style:none;
    padding-top: -7px;
				color: #3cc6f8;
    display:block;
    background:none;
				text-decoration:none;
}

#BASIC_CONTENT_DROPMENU ul li a {
				width:108px;
    height:22px;
    border-style:none;
    padding-top: 7px;
    background-image:url(../../__IMG__/html/menu/_bgMenuLevel1Winter_reg.gif);
    display:block;
				color: #626262;
				text-decoration:none;
}

#BASIC_CONTENT_DROPMENU ul li a:hover {
    background-image:url(../../__IMG__/html/menu/_bgMenuLevel1Winter_over.gif);
}

#BASIC_CONTENT_DROPMENU ul li a:active {
    background-image:url(../../__IMG__/html/menu/_bgMenuLevel1Winter_active.gif);
}


#BASIC_CONTENT_DROPMENU .menuFooter {
				width:108px;
    height:24px;
    border-style:none;
    background-image:url(../../__IMG__/html/menu/_bgMenuFooter.gif);
    background-position:top left;
    background-repeat:no-repeat;
    display:block;
				color: #3cc6f8;
				text-decoration:none;
}

