#menu {
   font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
   font-size:12px;

	color:#fff;
	margin:20px 30px;
	margin-bottom:30px;
	background: url(img/actbtn_active.png) top repeat-x;
	
	padding:8px;
	padding-left: 10px;

	border: 1px solid #265E85;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;

  -moz-box-shadow: 0 0 8px #003366;
  -webkit-box-shadow: 0 0 8px #003366;


}

#menu .mainmenu {
	margin-top: 3px;
}

#menu li {
	float: left;
	list-style-type: none;
	margin:0;
	padding:0;
}

#menu li a {
	text-transform: uppercase;
}

#menu a,
#menu a:visited,
#menu a:hover {

   color:#fff;
	display:inline-block;

	font-weight: bold;
	padding: 2px 6px;
	margin-right: 5px;
	text-decoration: none;
	text-shadow: 1px 1px #000;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;

}

#menu .active a,
#menu .active a:visited,
#menu a:hover {
	background: url(img/gradient_bottom.png) #fff repeat-x bottom;
	padding: 2px 6px;
	color: #253c6f;
	text-shadow: none;
}

#menu .logout a,
#menu .logout a:visited,
#menu .logout a:hover {
	background: url(img/btn_warn2.png) repeat-x center;
	border: 1px solid #89000f;
	font-size:11px;
	color: #fff;
	margin:0;
	margin-left:5px;
}
#menu .logout a:hover {
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
}

#menu .help a,
#menu .help a:visited,
#menu .help a:hover {
	background: url(img/actbtn_active2.png) repeat-x center;
	border: 1px solid #314b7a;
	text-shadow: 1px 1px 0 #265E85;
	font-size:11px;
	color: #fff;
	margin:0;
	margin-left:5px;
}
#menu .help a:hover {
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
}

#menu .help a img,
#menu .logout a img {
	margin-bottom:-2px;
	margin-right:3px;
}

#menu .submenu {
	margin-top:20px;
	margin-bottom:2px;
	color: #777;
	font-weight:bold;
	font-size:13px;	
}
#menu .submenu img {
	margin-bottom: -3px;
	margin-right: 4px;
}

#menu .submenu a,
#menu .submenu a:visited,
.editorheading a,
.editorheading a:visited {
	color: #777;
	background: none;
	border:0;
	margin: 0;
	padding:0;
	text-shadow: none;
}
#menu .submenu a:hover,
.editorheading a:hover {
	background:none;
	color:#265E85;
	border:0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#menu .actionbutton,
#menu .selectbutton {
	font-size:12px;
}

#menu .username {
	margin-right: 5px;
}
#menu .username a {
	font-size:12px;	
}
#menu .username a:hover {
	text-decoration:underline;
}
#menu .userbuttons a,
#menu .userbuttons a:visited {
	background: none;
	border: 1px solid #fff;
	padding: 2px 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}
#menu .userbuttons a:hover {
	background: url("img/actbtn_active2.png") repeat-x scroll center center transparent;
	color: #fff;
	border: 1px solid #314B7A;	
}

#menu .userbuttons a.logout,
#menu .userbuttons a.logout:visited {
	color: #bb2000;
	border-color: #fff;
}
#menu .userbuttons a.logout:hover {
	background: url("img/btn_warn2.png") repeat-x scroll bottom;
	border-color: #bb2000;
	color: #fff;
}

#menu .submenu .clienthint {
	background-color: #ff0000;
	line-height:1em;
}

.editorheading a,
a.editorheading a:visited {
	line-height:40px;
	padding-right:10px;
	font-size:12px;
}
.editorheading a img {
	margin-bottom: -4px;
	margin-right: 3px;
}

#menu .submenu .selected_client a,
#menu .submenu .selected_client a:visited,
#menu .submenu .selected_client a:hover {
	color: #bb2000;	
}

.submenu ul {
   list-style-type:none;
}
.submenu ul li {
	border-bottom: 1px solid #a9c5d9;
	padding:5px;
	padding-right:0;
}
.submenu ul li.last {
	border-bottom: 0;
}
.submenu ul li.active {
   font-weight:bold;
}
.submenu ul li a:hover {
	text-decoration: none;
}

.navigation {
	float:left;
	overflow:hidden;
	width:100%;
	padding:20px 0;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}
.navigation ul {
	list-style-type: none;
	float:left;
	left:50%;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	position:relative;
}
.navigation ul li {
	float:left;
	position:relative;
	right:50%;
}


.navigation ul li {
	margin:0;
	margin-right:5px;
	line-height:100%;
}
.navigation ul li a {
	display:inline-block;
	padding:5px 8px;
	line-height:100%;
}

.navigation ul li.navbtn {
	background-color:#1666a5;
	border: 1px solid #1666a5;
}
.navigation ul li.navbtn a,
.navigation ul li.navbtn a:visited,
.navigation ul li.navbtn a:hover {
	background-color: #1666a5;
	color: #fff;
	text-decoration:none;
	border-color: #fff;
	font-size:11px;
	font-weight:bold;
}

.navigation ul li a,
.navigation ul li a:visited,
.navigation ul li a:hover {
	
	background-color:#ccc;
	border: 1px solid #ccc;

	color: #fff;
	text-decoration:none;
}
.navigation ul li a:hover {
	border-color: #555;
}

.navigation ul li.active a,
.navigation ul li.active a:visited,
.navigation ul li.active a:hover {
	color: #1666a5;
	background-color: #fff;
	border-color: #1666a5;
}


.editormenu {
    background: url("img/buttonline_back.png") repeat-x;
    border-top: 1px solid #9FB3CB;
    margin-bottom: 20px;
    margin-left: -40px;
    margin-right: -40px;
    padding: 10px 0 0 40px;
}

.editormenu li {
	display:inline;
	list-style-type: none;
	margin:0;
	padding:0;
}
.editormenu a,
.editormenu a:visited,
.editormenu a:hover {

	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	display:inline-block;
	padding: 8px 8px;
	margin-right:5px;
	float: left;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	text-transform:uppercase;
	text-shadow: 1px 1px 0 #ccc;

}

.editormenu a.edit,
.editormenu a.edit:visited,
.editormenu a.go,
.editormenu a.go:visited {
	color: #265E85;
}

.editormenu img {
	margin-bottom:-4px;
	margin-right:5px;
}

.editormenu .edit span,
.editormenu .go span {
	display:inline-block;
	padding: 0px 6px;
	background-color: #265E85;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-right:4px;
	text-shadow: none;
}

.editormenu a.edit.active,
.editormenu a.go.active {
	border:1px solid #265E85;
	border-bottom:0;
	background-color: #fff;
	-moz-box-shadow: 0 0 3px #265E85;
}




.tabmenu {	
	margin-bottom:15px;
	background: url(img/tabmenu.png) repeat-x bottom;
}
.tabmenu li {
	display:inline;
	list-style-type: none;
	margin:0;
	padding:0;
}
.tabmenu a,
.tabmenu a:visited {
	display:inline-block;
	float: left;
	background: #fff;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-left: 4px;

	border: 1px solid #ccc;
	border-bottom: 1px solid #999;

  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;

	text-decoration: none;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	color: #666;

}
.tabmenu .active a,
.tabmenu .active a:visited {
	color: #000;
	border: 1px solid #777;
	border-bottom: 1px solid #fff;
}
.tabmenu a:hover {
	color:#333;
	border: 1px solid #999;
	text-decoration:none;
}
.tabmenu img {
	margin-bottom:-4px;
	margin-right:5px;
}

.tabmenu.upper a {
	font-size:13px;
	padding: 4px 12px;
}

#column_layout_1 .tabmenu {
	border-top: 1px solid #265E85;
	border-bottom: 1px solid #265E85;
	background: url("img/tabmenu2.png") repeat-x bottom;
	margin-left: -40px;
	padding-left:40px;
	margin-right: -40px;
	padding-right:40px;
	-moz-box-shadow: 0 0 6px #003366;
	-webkit-box-shadow: 0 0 6px #003366;		
}
#column_layout_1 .tabmenu a,
#column_layout_1 .tabmenu a:visited {
	
	padding-top:10px;
	padding-bottom:10px;
	
	background:none;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;		
	
	color: #eee;
	border:0;
	margin:0;

	text-transform: uppercase;
	text-shadow: 1px 1px 0 #0d3d5e;
	
}

#column_layout_1 .tabmenu li a {
	border-right: 1px solid #0d3d5e;
	border-left: 1px solid #B6D4EA;
}
#column_layout_1 .tabmenu li.last a,
#column_layout_1 .tabmenu li.active a {
	border-right: 0;
}
#column_layout_1 .tabmenu li.first a {
	border-left:0;
}

#column_layout_1 .tabmenu .active a {
	background-color: #fff;
	color: #265E85;
	text-shadow: 1px 1px 0 #ccc;
}
#column_layout_1 .tabmenu .active a:hover {
	color: #265E85;
}
#column_layout_1 .tabmenu a:hover {
	color: #fff;
}

#breadcrumb {
	margin-top:-3px;
	margin-bottom:12px;
}

#breadcrumb ul li {
	display:inline;
	list-style-type: none;
	margin:0;
	padding:0;
   margin-right:3px;
	border:0;
}

#breadcrumb,
#breadcrumb a,
#breadcrumb a:visited {
	color: #666;
	font-size: 11px;
}
#breadcrumb a:hover {
	color: #30519c;
}


.inputmenu {
	margin-bottom:-20px;
}
.inputmenu li {
	display:inline;
	list-style-type: none;
	margin:0;
	padding:0;
}
.inputmenu a,
.inputmenu a:visited {

	display:inline-block;
	float: left;
	background: #fff;
	font-weight: bold;
	padding: 2px 10px 2px 10px;

	margin-left: 4px;

  x-moz-border-radius-topleft: 3px;
  x-moz-border-radius-topright: 3px;
  x-webkit-border-top-left-radius: 3px;
  x-webkit-border-top-right-radius: 3px;

	text-decoration: none;
	font-size: 13px;
	color: #999;

}
.inputmenu .active a,
.inputmenu .active a:visited {
	background-color: #999;
	color: #fff;
}

.preview_inner .previewnav ul li {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	margin:0;
	padding:0;
	list-style-type: none;
	margin-left:-15px;
}

.preview_inner .previewnav ul li a,
.preview_inner .previewnav ul li a:visited,
.preview_inner .previewnav ul li a:hover {
	display:block;
	text-align: right;
	padding: 5px 10px;
	text-decoration: none;
}
.preview_inner .previewnav ul li a:hover {
	background-color: #F1F6FC;
}
.preview_inner .previewnav ul li a.active {
	background-color:#9FB3CB;
	color:#fff;
}

.topper li {
	line-height:1em;
	display:inline;
	list-style-type: none;
	margin:0;
	margin-left: 5px;
	padding:0;
	padding-right: 6px;
	border-right: 1px solid #777;
}
.topper li.last {
	border:0;
}
