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 li,
.vertical-menu li {
    width: 100px;
    margin: 0;
    padding: 0;
}

.horizontal-image-menu li,
.horizontal-menu li {
    float: left;
	/* TODO */

	display: inline-block;
    margin: 0;
    padding: 0;
}


/*  #Image menu */
.vertical-image-menu li,
.horizontal-image-menu li {
    height: 20px;
}
.vertical-image-menu a ,
.horizontal-image-menu a {
    display: block;
    width:  100%;
    height: 100%;
    background: no-repeat top;
}

.vertical-image-menu a:hover,
.horizontal-image-menu a:hover {
    background-position: center   ;
}

.vertical-image-menu li.active a,
.horizontal-image-menu li.active a,
.vertical-image-menu li.active a:hover ,
.horizontal-image-menu li.active a:hover {
    background-position: bottom   ;
}

.vertical-image-menu a span ,
.horizontal-image-menu a span {
    display: none;
}

.no {
    display: none;
}

/* aTitle */
.aTitle {
	background: no-repeat;
}
	.aTitle span {
		display: none;
	}

/* aButton */
.aButton {
	background: no-repeat;
    display: block;
}
	.aButton span {
		display: none;
	}

.overTxtLabel {
	font-weight: bold;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	color: #999;
}


.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
	text-align: center;
}
