.chromestyle{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	color: #FFFFFF;
}

.chromestyle ul{
	float: right;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.chromestyle ul li{
	width: 120px;
	float: left;
	display: block;
	color: #FFFFFF;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	top: 20px;
}

.chromestyle ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/genericas/menu_bot_off.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 120px;
	height: 18px;
	padding-top: 7px;
	padding-bottom: 5px;
}

.chromestyle ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/genericas/menu_bot_off.jpg);
	background-repeat: no-repeat;
	width: 120px;
	float: left;
	height: 18px;
	padding-top: 7px;
	padding-bottom: 5px;
}

.chromestyle ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/genericas/menu_top_bg_on.jpg);
	background-repeat: repeat-x;
	width: 120px;
	float: left;
	height: 18px;
	padding-top: 7px;
	padding-bottom: 5px;
}
.chromestyle ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/genericas/menu_top_bg_on.jpg);
	background-repeat: repeat-x;
	width: 120px;
	float: left;
	height: 18px;
	padding-top: 7px;
	padding-bottom: 5px;
}

.dropmenudiv {
	position:absolute;
	z-index:100;
	background-color: #73A5BF;
	visibility: hidden;
	line-height: 20px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
}
.dropmenudiv a:link {
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
}
.dropmenudiv  a:visited {
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
}
.dropmenudiv  a:hover {
	background-color: #333333;
	color: #FFFFFF;
}
.dropmenudiv  a:active {
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
}
