a.menu, a.menuactive, a.menuover, a.submenu, a.submenubottom, .divider {
	font-family:      Tahoma, Arial, helvetica;
	font-weight: bold;
	
}

div.menu, table.menu, a.menu, a.menuactive, div.menuover, table.menuover,
a.menuover, a.submenu, a.submenubottom {
	text-align:       left;
}

div.menu, div.menuover {
	background-color: #999999;/*Background color for the link cells*/
	vertical-align:   middle;
	height:           19px;
	border-top:       0px solid #3A88C8;
	border-right:     1px none #3A88C8;
	border-bottom:    1px none #3A88C8;
	border-left:      1px none #3A88C8;
	margin-top:       2px;
	position:         absolute;
	z-index:          100;
	left:             0;
	top:              0;
}

a.menu, a.menuactive, a.menuover, a.submenu, a.submenubottom  {
	font-size:        10px;
	font-weight:      bold;
	text-decoration:  none;
	color:            #000000;
	cursor:           default;
	display:          block;
	padding-left:     13px;
	padding-top:      3px;
}

a.submenu, a.submenubottom {
	color:            #0A1835;/*Font color*/
	background-color: #CCCCCC; /*Drop down cell color*/
	vertical-align:   middle;
	padding-top:      4px;
	padding-left:     12px;
	padding-right:    5px;
}

a.menuactive {
	color:            #FFCC33;
}

div.menuover {
	background-color: #CCCCCC; /**/
	height:           20px;
	border-top:       1px solid #0A1835;
	visibility:       hidden;
}

a.menuover {
	color:            #0A1835;
	padding-left:     12px;
}

a.menuover:hover, a.submenu:hover, a.submenubottom:hover {
	color:            #FFFFFF;
	text-decoration:  none;
}


div.submenu, div.submenuright  {
	border-top:       0px solid #000000;
	border-right:     3px solid #000000;
	border-bottom:    3px solid #000000;
	border-left:      1px solid #000000;
	background-color: #CCCCCC;
	position:         absolute;
	left:             0;
	top:              2;
	z-index:          99;
	visibility:       hidden;
}

div.submenuright  {
	z-index:          100;
}

a.submenubottom {
	padding-bottom:   6px;
}

a.submenu:hover, a.submenubottom:hover {
	font-weight:      bold;
}

.divider {
	font-size:        10px;
	color:            #CCCCCC;
	position:         absolute;
	z-index:          101;
	left:             0;
	top:              0;
}

#menu {
	color:            #000000;
	font-weight:      bold;
	background-color: #999999;
	padding-top:      8px;
}