/* style for inner part of menus */
.minner {
    font: 12px Tahoma, Verdana, sans-serif;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    padding: 4px 4px 4px 10px;
}

/* menu style when menu is off (mouse out) */
.menuOff {
	text-decoration : none;
/*	background-color: #c0c0ff; */
/*	background-color: #4a5a7b; */
    background-color: white;
	border-width: 4px;
	border-style: solid;
    border-color: #dFdFdF #aaab9c #aaa #EBEBEB; 
	color: black;
/*	background-image: url(images/but1.gif);
	background-attachment : fixed;
	background-position : left;
	background-repeat : no-repeat; */
}

/* menu style when mouseover */
.menuOver {
    text-decoration : none;
/*  background-color: #29497b; */
/*  background-color: #c5cfd8; */
    background-color: #4a5a7b;
    color: white;
    border-width: 4px;
    border-style: solid;
    border-color: #aaab9c #fff #fff #ccc;
}

/* level 2 menu - different background for mouse out state for contrast */
.subMenuOff {
    text-decoration : none;
    background-color: #eeeeee;
	border-width: 4px;
	border-style: solid;
	border-color: #CFCFCF #aaab9c #808080 #EBEBEB;
    color: black;
}

