/*
notes:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing
	2. remove these instructions and save them in some file for future references
	when you finished with setup. this is not to overload your visitors with
	data they don't need

style naming convention:
	m<menu number>l<level number><state><tag>

where:
	<menu number> - zero based number of menu on the page (first has number 0, second - 1 and so on) 
	<level number> - zero based number of menu level (root level has number 0, first sub level - 1 and so on) 
	<state> - the state of item to which style is applied. May have values mout, mover and mdown.
	<tag> - position of the item's tag. Can have values o for outer tag and i for inner tag 
.m0 l0 mout o
*/

/*------------------------------------------------------*/

/* level 0 mouseless state blue */
.m0l0mouto {
	background: #6699CC;
	border : 1px solid #003366;
	margin: 0px;
}
/* level 1 mouseless state mauve */
.m0l1mouto {
	background: #7B7BA9;
	border : 1px solid #003366;
	margin: 0px;
}

/* level 2 mouseless state mauve */
.m0l2mouto {
	background: #A5A5C5;
	border : 1px solid #003366;
	margin: 0px;
}

/* level 3 mouseless state mauve */
.m0l3mouto {
	background: #7B7BA9;
	border : 1px solid #003366;
	margin: 0px;
}


/*------------------------------------------------------*/


/* level 0 mouseover blue */
.m0l0movero {
	background: #555582;
	border : 1px solid #003366;
	margin: 0px;
}
/* level 1 mousover mauve */
.m0l1movero {
	background: #555582;
	border : 1px solid #003366;
	margin: 0px;
}
/* level 2 mouseover blue */
.m0l2movero {
	background: #555582;
	border : 1px solid #003366;
	margin: 0px;
}

/* level 3 mouseover blue */
.m0l3movero {
	background: #555582;
	border : 1px solid #003366;
	margin: 0px;
}


/*------------------------------------------------------*/

/* level 0 & 1 & 2 & 3 mousedown */
.m0l0mdowno, .m0l1mdowno, .m0l2mdowno, .m0l3mdowno {
	background: #6699CC;
	border : 1px solid #DBEAF5;
	margin: 0px;
}


/*------------------------------------------------------*/

/* level 0 TEXT mouseless state */
.m0l0mouti
{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	fontWeight: Bold;
	padding: 4px;
}
/* level 1 TEXT mouseless state */
.m0l1mouti 
{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	fontWeight: Bold;
	padding: 4px;
}
/* level 2 TEXT mouseless state */
.m0l2mouti 
{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	fontWeight: Bold;
	padding: 4px;
}
/* level 3 TEXT mouseless state */
.m0l3mouti 
{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	fontWeight: Bold;
	padding: 4px;
}



/*------------------------------------------------------*/

/* level 0 TEXT mouseover state*/
.m0l0moveri, .m0l0mdowni 
{
	color: #DADADA;
	font-family: Tahoma;
	font-size: 12px;
	fontWeight: Bold;
	padding: 4px;
}
/* level 1 TEXT mouseover state*/
.m0l1moveri, .m0l1mdowni 
{
	color: #DADADA;
	font-family: Tahoma;
	font-size: 11px;
	fontWeight: Bold;
	padding: 4px;
}

/* level 2 TEXT mouseover state*/
.m0l2moveri, .m0l2mdowni 
{
	color: #DADADA;
	font-family: Tahoma;
	font-size: 11px;
	fontWeight: Bold;
	padding: 4px;
}
/* level 3 TEXT mouseover state*/
.m0l3moveri, .m0l3mdowni 
{
	color: #DADADA;
	font-family: Tahoma;
	font-size: 11px;
	fontWeight: Bold;
	padding: 4px;
}

/*------------------------------------------------------*/



/* ------------ 2nd menu ------------------ */

/* level 0 mouseless state blue */
.m1l0mouto {
	background: #7B7BA9;
	border : 1px solid #003366;
	margin: 0px;
}
/* level 1 mouseless state mauve */
.m1l1mouto {
	background: #7B7BA9;
	border : 1px solid #003366;
	margin: 0px;
}

/* level 2 mouseless state mauve */
.m1l2mouto {
	background: #7B7BA9;
	border : 1px solid #003366;
	margin: 0px;
}

/*------------------------------------------------------*/


/* level 0 mouseover blue */
.m1l0movero {
	background: #003366;
	border : 1px solid #003366;
	margin: 0px;
}
/* level 1 mousover mauve */
.m1l1movero {
	background: #003366;
	border : 1px solid #003366;
	margin: 0px;
}

/* level 2 mouseover blue */
.m1l2movero {
	background: #003366;
	border : 1px solid #003366;
	margin: 0px;
}

/*------------------------------------------------------*/

/* Mousedown blue */

.m1l0mdowno, .m1l1mdowno, .m1l2mdowno, .m1l3mdowno {
	background: #6699CC;
	border : 1px solid #DBEAF5;
	margin: 0px;
}

/*------------------------------------------------------*/


/* level 0 TEXT mouseless state */
.m1l0mouti
{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	fontWeight: Bold;
	padding: 7px;
}
/* level 1 TEXT mouseless state */
.m1l1mouti 
{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	fontWeight: Bold;
	padding: 7px;
}
/* level 2 TEXT mouseless state */
.m1l2mouti 
{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	fontWeight: Bold;
	padding: 7px;
}

/*------------------------------------------------------*/


/* level 0 TEXT mouseover state*/
.m1l0moveri, .m0l0mdowni 
{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	fontWeight: Bold;
	padding: 7px;
}
/* level 1 TEXT mouseover state*/
.m1l1moveri, .m0l1mdowni 
{
	color: #DADADA;
	font-family: Tahoma;
	font-size: 11px;
	fontWeight: Bold;
	padding: 7px;
}

/* level 2 TEXT mouseover state*/
.m1l2moveri, .m0l2mdowni 
{
	color: #DADADA;
	font-family: Tahoma;
	font-size: 11px;
	fontWeight: Bold;
	padding: 7px;
}

/*------------------------------------------------------*/

/* ------------ 3rd menu ------------------ */

/* level 0 mouseless state blue */
.m2l0mouto {
	background: #6699CC;
	border : 1px solid #003366;
	margin: 0px;
}
/* level 1 mouseless state mauve */
.m2l1mouto {
	background: #7B7BA9;
	border : 1px solid #003366;
	margin: 0px;
}

/* level 2 mouseless state mauve */
.m2l2mouto {
	background: #7B7BA9;
	border : 1px solid #003366;
	margin: 0px;
}

/*------------------------------------------------------*/


/* level 0 mouseover blue */
.m2l0movero {
	background: #003366;
	border : 1px solid #003366;
	margin: 0px;
}
/* level 1 mousover mauve */
.m2l1movero {
	background: #003366;
	border : 1px solid #003366;
	margin: 0px;
}

/*------------------------------------------------------*/

/* level 0 mouseover blue */
.m2l2movero {
	background: #003366;
	border : 1px solid #003366;
	margin: 0px;
}

/*------------------------------------------------------*/

/* level 0 & 1 & 2 & 3 mousedown */

.m2l0mdowno, .m2l1mdowno, .m2l2mdowno, .m2l3mdowno {
	background: #6699CC;
	border : 1px solid #DBEAF5;
	margin: 0px;
}
/*------------------------------------------------------*/

/* level 0 TEXT mouseless state */
.m2l0mouti
{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	fontWeight: Bold;
	padding: 4px;
}
/* level 1 TEXT mouseless state */
.m2l1mouti 
{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	fontWeight: Bold;
	padding: 4px;
}
/* level 2 TEXT mouseless state */
.m2l2mouti 
{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	fontWeight: Bold;
	padding: 4px;
}

/*------------------------------------------------------*/


/* level 0 TEXT mouseover state*/
.m2l0moveri, .m2l0mdowni 
{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	fontWeight: Bold;
	padding: 4px;
}
/* level 1 TEXT mouseover state*/
.m2l1moveri, .m2l1mdowni 
{
	color: #DADADA;
	font-family: Tahoma;
	font-size: 11px;
	fontWeight: Bold;
	padding: 4px;
}

/* level 2 TEXT mouseover state*/
.m2l2moveri, .m2l2mdowni 
{
	color: #DADADA;
	font-family: Tahoma;
	font-size: 11px;
	fontWeight: Bold;
	padding: 4px;
}

</menu></menu>.boldBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.menuBackG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: 000099;
}
.bigBoldBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 000099;
}
