/*
* {
	outline: 1px dotted black;
}
*/

body, div, td { 
	margin: 0; 
	padding: 0px; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-align: left;
	font-weight: inherit;
	line-height: 16px;
}

strong {	color: #1c1c1c; }
a { font-size: 11px; color: #3b5998; text-decoration: none;}
a:hover { color: #000000; }
a.underline { text-decoration: underline; }
a.underline:hover { text-decoration: none; }

.bold {font-weight: bold;}

p {
	margin: 5px 0px 10px 0px;
}

.left {float:left;}
.right {float:right;}

h1 {
	color: #013669;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 8px;
	background-image: url(../img/li_red.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

h2 {
	font-size:18px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	font-weight: normal;
}

h3, h3 a {
	font-size:16px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #3b5998;
}

h3 {
	color: black;
	font-size: 16px;
    line-height: 16px;
}

h4 {
	font-size:16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
        line-height: 24px;
	color: #000;
}

.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.w290{width: 290px;}
.w370{width: 370px;}
.w460{width: 460px;}
.w650{width: 650px;}
.w750{width: 750px;}
.w90 {width:90px;}
.w166{ width: 166px;}
.w180{ width: 180px;}
.w310{width:310px;}
.aleft{ text-align: left; }
.acenter { text-align: center; }

.blue {color: #3b5998;}


#wrap{
	width: 984px;
	margin: 0px auto;
}


div#loading {
	clear: both;
	color: #02407f;	
	text-align: center;
	width: 970px;
	height: 300px;
	padding: 80px 0px 0px 30px;
	margin: 10px auto 0px auto;
	background-image: url(../img/loading.gif);
	background-position: 490px 30px;
	background-repeat: no-repeat;
}

.clear {clear:both;}



div#my9razones {
	text-align: center;
	padding: 10px 0;
}

/* HEADER */
div#header {
	width: 100%;
	background-image: url(../img/bck_header.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 70px;
}

div#header .logo {
	float:left;
	padding: 14px 0 0 10px;
}

div#header a.top {
	display: block;
	margin: 10px 20px 0 0;
	color: #fff;
	font-size:10px;
	float:left;
}

div#header a.top:hover {
	color: #ccc;
}

/* MENU1 AND MAIN MENU */
div#menu1 {
	clear:both;
	background-color: #c7d300;
	width: 984px;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	/*
	opacity:0.6;
	filter:alpha(opacity=60);
	*/
}

div#menu1 a {
	font-family: Myriad, tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	margin: 0px;
	border-right: 1px solid #fff;
	display: inline;
	padding: 7px 8px 7px 8px;
}
div#menu1 a.active,
div#menu1 a:hover {
	color: black;
}
div#menu1 a:last-child {
	border-right: 0;
}

/* MENU2 */
div#menu2 {
	clear:both
	width: 984px;
	margin: 0 auto;
	text-align: center;
	background-color: white;
	height: 20px;
	padding-top: 5px;
}

div#menu2 a {
	display: inline;
	color: #010101;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-right: 1px solid black;
	padding: 0 10px;
}

div#menu2 a:hover {
	text-decoration: underline;
}
div#menu2 a.current {
	font-weight: bold;
}
div#menu2 a:last-child {
	border-right: 0;
}

/* MENU3 */
div#menu3 {
	clear:both;
	background-color: #e3e3e3;
	width: 550px;
	text-align: center;
	margin: 0 auto 50px auto;
	padding: 5px;
}

div#menu3 a {
	display: inline;
	color: #010101;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-right: 1px solid black;
	padding: 0 10px;
}

div#menu3 a:hover {
	text-decoration: underline;
}
div#menu3 a.current {
	font-weight: bold;
}
div#menu3 a:last-child {
	border-right: 0;
}
/* END MENU */

.bloque {
	border-right: 1px solid #8d8d8d; 
	border-bottom: 1px solid #8d8d8d;
	margin-bottom: 10px;
	background-color: #f3f3f3;
}

.bloque_tramado {
	background-image: url(../img/tramado.png);
	background-repeat: repeat;
	border-right: 1px solid #8d8d8d; 
	border-bottom: 1px solid #8d8d8d;
	margin-bottom: 10px;
}

#menu_home {
	width: 144px;
	background: url(../img/tramado.png);
	float:left;
}

#menu_home .title {
	width: 134px;
	text-align: left;
	background: url(../img/tramado_oscuro.png);
	height: 20px;
	text-transform: uppercase;
	font-size:11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 8px 0 0 10px;
	float:left;
	margin-bottom: 10px;
}

#menu_home ul {
	margin: 0px;
	padding: 10px;
}

#menu_home ul li {
	list-style-type: none;
	margin-top: 5px;
	line-height: 14px;
}

/* SLIDER HOME */

#slider {
	float:right; 
	width: 839px; 
	background-color: #f3f3f3;
}

div#slider a.prevItem,
div#slider a.nextItem  {
	display:block;
	background: url(../img/slide_anterior.png) no-repeat top left;
	width: 25px;
	height: 25px;
	float: left;
	margin: 100px 20px 0 20px;
}

div#slider a.nextItem {
	background: url(../img/slide_siguiente.png) no-repeat top left;
	float: right;
}

div.scrollable { 
	margin: 10px 0 0 0;
	padding: 0;
	/* required */
	overflow: hidden;
	position:relative;
	width: 700px;
	height: 255px;
	float: left;
}

div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
}

div.scrollable div.item {
	list-style: none;
	display: block;
	float: left;
	padding-top: 10px;
	margin-right: 30px;
	overflow:hidden;
}

div.scrollable a.more {
	display:block;
	width: 154px;
	text-align: center;
}

div.scrollable div.box {
	margin: 0 0 5px 0;
}
div.scrollable div.box div.box_txt {
	height: 60px;
}

/* SLIDER TICKER HOME */
div.ticker {
	/* required */
	overflow: hidden;
	position:relative;
	width: 830px;
	height: 72px;
	float: left;
}

div.ticker div.items { 
    /* this cannot be too large */ 
    width:20000em;
	 height:20000em;
    position:absolute; 
}

div.ticker div.itemticker {
	width: 830px;
	float: left;
}

div.ticker div.itemticker img {
	float: left;
	background-color: white;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 5px 5px 10px;
}

div.ticker div.itemticker div a {
	line-height: 70px;
	font-size: 12px;
	font-weight: bold;
}

#last_hour {
	background-color: #edeff4;
	height: 72px;
}

#last_hour .title {
	width: 124px;
	text-align: left;
	background: url(../img/tramado_azul.png);
	height: 47px;
	text-transform: uppercase;
	font-size:18px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 25px 0 0 20px;
	float:left;
}

#last_hour .preview {
	text-align: left;
	padding: 5px 0 0 14px;
	float:left;
	color: #3b5998;
	font-size: 17px;
}

#last_hour .preview span {
	width: 820px;
	padding-top: 20px;
	display:block;
}

#last_hour .preview img {
	padding: 2px;
	background-color: #f3f3f3;
	border: 1px solid #dedede;
	margin-right: 10px;
	float:left;
}

.feature {
	width: 475px;
	height: 274px;
	padding: 10px 0 0 14px;
}

.feature img {
	padding: 2px;
	background-color: #f3f3f3;
	border: 1px solid #dedede;
	margin-right: 10px;
	float:left;
}

.feature span {
	display:block;
	height: 180px;
}

.marca {
	/*width: 650px;*/
	padding: 0px 10px 10px 0px;
	/*border-bottom: 1px solid #dedede;*/
	margin-bottom: 10px;
}

.marca img {
	padding: 2px;
	background-color: #f3f3f3;
	border: 1px solid #dedede;
	margin-right: 10px;
	float:left;
}


a.mas {
	font-weight: bold;
	display:block;
	margin-top: 20px;
}

.banner_container {
	margin-bottom: 10px;
	text-align: center;
	margin-left: 23px;
}

.banner {
	float:left;
	width: 296px;
	padding: 4px;
	background-color: #f3f3f3;
	border:1px solid #dedede;
	margin-right: 10px;
}


/* FOOTER */
#footer {
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 90px;
}

#footer ul#item {
	margin: 0px;
	padding: 25px 10px 0 0 ;
	list-style-type: none;
	float:right;
	text-align: right;
}

#footer ul#item li a {
	color: #3b5998;
	text-decoration: none;
	font-size: 10px;
}

#footer ul#item li a:hover {
	text-decoration: underline;
}

#footer .copyright {
	color: #666666;
	font-size: 10px;
	width: 400px;
	text-align: center;
	float: left;
	padding: 20px 0 0 0px;
	margin-left: 292px;
}

#footer .copyright .portales {
	margin-bottom: 20px;
}
/* END FOOTER */

/* menu interior */
ul#menuinterior {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
   /*position: relative;
	left: 0px;*/
	height: 22px;
	background-image: url(../img/tramado_oscuro.png);
	padding-top: 6px;
	width: 497px;
	margin-left: 179px; 
	padding-left: 147px; 
	margin-bottom: 80px;
}

ul#menuinterior li {
	display: inline;
	border-right: 1px solid #000;
	float: left;
	padding: 0 2px;
}

ul#menuinterior li.left {
	/*width: 150px;*/
	float: left;
	border: none;
}


ul#menuinterior li a {
	display: block;
	float:left;
	color: #010101;
	font-size: 11px;
	text-decoration: none;
	padding: 2px 5px;
	/*border: 1px solid white;*/
	margin-bottom: 4px;
}

ul#menuinterior li a:hover,
ul#menuinterior li a.current {
	padding: 0px 4px 3px 4px;
	background: #c7d300;
	color: #010101;
	font-size: 11px;
	padding: 2px 5px;
	/*border: 1px solid #dedede;*/
} 


/*
ul#menuinterior li a {
	display: block;
	float:left;
	color: #010101;
	text-decoration: none;
	padding: 0px 3px;
	margin-bottom: 4px;
	font-family: Trebuchet MS, tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ul#menuinterior li a:hover,
ul#menuinterior li a.current {
	color: #010101;
	border-bottom: 2px solid #aaaf5f;
} */

/* END MENU INTERIOR*/

.page {
	/*background-color: #fff;*/
}

.catalog {
	width: 479px; 
	height: 1070px;
	padding: 10px 0 0 8px;
}

.box {
	width: 140px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}

.box .box_img {
	text-align:center;
	width: 140px;
	height: 140px;
	margin-bottom: 5px;
}

.box .box_txt {
	width: 122px;
	border-top: 1px solid #e5e5e5;
	padding-top: 2px;
	text-align: center;
	padding-left: 0;
	height: 70px;
}

.box .box_txt a {
	display:block;
	padding: 0px 2px 2px 2px;
	margin-top: 3px;
}

.box .box_txt a.leaf {
	background-image: url(../img/icons/leaf.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}

.box .box_img img {
	margin-bottom: 10px;
	border: none;
	padding:0px;
}


a.noticia {
	font-size:16px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

/* -------------------------------------------------------------------
   -------------------------------------------------------------------  */

#content{
	clear:both;
	min-height: 550px;
}	

#blockContent {
	background-color: #fff;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #8d8d8d;
	margin-bottom: 10px;
	padding: 10px;
	min-height: 400px;
}

#blockContent #featured {
	font-size: 11px;
	padding: 5px 0 0 0;
}

#blockContent #featured img {
	padding: 4px;
	border: 1px solid #dedede;
	background-color: #f3f3f3;
	float:left;
	margin-right: 10px;
}

#blockContent #featured a.title {
	font-size: 16px;
	display: block;
}

#blockContent #featured a {
	font-size: 11px;
}

#blockContent #featured span {
	color: #3b5998;
}

#blockContent #featured #title {
	font-size: 16px;
	color: #0066cc;
}

#blockContent #featured .ecologico {
	background-image: url(../img/icons/leaf.png);
	background-repeat: no-repeat;
	padding-left: 14px;
}

/* li de documente */
#blockContent ul#item_content {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding: 10px;
	background-color: white;
}

#blockContent ul#item_content li {
	background-image: url(../img/icPDF.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 10px 20px;
}

#blockContent ul#item_content li span {
	font-size: 10px;
	font-weight: bold;
	color: #666;
}

/* -------------------------------------------------------------------
   -------------------------------------------------------------------  */
	
/* results */

#results {
	text-align: center;
	color: #999;
	font-size: 11px;
	background-color: white;
	padding: 20px 5px 40px 0;
}

#results a.volver {
	background-image: url(../img/volver.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 63px;
	height: 19px;
	display:block;
	float:right;
	margin-right: 4px;
	cursor: default;
}

#results a.anterior {
	background-image: url(../img/anterior.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 63px;
	height: 19px;
	display:block;
	margin-right: 4px;
	margin-bottom: 5px;
}

#results a.siguiente {
	background-image: url(../img/siguiente.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 68px;
	height: 19px;
	display: block;
	margin-right: 4px;
	margin-bottom: 5px;
}

#results b {
	font-size: 10px;
}

#results a.volver span,
#results a.siguiente span,
#results a.anterior span  {
	display: none;
}

div.paginate {
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	text-align: center;
}

div.paginate span{
	text-align: center;
	padding: 0px 7px 0px 7px;
}

div.paginate div.disabled {
	display: none;
}

div.paginate a {
	font-size: 12px;
	background-color: #d8deea;
	padding: 4px 7px 4px 7px;
}

/* -------------------------------------------------------------------
   -------------------------------------------------------------------  */

/* productos */
.product {
	float:left;
	border: 1px solid #dedede;
	padding: 4px;
	width: 220px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product .foto {
	width: 75px;
	height: 75px;
	float:left;
	margin-right: 10px;
}

/* -------------------------------------------------------------------
   -------------------------------------------------------------------  */
	
/* pestaņas */
ul#items {
	margin:0px;
	float: left;
	list-style: none;
	padding: 14px 0 0 10px;
	list-style-position:outside;
	width: 973px;
	height: 25px;
	border-right: 1px solid #dedede;
	background-image: url(../img/tramado_amarillo.png);
}

ul#items li {
	float: left;
}

ul#items li a {
	font-weight: normal;
	display: block;
	line-height: 23px;
	padding: 0px 10px;
	color: #555;
	background: #d3de18;
	border: 1px solid #dedede;
	text-decoration: none;
	margin-right: 4px;
}

ul#items li a:hover {
	color: #999;
	background: #fff;
}

ul#items li a.current {
	color: #000;
	background: #fff;
	border: 1px solid #dedede;
	border-bottom: 1px solid #fff;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}	


/* -------------------------------------------------------------------
   -------------------------------------------------------------------  */
	
/* destacados */
#destacado {
	border: 1px solid #dedede;
	border-bottom: 1px solid #8d8d8d;
	background-color: #f3f3f3;
	padding-right: 0px;
	margin-bottom: 10px;
	background-image: url(../img/tramado.png);
}

#destacado #title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	font-family: Trebuchet MS;
	background-image: url(../img/tramado_oscuro.png);
	padding: 9px 10px 8px 10px;
	background-color: #eae8e9;
}

#destacado img {
	padding: 2px;
	background-color: #f3f3f3;
	border:1px solid #dedede;
	float:left;
	margin-right: 5px;
}

#destacado ul#destacados {
	margin: 0px;
	padding: 10px 5px 0 10px;
	list-style: none;
}

#destacado ul#destacados li {
	/*background-image: url(../img/icDoc.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	padding: 0 0 10px 0px;
}

#destacado ul#destacados li a.current {
	font-weight: bold;
}

a.buscador {
	display: block;
	font-weight: bold;
	font-size:11px;
	background-image: url(../img/icons/search.png);
	background-repeat: no-repeat;
	padding: 4px 0px 0px 30px;
	height: 22px;
	margin: 10px;
}

/* -------------------------------------------------------------------
   -------------------------------------------------------------------  */
	
ul#list {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: square outside url(../img/icons/li_arrow.png);
}

ul#list li {
	display: block;
	background-image: url(../img/icons/li_arrow.png);
	background-repeat: no-repeat;
	background-position: left 5px; 
	padding-left: 7px;
	margin-top: 4px;
}


/* ==================================================================== */
/* formulario */
form {
	margin: 0px;
	padding: 0px;
}

div#form-msg-ok {
	display: none;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	background-color: #2B8205; 
	padding: 10px;
	color: white;
	width: 970px;
}

div#form-msg-ko {
	display: none;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #CB292B; 
	padding: 10px;
	color: white;
	width: 950px;
	margin-bottom: 10px;
}

div#form-msg-ko a {
	color: white;
	text-decoration: underline;
}

div#form-msg-ko ul {
	margin: 0px;
	padding-left: 10px;
}

div#form-msg-ko ul li {
	list-style: none;
	padding: 2px 0px;
	margin-left: 0px;
}

div#form-msg-alert,
div#form-msg-info,
div#flashMessage {
	display: block;
	font-family: Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: black;
	padding: 0px 0px 0px 8px;
	background-image: url(../img/li_red.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	margin: 10px 0px;
}

div#flashMessage {
	display: block;
}

div#flashMessage.login-failed { color: red; width: 428px; margin-bottom: 10px;}
div#flashMessage.alert { width: 428px; margin: 10px 0px; }


div#form-msg-info { background-color: #00693E; }

label {
	width: 210px;
	display: block; 
	float: left;
	padding: 0px 0px 10px 0;
	font-family: Verdana, Arial;
	font-size: 9px;
	font-weight: bold;
}

label span.label {
	display: block;
	width: 210px;
	padding-bottom: 5px;
	float: left;
}

label span.label span { font-weight: normal; }
label span.required { color: red; font-weight: bold; }

label input,
label select { 
	display: block; 
	float: left;
	font-size: 11px;
	font-weight: normal;
}

label select {
	width: 200px;
	padding: 2px;
	border: solid 1px #c0c0c0; 
}

label textarea { 
	display: block;
	font-size: 12px;
	font-weight: normal;
	clear: both;
	height: 100px;
	text-align: left;
}

input, textarea, select { 
	font-family: Tahoma, "Courier New", Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
}
input.textbox, textarea.textbox { 
	width: 200px;
	padding: 3px;
	border: solid 1px #c0c0c0; 
}

textarea.textbox { width: 900px; font-size: 11px; }

input.validation-failed, textarea.validation-failed { 
	background-color: #fae9e9;
	font-weight: normal;
}

input.button {
	color: white;
	background: #3b5998;
	text-align: center;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #d9dfea;
	border-left: 1px solid #d9dfea;
	border-bottom: 1px solid #0e1f5b;
	border-right: 1px solid #0e1f5b;
	background-image: none; 
	font-weight: normal;
	/*height: 22px;*/
	width: 85px;
	margin-right: 5px;
}

input.button2 {
	color: #3b5998;
	background: #fff;
	text-align: center;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #d9dfea;
	border-left: 1px solid #d9dfea;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-image: none; 
	font-weight: normal;
	/*height: 22px;*/
	width: 50px;
	margin-left: 5px;
}

input.buttonBuscar {
	color: white;
	background: #3b5998;
	text-align: center;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #d9dfea;
	border-left: 1px solid #d9dfea;
	border-bottom: 1px solid #0e1f5b;
	border-right: 1px solid #0e1f5b;
	background-image: none; 
	font-weight: normal;
	/*height: 22px;*/
	width: 85px;
	margin-right: 5px;
	background-color: #02407f;
}

div.toolbar { clear: both; padding-top: 15px; margin-bottom: 10px;}

div.validation-inline-error-message{ 
	clear: both;
	display: block; 
	padding: 5px 0px 10px 6px; 
	color: red; 
	font-size: 9px; 
	font-weight: normal;
	font-family: Tahoma;
	background-image: url(../img/li_red.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	width: 230px;
}

/* ==================================================================== */

/* MAPA DEL SITIO */

.mapa {
	padding: 10px 0px 10px 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc; 
	border-right: 1px solid #ccc;
	background: #dedede url(../img/li.png) no-repeat 10px 14px;
}

ul#mapa {margin: 0px; padding: 0px; list-style-type: none; padding-left: 20px; margin-bottom: 10px;}


ul#mapa li,
ul#mapa ul li { padding-left: 10px; background: url(../img/li.png) no-repeat 0px 7px; line-height: 17px; margin-bottom: 2px;}
ul#mapa ul { margin-bottom: 0px; list-style-type:none;}

a.avanzado {
	font-family: Myriad, tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: white;
	display: block;
	float: left;
}


div#menu1 a.active,
div#menu1 a:hover {
	color: black;
}
