/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */
.m0l0iout {
    font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	margin: 9px 0 0 auto;
	color: #FFFFFF;
}
.m0l0iover {
    font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	margin: 9px 0 0 auto;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(../media/main/lev0_bg1.gif);
	border: none;
	background-color: #E7E8E9;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(../media/main/lev0_bg2.gif);
	background-color: #E7E8E9;
	border: none;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Helvetica, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	margin: 6px 0 0 12px;
	color: #A7A9AC;
}
.m0l1iover {
	font-family: sans-serif, Helvetica, Tahoma, Arial;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
	margin: 6px 0 0 12px;
	color: #F05323;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-image: url(../media/main/hg_transparent.png);
	background-repeat: repeat;
	border: none;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-image: url(../media/main/hg_transparent.png);
	background-repeat: repeat;
	border: none;
	padding: 0;
}




/* SUBMENU */
.sub_mini {
	font-family: sans-serif, Helvetica, Tahoma, Arial;
	text-decoration : none;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
	color: #A7A9AC;
}

.sub_mini2 {
    font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 11px;
	text-align:center;
	font-weight: normal;
	color: #A7A9AC;
}

.submenu {

}

.1submenu a
{
    border-width:0;
    border-style:solid;
    border-color:red;
}

.1submenu a:link
{
    color:#FFFFFF;
}

.1submenu a:active
{
    color:#F05323;
}
.1submenu a:visited
{
    color:#FFFFFF;
}

.1submenu a:hover
{
    color:#F05323;
}