﻿

ul.menu {
	margin: 0;
	padding: 0;
	background: url(../images/menus/line.png) 11px 0 repeat-y;
}

ul.menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu a:hover {
	text-decoration: none;
	color: #fff;
	background: url(../images/menus/sideactive.png) 4px 3px no-repeat;
}

ul.menu li.active {
	background: url(../images/menus/sideactive-tab-r.png) 100% 0 no-repeat;
}

ul.menu li.active a,
ul.menu li.active a:hover {
	background: url(../images/menus/sideactive-tab-l.png) 0 0 no-repeat;
}

ul.menu li.active a {
	color: #fff;
}

ul.menu li.active li,
ul.menu li.active.parent li {
	background: none;
}

ul.menu li.active.parent li a{
	background: url(../images/menus/side-sub.png) 19px 11px no-repeat;
}

ul.menu span {
	display: block;
}

ul.menu a {
	display: block;
	line-height: 24px;
	text-indent: 15px;
	height: 24px;
	color: #999;
}

ul.menu ul {
	margin: 4px 0;
}

ul.menu ul li a {
	text-indent: 24px;
}

ul.menu ul a {
	background: none;
	text-indent: 0;
}

ul.menu ul {
	margin-left: 10px;
	padding: 0;
}

ul.menu ul ul {
	padding: 0;
	margin-left: 20px;
}

ul.menu li li {
	padding: 0;
	margin: 0;
}

ul.menu ul a {
	text-indent: 0;
}

ul.menu li.active li a {
	color: #999;
	background: url(../images/menus/side-sub.png) 0 7px no-repeat;
	border: 0;
}

ul.menu li li.active a,
ul.menu li li a:hover,
ul.menu li.active li a:hover {
	color: #fff;
	background: url(../images/menus/side-sub.png) 19px 11px no-repeat;
}

ul.menu li a {
	color: #999;
	padding-left: 10px;
	background: url(../images/menus/dot.png) 8px 8px no-repeat;
}

/* @end */

div.module-menu h3 {
	padding: 0 0 0 8px;
}

div.module-menu div div div {
	padding-bottom: 20px;
	padding-top: 10px;
	margin-bottom: 35px;
}

div.module-menu div div div div {
	padding: 0;
	margin: 0;
}

div.module-menu td {
	background: url(../images/menus/line.png) 11px 0 repeat-y;
}


/*** Horiz Bars ***/
#top_nav_block {
	margin: 0 20px 0 0;

}
ul#top_nav {
	display: block;
	list-style: none;
	height: 40px;
	border-top: 1px solid #9b6446;
	border-bottom: 1px solid #9b6446;
	margin-bottom: 5px;
	width: 880px;
	margin: 0 0 20px 20px
}
ul#top_nav li {
	display: inline;
	float: left;
}
ul#top_nav li a {
	display: block;
	margin: 12px 10px 0px 10px;
	height: 27px;
	text-indent: -999em;
	border: 0;
}
li#nav_home a {
	background: url('../images/nav/nav_home.gif');
	width: 54px;
}
li#nav_home a:hover {
	background: url('../images/nav/nav_home.gif') 0px -27px;
}
li#nav_fleet a {
	background: url('../images/nav/nav_fleet.gif');
	width: 51px;
}
li#nav_fleet a:hover {
	background: url('../images/nav/nav_fleet.gif') 0px -27px;
}
li#nav_services a {
	background: url('../images/nav/nav_services.gif');
	width: 79px;
}
li#nav_services a:hover {
	background: url('../images/nav/nav_services.gif') 0px -27px;
}
li#nav_quotes a {
	background: url('../images/nav/nav_quotes.gif');
	width: 61px;
}
li#nav_quotes a:hover {
	background: url('../images/nav/nav_quotes.gif') 0px -27px;
}
li#nav_consultancy a {
	background: url('../images/nav/nav_consultancy.gif');
	width: 124px;
}
li#nav_consultancy a:hover {
	background: url('../images/nav/nav_consultancy.gif') 0px -27px;
}
li#nav_clients a {
	background: url('../images/nav/nav_clients.gif');
	width: 72px;
}
li#nav_clients a:hover {
	background: url('../images/nav/nav_clients.gif') 0px -27px;
}
li#nav_events a {
	background: url('../images/nav/nav_events.gif');
	width: 65px;
}
li#nav_events a:hover {
	background: url('../images/nav/nav_events.gif') 0px -27px;
}
li#nav_news a {
	background: url('../images/nav/nav_news.gif');
	width: 52px;
}
li#nav_news a:hover {
	background: url('../images/nav/nav_news.gif') 0px -27px;
}
li#nav_contact a {
	background: url('../images/nav/nav_contact.gif');
	width: 82px;
}
li#nav_contact a:hover {
	background: url('../images/nav/nav_contact.gif') 0px -27px;
}
ul.bottom_nav {
	min-width: 115px;
	margin: 0;
	padding: 0;
}
ul.bottom_nav li {
	list-style: none;
	list-style-image: none;
	margin: 0;
}



/********** SIDEBARS *********/

ul.sidebar_nav {
	margin: 0;
	padding: 0;

}

ul.sidebar_nav li {
	list-style:none;
}

ul.sidebar_nav li a {
	margin: 0;
	padding: 2px 5px;
	
	background: #202020;
	border-bottom: 4px solid #131313;
	display:block;
	}

ul.sidebar_nav li a:hover {
	margin: 0 0 3px 0;
	display: block;
	background: #000;
	border-bottom: 1px solid #9b6446;
	text-decoration:none
}

