/* @override 
	http://localhost:8888/css/nav.css
	http://localhost:8888/css/cms_nav.css
*/

/* MENYN */
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: inline;
	background: #ccc repeat-x center;
	position: fixed;
	top: 0;
	left: 20px;
	bottom: 0;
}
#nav ul{
	padding : 0px;
	margin : 0px;
	white-space : nowrap;
	height: 42px;
	width: 200px;
}
#nav ul li{
	list-style: none;
}
#nav ul li a{
	color : #000;
	font-weight: bold;
	text-decoration: none;
	background-color: #ccc;
	display: block;
	padding: 10px;
}
#nav ul li a:hover{
	background-color : #000;
	color: #fff;
}

/* SUBMENYN */
#subnav {
	height: 23px;
	color: #cdfff7;
	text-transform: uppercase;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	left: 0;
	bottom: 0;
	position: fixed;
	margin-top: 10px;
	z-index: 1;
	background: #4f827b 0 -1px;
	right: 0;
}

.subnavpad {
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 0;
}

.subnavpad .logout a{
	color: #cdfff7;

	padding: 4px 10px 5px;
}
.subnavpad .logout a:hover{
	background-color : #cdfff7;
	color : #4f827b;
}

/* TOPPMENYN */

.topnav {
	margin: 0 10px;
	background: #00b7ce;
	height: 30px;
}

.topnav ul{
	padding : 0px 0px 0px 10px;
	margin : 0px;
	white-space : nowrap;
}
.topnav ul li{
	display: block;
	padding: 0;
	margin: 0;
}
.topnav ul li a{
	color : #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 9px 8px;
	display: inline-block;
	float: left;
	font-size: 12px;
}
.topnav ul li a:hover{
	background-color : #6ecdd8;
	color : #ffffee;
}

/* TOPPMENYN första */

.topnav2 {
	background: #00b7ce;
	height: 60px;
	position: fixed;
	top: 0;
	right: 0;
	left: 130px;
}

.topnav2 ul{
	padding : 0px 0px 0px 10px;
	margin : 0px;
	white-space : nowrap;
}
.topnav2 ul li{
	display: block;
	padding: 0;
	margin: 0;
}
.topnav2 ul li a{
	color : #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 9px 8px;
	display: inline-block;
	float: left;
	font-size: 12px;
}
.topnav2 ul li a:hover{
	background-color : #6ecdd8;
	color : #ffffee;
}

.logout  {
	position: fixed;
	right: 0;
	bottom: 5px;
}

.right {
	float: right;
}