#navigation {
	padding: 0;
	margin: 0px;
	float: left;
	width:135px;
	background: #fff;
}
.menu {
    font-size:12px;
    margin:0px; /* this page only */
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
    position:relative;
    z-index:500;
    padding:0;
    margin:0;
    list-style-type:none;
    width:135px;
}
/* style the list items */
/* for IE7 */
.menu li  {
	color: #430e70;
	margin:0;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #dfdaeb;
	background-color: #FFFFFF;
	float:left;
}
ul .sub_box
{
	padding: 0px;
} 
.li_box
{
	border: #9168b5 1px solid;
}
.li_box_last
{
	border: #9168b5 1px solid;
	border-bottom: #9168b5 2px solid;
}
.menu li.sub_box
{
	padding: 0px;
} 
.menu li.sub 
{
	background-color: #FFFFFF;
	background-image: url(arrows.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	padding-left: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdaeb;
} 

.menu li.top
{
    background-image: url(arrows.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	padding-left: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdaeb;
} 
.menu li.top:hover
{
    background-image: url(arrows.gif);
	background-repeat: no-repeat;
	background-position: 8px;
} 
.menu li.sub:hover
{
    background-image: url(arrows.gif);
	background-repeat: no-repeat;
	background-position: 8px;
} 
/* get rid of the table */
.menu table 
{
    position:absolute; 
    border-collapse:collapse; 
    top:0; 
    left:0; 
    z-index:100; 
    font-size:1em;
}
/* style the links */
.menu a, .menu a:visited {
	display: block;
	text-decoration: none;
	width: 135px;
	color: #430e70;
	text-indent: 0px;
	border: 0px;
	margin: 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited
{
    width:135px; w\idth:134px;
}
/* style the link hover - IE 666666666666666666666666666 */
* html .menu a:hover {
	color:#ffffff;
	position:relative;
	background:#430e70;
	display:block;
	height:100%;
}
.menu li:hover 
{
    position:relative;
    background:#430e70;
}
/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus 
{
    color:#ffffff; 
    background:#8B9197;
}
/* retain the hover colors for each sublevel IE7 and Firefox etc  8B9197*/
.menu li:hover > a {
	color:#fff;
	background:#430e70;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
    visibility:hidden;
    position:absolute;
    top:0px;
/* set up the overlap (minus the overrun) */
    left:130px;
/* set up the overrun area */
    padding:0px;
/* this is for IE to make it interpret the overrrun padding */
    background:transparent;
    background-color:#FFFFFF;
}
/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul 
{
    visibility:visible;
	
}
/* for IE5.5 and IE6 you need to style each level hover */
/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
    visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
    visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
    visibility:hidden;
}
/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
    visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
    visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
    visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
    visibility:visible;
}
.menu .activelink {
	color: #8B9197 !important;
	font-weight: bold;
	cursor: hand;
	
	/*background-color: #ebebeb;*/
}

.menu .activelink:hover {
	color: #ffffff !important;
	font-weight: bold;
	cursor: hand;
	background:#430e70;
}

.sub_sub_box a
{
	background-color: #FFFFFF;
	z-index:2000;
	display:block;
} 
