/* Menu */
#menu {
  width:100%;
  line-height:normal;
  height: 40px;
  background-color: #20384c;
}
#menu ul {
  margin-bottom: 0px;
  list-style:none;
  padding-left: 0px;
  border: 1px solid #20384c;
}
#menu li {
  float:left;
}
#menu li img {
    padding-right: 2px;
}
#menu a {
  float:left;
  display:block;
  background-color:#20384c;
  padding: 12px 15px;
  text-decoration:none;
  color:white;
  font-size: 12px;
  text-transform: uppercase;
}

#menu a:hover {
  color:#fff;
  background-color: #004F81;
}
#menu #current {
  background-color: #f1f1f1;
}
#menu #current a {
  background-color: #f1f1f1;
  color:#428bca;
  font-weight: bold;
}

#menu #current a:hover {
  color:#fff;
  background-color: #004F81;
}

/* Menu style on DriverSafe */

html>body div.outerbox
{
	padding: 0 5px 5px 0;
}
html>body div.outerbox div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(../images/myshadow.png) no-repeat right top;
}
html>body div.outerbox div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(../images/myshadow.png) left bottom;
}
html>body div.outerbox div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(../images/myshadow.png) no-repeat right bottom;
}
html>body .innerbox
{
	margin: 0;
	display: inherit;
}

#root-menu-div ul {
	border: 1px solid #000;
}
#root-menu-div li{
	white-space:nowrap;
}
* html #root-menu-div li{
	height: 1.5em; /* fixing ie6 problem */
}
ul.menu,
#root-menu-div ul {
	background-color: #e6f0ff;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-weight: bold;
}
li.menu-separator.active{
	background-color: transparent;
}
li.active {
	background-color: #73C2FF;
}
.activetarget{
	background-color: #e6f0ff;
}

* html div.menu-item {
	display: inline; /* fixes problem in ie6 */
}

li.menumain {
	float: left;
	height: 24px;
	border-left: 1px solid #aaa;
}
li.menumain a {
	text-decoration: none;	
	color: #0A2F66;
}
li.menumain a span {
	background:url("../images/menu_bg.png") repeat-x right top;
	padding: 5px 10px;	
	line-height: 24px;
}
li.menumain a:hover span {
	background:url("../images/menu_bg_selected.png") repeat-x right top;
}
li.lastli {
	border-right: 1px solid #aaa;
}
li.disabled a, li.disabled a span {
  color: #aaa;
  cursor: default;
}
li.disabled, li.disabled a:hover span {
  color: #aaa;
  cursor: default;
  background:url("../images/menu_bg.png") repeat-x right top;
}
div.menu-item {
	padding: 1px 10px 1px 4px;
}
div.menu-item a {
	text-decoration: none;
	color: #0A2F66;
}
img.menu-item-arrow{
	position: absolute;
	right: 4px;
	top: 8px;
}
li.menu-separator{
	border-bottom: 1px solid #000;
	font-size: 0; /* for ie */
	height: 0;
	line-height: 0; /* for ie */
	margin: 2px 0;
}
li.red {
	color: red;
}
li.blue {
	color: blue;
}