html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
th, td {
	vertical-align: top;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* End Of Reset */

body {
    margin: 0;
    padding: 0;
}


br.clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.vertical-image-menu ul,
.horizontal-image-menu ul,
.vertical-menu ul ,
.horizontal-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vertical-image-menu ul li,
.vertical-menu ul li {
    width: 100px;
    margin: 0;
    padding: 0;
}

.horizontal-image-menu ul li,
.horizontal-menu ul li {
    float: left;
	/* TODO */

	display: inline-block;
    margin: 0;
    padding: 0;
}


/*  #Image menu */
.vertical-image-menu ul li,
.horizontal-image-menu ul li {
    height: 20px;
}
.vertical-image-menu ul li a ,
.horizontal-image-menu ul li a {
    display: block;
    width:  100%;
    height: 100%;
    background: no-repeat top;
}

.vertical-image-menu ul li a:hover,
.horizontal-image-menu ul li a:hover {
    background-position: center   ;
}

.vertical-image-menu ul li.active a,
.horizontal-image-menu ul li.active a,
.vertical-image-menu ul li.active a:hover ,
.horizontal-image-menu ul li.active a:hover {
    background-position: bottom   ;
}

.vertical-image-menu ul li a span ,
.horizontal-image-menu ul li a span {
    display: none;
}



.no {
    display: none;
}


/* Title */
.title {
	background: no-repeat;
}

.title span {
	display: none;
}





/* Button */
.button {
	background: no-repeat;
    display: block;
}

.button span {
	display: none;
}




.overTxtDiv {
	font-weight: bold;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	color: #999;
}
