/*
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 
*/

.m0l0mouti{
	color: #969696;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 6px;
	text-align: right;
	font-weight: bold;
}
.m0l0moveri {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 6px;
	text-align: right;
	font-weight: bold;
 } 
.m0l0mdowni {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 6px;
	text-align: right;
	font-weight: bold;
 } 
.m0l0mouto { 
	background: #D4E8FF;
	border : 0px #D4E8FF solid;
	margin: 0px;
 } 
.m0l0movero { 
	background: #D4E8FF;
	border : 0px #D4E8FF solid;
	margin: 0px;
 } 
 .m0l0mdowno { 
	background: #D4E8FF;
	border : 1px #D4E8FF solid;
	margin: 0px;
	color: #000000;
 } 
 
.m0l1mouti { 
	color: #000000;
	font-family: arial;
	font-size: 11px;
	padding: 4px 4px;
 } 
.m0l1moveri { 
	color: #000000;
	font-family: arial;
	font-size: 11px;
	padding: 4px 4px;
 } 
.m0l1mdowni {
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	padding: 4px 4px;
 } 
 .m0l1mouto { 
	background: #A6CCF8;
	border : 0px #A6CCF8 solid;
	margin: 0px;
 } 
.m0l1movero { 
	background: #5BADFB;
	border : 0px #5BADFB solid;
	margin: 0px;
 }
.m0l1mdowno { 
	background: #5BADFB;
	border : 0px #5BADFB solid;
	margin: 0px;
	color: #5BADFB;
 } 
  
.m0l2mouti { 
	color: #000000;
	font-family: arial;
	font-size: 11px;
	padding: 4px 4px;
 } 
.m0l2moveri { 
	color: #000000;
	font-family: arial;
	font-size: 11px;
	padding: 4px 4px;
 } 
.m0l2mdowni  { 
	color: #000000;
	font-family: arial;
	font-size: 11px;
	padding: 4px 4px;
 } 
  .m0l2mouto {
	background: #D4E8FF;
	border : 0px #D4E8FF solid;
	margin: 0px;
}
.m0l2movero {
	background: #FFFFFF;
	border : 0px #D4E8FF solid;
	margin: 0px;
}
.m0l2mdowno {
	background: #FFFFFF;
	border : 0px #D4E8FF solid;
	margin: 0px;
	color: #000000;
}
 .TopNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #000066;
}
ul {
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	list-style-image: url(images/bullet1.gif);
	line-height: 20px;
	font-weight: normal;
	list-style-type: circle;
	color: #000066;
}
