BODY
{
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center;
	color: white;
	font-weight:bold;
	margin-top:4 px 
}
.Bar
{
    BORDER-RIGHT: white 1px outset;
    BORDER-TOP: white 1px outset;
    FLOAT: left;
    BORDER-LEFT: white 1px outset;
    WIDTH: 88px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: white 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: #204f88;
    TEXT-ALIGN: center
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 150px;
    LINE-HEIGHT: 150%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #82a8fd
}
.menuItem
{
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid
}
.ItemMouseOver
{
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: #ffcc66;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: white
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER-RIGHT: blue 1px ridge;
    BORDER-TOP: blue 1px ridge;
    FLOAT: left;
    BORDER-LEFT: blue 1px ridge;
    WIDTH: 88px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: #82a8fd;
    TEXT-ALIGN: center
}
.box {
		padding:0 12px 0 0;
		background:#fff url(Image/borders.gif) 100% 0 repeat-y;
	}
	.bi {
		padding:0 0 0 12px;
		background:#000 url(Image/borders.gif) 0 0 repeat-y;
	}
	.bt {
		height:17px;
		margin:0 -12px;
		background:url(Image/box.gif) 100% 0 no-repeat;
	}
	.bt div {
		width:18px;
		height:17px;
		background:url(Image/box.gif) 0 0 no-repeat;
	}
	.bb {
		height:12px;
		margin:0 -12px;
		background:url(Image/box.gif) 100% 100% no-repeat;
	}
	.bb div {
		width:18px;
		height:12px;
		background:url(Image/box.gif) 0 100% no-repeat;
	}
	.box h1 {
		margin:0;
		padding:0.3em 10px;
		background:#204f88;
		font:bold 1.0em/1 Arial, Helvetica, sans-serif;
		color: #ffffff;
		
	}
	.box p, .box ul {
		margin:0;
		background:#6699cc;
	}
	.box li {
		margin:0 0 0 2em;
		padding:0;
	}
	
	.mover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none}
	.mover:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; text-decoration: none}
	
	tr.menuon { background-color: #ffffcc; color: #000000; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; }
	tr.menuoff{ background-color: #6ea6e6; color: #000000; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; }
	

