/**********  HORIZONTAL MENU SYSTEM CSS **************/ 
#right-bar ul {
	padding: 10px 0px 0px;
	list-style-type: none;
	width: 223px;
	margin: 0px;
	font-size: 14px;
}

#right-bar li {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
}
#right-bar ul a{
	display: block;
	padding: 8px 5px 8px 20px;
	margin: 0px;
}
#right-bar ul a:link , #right-bar li a:visited {
	color: #B90800;
	text-decoration: none;
}
#right-bar ul a:hover {
	color: #FFF;
	background: url(../../images/layout/trip-date.png) no-repeat;
}

#ver-active a:link, #ver-active a:visited, #ver-active a:hover {
	color: #DE127A;
	background: #FFE5CB url(../../images/sidebar-li-down.gif) no-repeat left 10px;
}

#ver-active #ver-current{
	padding: 8px 5px 8px 20px;
	color: #DE1079;
	background: #FFE5CB url(../../images/sidebar-li-down.gif) no-repeat left top;
}
#ver-arrow #ver-arrow-current{
	padding: 8px 5px 8px 20px;
	background: #FFE5CB url(../../images/sidebar-li-down-sub.png) no-repeat left top;
	color: #DE127A;
}
#right-bar .sub a {
	display: block;
	padding: 8px 10px 8px 20px;
	margin: 0px;
	color: #E10B7C;
	font-size: 11px;
	background: url(../../images/layout/list-sub.png) no-repeat left 10px;
}
#right-bar li.sub {
	margin: 0px 0px 0px 20px;
}

#right-bar .sub a:hover {
	color: #FFF;
	background: #94C9E9 url(../../images/layout/list-sub.png) no-repeat left 10px;

}
#ver-active-sub #ver-current-sub{
	display: block;
	color: #E10B7C;
	background: #FFF4EA url(../../images/layout/list-sub.png) no-repeat left 10px;
	padding: 8px 10px 8px 20px;
	margin: 0px;
}
/**********  END HORIZONTAL MENU SYSTEM CSS **************/ 

