/* Colors
    Dark Purple #9999CC
	light purple #CCCCFF
	WORD purple  #62016F
	yellow  #FFFFCC
	text on yellow #800066
	text on menus  #8866CC	
*/

/* the background of the menu */
.outer ul {margin:1em 1em 0 5px; padding:1em 1em 0 10px; list-style-type:none; background:transparent; height:3em;}
.outer li {display:block; float:left;}
.outer {display:block; position:relative; background:#ffffcc; padding:3px 3px 0 3px; margin:4px 4px 0 4px;}

/*menu text */
.xsnazzy {background:transparent;}
.xsnazzy span {text-align:center; color:#fff; margin:0; font-weight:normal; padding-bottom:0.5em;}

.xtop {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
.xb1, .xb2, .xb3 {height:1px;}
/*the top border of the menu with the curves */
.xb2, .xb3, .xb4 {background:#9999cc; border-left:1px solid #8866cc; border-right:1px solid #fff;}
/*tiny bar across top */
.xb1 {margin:0 5px; background:#9999cc;}
/* next bar going down - these x1-x4 make make the curves*/
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}


.xboxcontent {display:block; background:#9999cc; border:0 solid #ccccff; border-width:0 1px 1px 1px;}

/* size the boxes */
a.xmenu2, a.xmenu2:visited {display:block; text-decoration:none; width:8em; font-size:0.9em;}
a.xmenu2:hover {background:transparent; cursor:pointer;}
/*menu hover stuff */
a.xmenu2:hover span {color:#9999CC;}
/* hovered over link stuff */
a.xmenu2:hover .xboxcontent {background:#CCCCFF; border-color:#888; border-bottom:5px solid #eee;}
a.xmenu2:hover .xb1 {background:#888;}
a.xmenu2:hover .xb2, a.xmenu2:hover .xb3, a.xmenu2:hover .xb4 {background:#ccccff; border-color:#888;}

/*.xboxcontentd {display:block; background:#cc6; border:0 solid #ccccff; border-width:1px 1px 0 1px; padding-top:5px;}
a.xmenu2:hover .xboxcontentd {background:#eee; border-color:#888; border-top:1px solid #eee;}*/

a.xmenu2:visited .xb2, a.xmenu2:visited .xb3, a.xmenu2:visited .xb4, a.xmenu2:visited .xboxcontent  {background:#62016F;}


