

/* menu horizontal */
/* --------------- */

UL.menu2 {
	position:relative;
	left:130px;
	top:-5px;
	width:600px;
	margin:0px;
	padding:0px;
	margin-top:-15px;
}
html>body UL.menu2 { /* ie hack*/
	left:200px;
	top:2px;
}
UL.menu2 LI {
	float:left;
	list-style: none;
	display: block;
	/*width:150px;*/
	padding: 0 15px;
	text-align:left;
}
UL.menu2 LI A {
	text-transform: uppercase;
	font-weight:bold;
	color:white;
	font-size:xx-small;
}
/* menu vertical */
/* ------------- */

UL.menu {
	width:140px;
	list-style-type:none;
	text-align:right;
	border-right:2px dotted black;
	margin-left:20px;
	padding:0px;
	margin-top:10px;
}
UL.menu LI {
	position:relative;
	right:3px;
	width:140px;
	height:19px;
	margin-top:1px;
	margin-left:2px;
	padding-right:0px;
	background: url('/img/menu_item_bck.jpg') no-repeat right;
}
UL.menu LI A:visited {
color:#333;
	letter-spacing: -1px;
	margin-right:5px;
 	font-size: x-small;	
}
UL.menu LI * {
	color:#333;
	letter-spacing: -1px;
	margin-right:5px;
 	font-size: x-small;	
}
UL.menu LI.menu_head, 
UL.menu LI.menu_head A {
	color:#C33100;
}
UL.menu LI.menu_head2,
UL.menu LI.menu_head2 A {
	color:#555;
}
UL.menu LI.menu_head, 
UL.menu LI.menu_head2 {
	border-bottom:2px dotted black;
	text-transform: uppercase;	
	font-weight:bold;
}
UL.menu LI.menu_head, 
UL.menu LI.menu_head2,
UL.menu LI.noback {
	text-align:left;
	background:none;
}
