/* Author: Jonas Hellwig */
/* Copyright: Euroweb Internet GmbH - www.euroweb.de */
/* Year: 2007 /*
/* Content: Main Menu: Colors, List, Typo */

/* ----------------------------------------------------- */
/* ------------------| Gloabl Settings |---------------- */
/* ----------------------------------------------------- */

.main-menu {
	margin:20px 0 0 0px;
	list-style:none;
	font-size:1.2em;
	font-weight:bold;
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
}

.main-menu li {
	padding:0 0 7px 20px;
}

/* ----------------------------------------------------- */
/* ---------------------| List Gray |------------------- */
/* ----------------------------------------------------- */

.listgray {
	background:url(../images/li-gray.gif) 0 0 no-repeat;
	color:#333;
}

.listgray a:link, 
.listgray a:visited {
	color:#333;
	text-decoration:none;
}

.listgray a:hover, 
.listgray a:active {
	color:#666666;
	text-decoration:none;
}

/* ----------------------------------------------------- */
/* ---------------------| List Blue |------------------- */
/* ----------------------------------------------------- */

.listblue {
	background:url(../images/li-blue.gif) 0 0 no-repeat;
	color:#007eda;
}

.listblue a:link, 
.listblue a:visited {
	color:#007EDA;
	text-decoration:none;
}

.listblue a:hover, 
.listblue a:active {
	color:#0997FF;
	text-decoration:none;
}
