.vertical ul
{
	list-style-type: none;
	padding: 0px;
	margin:0px;
	width: 146px;
}
.vertical li a
{
	display: block;
	width: 146px;
	text-decoration: none;
	font-weight: bold;		
	background: url(../images/gbtbg.gif) repeat-x;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;	
}
.vertical li a img 
{
	vertical-align:middle;
}
.vertical li
{
	display: inline;
	text-align:center;
	padding:0px;
	margin:0px;
	 
}
.vertical li ul
{
	position: absolute;
	margin-top: -25px;
	margin-left: 146px;
}
.vertical ul li  ul 
{
	padding:0px;
	 background:#fefefe;
	 width:146px;	 
	border:solid 1px #ccc;
	border-bottom : solid 1px #666;
	border-right:solid 1px #666;
}

.vertical ul li  ul li a
{	
	font-weight:normal;
	color:#000;
	background:#fff;
}
.horizontal ul
{
	list-style-type: none;
	padding: 0px;
	border-left: 1px solid;
	display: block;
	height: 1.4em;
}
.horizontal li
{
	float: left;
	display: inline;
}
.horizontal li a
{
	text-decoration: none;
	height: 1.2em;
	float: left;
	display: block;
	width: 125px;
	padding: .1em 1px;
	border: 1px solid;
	border-left: none;
}
.horizontal li li a
{
	border-top: none;
	border-left: 1px solid;
}
.horizontal li ul
{
	position: absolute;
	margin-top: 1.3em;
	margin-left: -1px;
	width: 129px;
	border: none;
	display: block;
	height: auto;
	border-top: 1px solid;
}
.horizontal li li ul
{
	position: absolute;
	margin-top: .1em; /*margin-left: 125px;*/
}
.horizontal li ul li a
{
	width: 125px;
}
.inaccesible li ul
{
	display: none;
}

.arrow a span
{	
	display: block;
	width: 146px;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	border-top: solid 1px #fff;	
	cursor:pointer;
}
.arrow a:hover span
{
	
}

.arrow a span.noshow
{
	visibility: hidden;
}
.plus a span
{
	padding-left: .5em;
}
.blackwhite li a
{
	background-color: white;
	color: #fff;
	border-color: black;
}
.blackwhite li a:hover
{
	background: #BDBDBD url(../images/rbtbg.gif) repeat-x;
	color: #fff;
	height: 25px;
	line-height:25px;
	text-align:center;
}
.blackwhite ul
{
	border-color: black;
}
.bluewhite li a
{
	background-color: white;
	color: #000033;
	border-color: #000033;
}
.bluewhite li a:hover
{
	background-color: #000033;
	color: white;
	border-color: #000033;
}
.bluewhite ul
{
	border-color: #000033;
}
.warrow
{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 130px 8px;	
}
.barrow
{
	background-image: url(../images/barrow.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 130px 8px;	
}

